From 109102f0403d8b0de46a58343980997006eebb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Tue, 2 Feb 2021 10:54:55 +0800 Subject: [PATCH] update python3.spec. --- python3.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3.spec b/python3.spec index 6e05340..f6a71a3 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: 6 +Release: 5 License: Python %global branchversion 3.7 @@ -797,13 +797,13 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog -* Mon Feb 01 2021 shixuantong - 3.7.9-6 +* Mon Feb 01 2021 shixuantong - 3.7.9-5 - Type:bugfix - ID:NA - SUG:NA - DESC:Fix a reference leak if a thread is not joined -* Sat Nov 14 2020 shixuantong - 3.7.9-5 +* Sat Nov 14 2020 shixuantong - 3.7.9-4 - Type:cves - ID:CVE-2020-27619 - SUG:NA -- Gitee