From 875ccf8d4786a9db0edff3165a3efc51658ce0db Mon Sep 17 00:00:00 2001 From: chenjianhu Date: Fri, 21 Nov 2025 09:13:42 +0000 Subject: [PATCH] =?UTF-8?q?fix=20incorrect=20changelog=20and=20release=20v?= =?UTF-8?q?ersion=20=E4=BF=AE=E5=A4=8Dchanglog=E4=B8=AD=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=97=A5=E6=9C=9F=E5=92=8C=E5=8F=91=E5=B8=83=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python3.spec b/python3.spec index e39e597..fd1f243 100644 --- a/python3.spec +++ b/python3.spec @@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ Version: 3.7.9 -Release: 48 +Release: 49 License: Python-2.0 %global branchversion 3.7 @@ -982,6 +982,9 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Fri Nov 21 2025 chenjianhu - 3.7.9-49 +- fix incorrect changelog and release version + * Thu Nov 06 2025 lipengyu - 3.7.9-48 - fix CVE-2025-6075 @@ -1095,7 +1098,7 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" - SUG:NA - DESC:fix CVE-2022-45061 -* Wed Sep 14 2022 hubin - 2.7.9-28 +* Wed Sep 14 2022 hubin - 3.7.9-28 - Type:bugfix - CVE:NA - SUG:NA @@ -1243,14 +1246,14 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" - SUG:NA - DESC:update use rpm wheels patch and fix test case failure -* Sun Mar 30 2021 shenyangyang - 3.7.9-10 +* Tue Mar 30 2021 shenyangyang - 3.7.9-10 - Type:bugfix - ID:NA - SUG:NA - DESC:Rebuild for openEuler-rpm-config moving /usr/lib/rpm/openEuler/xxxx to /usr/lib/xxxx -* Mon Mar 03 2021 wuchaochao - 3.7.9-9 +* Wed Mar 03 2021 wuchaochao - 3.7.9-9 - Type:cves - ID:CVE-2021-23336 - SUG:NA -- Gitee