From 17d458f006d8e4b23490fda6b038105d34a2ebb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 21 Jun 2022 22:53:30 +0200 Subject: [PATCH] Build Python with the optimized Blake2 library libb2 See https://github.com/python/cpython/issues/91251 > Distributors are encouraged to build Python with the optimized Blake2 > library libb2. --- python3.11.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python3.11.spec b/python3.11.spec index 504bc48..d6c1695 100644 --- a/python3.11.spec +++ b/python3.11.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel b3 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 4%{?dist} +Release: 5%{?dist} License: Python @@ -199,6 +199,7 @@ BuildRequires: glibc-devel BuildRequires: gmp-devel BuildRequires: gnupg2 BuildRequires: libappstream-glib +BuildRequires: libb2-devel BuildRequires: libffi-devel BuildRequires: libnsl2-devel BuildRequires: libtirpc-devel @@ -1595,6 +1596,9 @@ CheckPython optimized # ====================================================== %changelog +* Tue Jun 21 2022 Miro Hrončok - 3.11.0~b3-5 +- Build Python with the optimized Blake2 library libb2 + * Tue Jun 21 2022 Miro Hrončok - 3.11.0~b3-4 - Make C++ version of _Py_CAST work with 0/NULL