diff --git a/python-enchant.spec b/python-enchant.spec index c98e422..e61e2e6 100644 --- a/python-enchant.spec +++ b/python-enchant.spec @@ -1,6 +1,6 @@ Name: python-enchant Version: 2.0.0 -Release: 8 +Release: 9 Summary: Cygwin python-enchant packaging License: LGPLv2+ URL: https://github.com/cygwinports/python-enchant @@ -56,13 +56,16 @@ popd %license LICENSE.txt %dir %{python3_sitelib}/enchant %{python3_sitelib}/enchant -%{python3_sitelib}/pyenchant-%{version}-py?.?.egg-info +%{python3_sitelib}/pyenchant-%{version}-py?.??.egg-info %files help %defattr(-,root,root) %doc README.txt TODO.txt %changelog +* Sat Dec 18 2021 shixuantong - 2.0.0-9 +- fix build fail + * Thu Oct 22 2020 huanghaitao - 2.0.0-8 - Disable python2 module