From 0c1eb7b37905732c500c4f129328101c84112ba2 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 6 Aug 2021 13:41:40 +0200 Subject: [PATCH] Rebuild to pick up new build flags from redhat-rpm-config (#1984652) Related: #1984652 --- python3.9.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python3.9.spec b/python3.9.spec index 84f0002..8b247fc 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 @@ -1772,6 +1772,9 @@ CheckPython optimized # ====================================================== %changelog +* Fri Aug 6 2021 Florian Weimer - 3.9.6-4 +- Rebuild to pick up new build flags from redhat-rpm-config (#1984652) + * Thu Jul 29 2021 Charalampos Stratakis - 3.9.6-3 - Build only blake2 from the internal hash implementations and use md5, sha1, sha256, sha512 and sha3 from OpenSSL