From ba8bdd8824c5aaa73971a2e2238cad26a9ef7db2 Mon Sep 17 00:00:00 2001 From: zhaosai Date: Mon, 25 Aug 2025 10:45:30 +0800 Subject: [PATCH] Fix uncorrect changelog (cherry picked from commit 9ca41e44b5cdac8c91849743dc080c0a689251f6) --- babel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/babel.spec b/babel.spec index b653225..45565e7 100644 --- a/babel.spec +++ b/babel.spec @@ -2,7 +2,7 @@ Name: babel Version: 2.17.0 -Release: 1 +Release: 2 Summary: Tools for internationalizing and localizing Python applications License: BSD-3-Clause URL: https://babel.pocoo.org/ @@ -87,6 +87,9 @@ export TZ=UTC %endif %changelog +* Mon Aug 25 2025 Sai Zhao - 2.17.0-2 +- Fix uncorrect changelog + * Tue Feb 04 2025 Funda Wang - 2.17.0-1 - update to 2.17.0 @@ -118,7 +121,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