From 9667bb6810393414ee1d941a0efc4dd56455b819 Mon Sep 17 00:00:00 2001 From: zhaosai Date: Mon, 25 Aug 2025 11:41:28 +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 7ac05a4..57847c4 100644 --- a/babel.spec +++ b/babel.spec @@ -2,7 +2,7 @@ Name: babel Version: 2.12.1 -Release: 1 +Release: 2 Summary: Tools for internationalizing and localizing Python applications License: BSD URL: http://babel.pocoo.org/ @@ -97,6 +97,9 @@ export TZ=UTC %endif %changelog +* Mon Aug 25 2025 Sai Zhao - 2.12.1-2 +- Fix uncorrect changelog + * Mon Aug 7 2023 zhoupengcheng - 2.12.1-1 - update to 2.12.1 - backport two patches from upstream to fix testcase failure after upgrade 2.12.1 @@ -119,7 +122,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