From ba59a91126c9141938f1050a0bbd1d4cd0ec121d Mon Sep 17 00:00:00 2001 From: zhaosai Date: Mon, 25 Aug 2025 11:01:25 +0800 Subject: [PATCH] Fix uncorrect changelog --- babel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/babel.spec b/babel.spec index b5b44fe..624baa9 100644 --- a/babel.spec +++ b/babel.spec @@ -2,7 +2,7 @@ Name: babel Version: 2.16.0 -Release: 1 +Release: 2 Summary: Tools for internationalizing and localizing Python applications License: BSD-3-Clause URL: https://babel.pocoo.org/ @@ -88,6 +88,9 @@ export TZ=UTC %endif %changelog +* Mon Aug 25 2025 Sai Zhao - 2.16.0-2 +- Fix uncorrect changelog + * Thu Oct 31 2024 Funda Wang - 2.16.0-1 - update to 2.16.0 @@ -116,7 +119,7 @@ export TZ=UTC - add Bootstrap for Python 3.10 * Fri Jul 30 2021 chenyanpanHW - 2.9.1-2 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from prep phase in autosetup, and delete BuildRequires git * Fri Jul 30 2021 panxiaohe - 2.9.1-1 - Type:enhancement -- Gitee