From 666044a3fd9b9bc474fa83c7890d54b26e23f091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Mon, 1 Feb 2021 18:23:07 +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 e6cea95..f9867c3 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.8.5 -Release: 4 +Release: 3 License: Python %global branchversion 3.8 @@ -792,13 +792,13 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog -* Mon Feb 01 2021 shixuantong - 3.8.5-4 +* Mon Feb 01 2021 shixuantong - 3.8.5-3 - Type:bugfix - ID:NA - SUG:NA - DESC:Fix a reference leak if a thread is not joined -* Sat Nov 14 2020 shixuantong - 3.8.5-3 +* Sat Nov 14 2020 shixuantong - 3.8.5-2 - Type:cves - ID:CVE-2020-27619 - SUG:NA -- Gitee