diff --git a/python-polib.spec b/python-polib.spec index 000743d..c062d0c 100644 --- a/python-polib.spec +++ b/python-polib.spec @@ -1,6 +1,6 @@ Name: python-polib Version: 1.1.0 -Release: 2 +Release: 3 Summary: A library to manipulate gettext files (po and mo files) License: MIT URL: https://pypi.org/project/polib/ @@ -63,10 +63,14 @@ rm -rf polib.egg-info %files -n python3-polib %doc README.rst %license LICENSE -%{python3_sitelib}/polib-1.1.0-py3.7.egg-info +%{python3_sitelib}/polib-1.1.0-py3.*.egg-info %{python3_sitelib}/polib.py -%{python3_sitelib}/__pycache__/polib.cpython-37*.pyc +%{python3_sitelib}/__pycache__/polib.cpython-3*.pyc %changelog +* Thu Jun 18 2020 hanhui - 1.1.0-3 +- bugfix +- fix python3.8 can not find path + * Mon Jan 6 2020 lingsheng - 1.1.0-2 - Package init