diff --git a/python-inflect.spec b/python-inflect.spec index 41853373febe77a384e20c67cbbb1b38f4ecbb74..3ede4ca148db1828efe34b4621210870a34d6a55 100644 --- a/python-inflect.spec +++ b/python-inflect.spec @@ -3,7 +3,7 @@ Correctly generate plurals, singular nouns, ordinals, indefinite articles; conve Name: python-inflect Version: 5.6.2 -Release: 1 +Release: 2 Summary: Correctly generate plurals, ordinals, indefinite articles; convert numbers to words License: MIT Group: Development/Languages/Python @@ -22,7 +22,7 @@ BuildArch: noarch %description %{pkg_description} %package -n python3-inflect -Summary: %{Summary} +Summary: %{summary} %description -n python3-inflect %{pkg_description} @@ -44,5 +44,8 @@ pytest %{python3_sitelib}/inflect* %changelog +* Mon Aug 19 2024 Hongyu Pu - 5.6.2-2 +- Fixed incorrect macro within the python3-inflect package + * Fri Apr 28 2023 yaoxin - 5.6.2-1 - Package init