From fa69bfbdf4123b2c19f6020d15ce17a6f22b970a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 25 Jan 2021 21:29:10 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python3.9.git#0bfe73bb57b46eba1ddc99e1502e29c514e0ea61 --- python3.9.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python3.9.spec b/python3.9.spec index ca35ea1..ec5a0b7 100644 --- a/python3.9.spec +++ b/python3.9.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 3%{?dist} +Release: 4%{?dist} License: Python @@ -1753,6 +1753,11 @@ CheckPython optimized # ====================================================== %changelog +* Mon Jan 25 2021 Miro HronĨok - 3.9.1-4 +- Rebuilt to be signed with Fedora 32 compatible signature, + to fix mock bootstrap chroot on Fedora 32 (and possibly EPELs) + https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/OBEFWGCFXHE4EDBXFBZWDUPAJJS7QZAR/ + * Wed Jan 20 2021 Charalampos Stratakis - 3.9.1-3 - Compile the debug build with -O0 instead of -Og (rhbz#1818857)