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.
This commit is contained in:
parent
73f080a859
commit
17d458f006
@ -17,7 +17,7 @@ URL: https://www.python.org/
|
|||||||
%global prerel b3
|
%global prerel b3
|
||||||
%global upstream_version %{general_version}%{?prerel}
|
%global upstream_version %{general_version}%{?prerel}
|
||||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
|
|
||||||
|
|
||||||
@ -199,6 +199,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
BuildRequires: libb2-devel
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: libnsl2-devel
|
BuildRequires: libnsl2-devel
|
||||||
BuildRequires: libtirpc-devel
|
BuildRequires: libtirpc-devel
|
||||||
@ -1595,6 +1596,9 @@ CheckPython optimized
|
|||||||
# ======================================================
|
# ======================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 21 2022 Miro Hrončok <mhroncok@redhat.com> - 3.11.0~b3-5
|
||||||
|
- Build Python with the optimized Blake2 library libb2
|
||||||
|
|
||||||
* Tue Jun 21 2022 Miro Hrončok <mhroncok@redhat.com> - 3.11.0~b3-4
|
* Tue Jun 21 2022 Miro Hrončok <mhroncok@redhat.com> - 3.11.0~b3-4
|
||||||
- Make C++ version of _Py_CAST work with 0/NULL
|
- Make C++ version of _Py_CAST work with 0/NULL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user