From a442b8949702f4925054439189a263314f1723e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Wed, 8 Jul 2020 10:36:33 +0800 Subject: [PATCH] update python2.spec. --- python2.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python2.spec b/python2.spec index 147fc03..a7d8de6 100644 --- a/python2.spec +++ b/python2.spec @@ -15,7 +15,7 @@ %undefine _debuginfo_subpackages Name: python2 Version: 2.7.16 -Release: 16 +Release: 17 Summary: Python is an interpreted, interactive object-oriented programming language suitable License: Python URL: https://www.python.org/ @@ -635,6 +635,12 @@ sed -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_debug}|" %{SOURCE1} \ %{dynload_dir}/_testcapimodule_d.so %changelog +* Wed Jul 8 2020 shixuantong - 2.7.16-17 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update release number + * Tue May 19 2020 hanxinke - 2.7.16-16 - Type:cves - ID:CVE-2019-9674 -- Gitee