From 35e5f2996545a07cd2ffe46b5f5b705b66fa7fe5 Mon Sep 17 00:00:00 2001 From: puhongyu Date: Mon, 19 Aug 2024 11:19:00 +0800 Subject: [PATCH] Fixed incorrect macro within the python3-inflect package --- python-inflect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-inflect.spec b/python-inflect.spec index 4185337..3ede4ca 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 -- Gitee