From e1fa6a9599ed3206f7304047cfe66fa6f4b17888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 8 Jan 2022 11:12:38 +0100 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 --- python3.9.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python3.9.spec b/python3.9.spec index 98ffa30..de2e115 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: 2%{?dist} +Release: 3%{?dist} License: Python @@ -1794,6 +1794,9 @@ CheckPython optimized # ====================================================== %changelog +* Sat Jan 08 2022 Miro Hrončok - 3.9.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 + * Fri Nov 19 2021 Tomáš Hrnčiar - 3.9.9-2 - Add patch to revert "bpo-1596321: Fix threading._shutdown() for the main thread"