diff --git a/python-fonttools.spec b/python-fonttools.spec index 90596b1..cb699ea 100644 --- a/python-fonttools.spec +++ b/python-fonttools.spec @@ -1,6 +1,6 @@ Name: fonttools Version: 3.29.0 -Release: 4 +Release: 5 Summary: Tools to manipulate font files License: MIT URL: https://github.com/fonttools/fonttools/ @@ -59,9 +59,12 @@ rm -rf *.egg-info %files -n python3-fonttools %doc LICENSE %{python3_sitelib}/fontTools -%{python3_sitelib}/fonttools-%{version}-py3.?.egg-info +%{python3_sitelib}/fonttools-%{version}-py3.*.egg-info %changelog +* Wed Mar 30 2022 baizhonggui - 3.29.0-5 +- support py3.10+ wildcard to fix build error + * Tue Oct 26 2021 chenchen - 3.29.0-4 - change the spec file name to be the same as the repo name