From 1829644c0be7fe41ad173697c5f81c97b282c655 Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Thu, 9 Jul 2020 11:20:25 +0800 Subject: [PATCH] update release number --- python2.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python2.spec b/python2.spec index 460d522..e6f2978 100644 --- a/python2.spec +++ b/python2.spec @@ -15,7 +15,7 @@ %undefine _debuginfo_subpackages Name: python2 Version: 2.7.16 -Release: 15 +Release: 16 Summary: Python is an interpreted, interactive object-oriented programming language suitable License: Python URL: https://www.python.org/ @@ -634,6 +634,12 @@ sed -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_debug}|" %{SOURCE1} \ %{dynload_dir}/_testcapimodule_d.so %changelog +* Thu Jul 9 2020 shixuantong - 2.7.16-16 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update release number + * Fri Mar 6 2020 hanxinke - 2.7.16-15 - Type:cves - ID:CVE-2020-8492 -- Gitee