From 943a99e077c8b0c0bc548ad5e75b1133bbbab0b5 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 25 Oct 2023 06:26:43 +0000 Subject: [PATCH] update version number Signed-off-by: zhuofeng --- python3.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 9195359..678bea5 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.11.4 -Release: 3 +Release: 4 License: Python-2.0 %global branchversion 3.11 @@ -842,6 +842,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Wed Oct 25 zhuofeng - 3.9.9-28 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:update version number + * Wed Sep 20 2023 futao - 3.11.4-3 - Type:bugfix - CVE:NA -- Gitee