rebuilt with python3 == 3.11 [release 2.19.3-4mamba;Fri Jan 26 2024]

This commit is contained in:
Silvan Calarco 2024-01-26 09:31:21 +01:00
parent 8e82adccf4
commit b642dbda5a

View File

@ -1,6 +1,6 @@
Name: botan2
Version: 2.19.3
Release: 3mamba
Release: 4mamba
Summary: A C++ cryptography library released under the permissive Simplified BSD license
Group: System/Libraries
Vendor: openmamba
@ -12,7 +12,7 @@ License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libpython310-devel
BuildRequires: libpython311-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -42,7 +42,7 @@ This package contains libraries and header files for developing applications tha
%setup -q -n botan-%{version}
%build
%{__python310} configure.py \
%{__python3} configure.py \
--prefix=%{_prefix} \
--libdir=%{_libdir}
@ -66,7 +66,7 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libbotan-2.so.*
%{python310_sitearch}/botan2.py
%{python3_sitearch}/botan2.py
%doc license.txt
%files -n lib%{name}-devel
@ -86,6 +86,9 @@ This package contains libraries and header files for developing applications tha
%{_docdir}/botan-%{version}/handbook/.buildinfo
%changelog
* Fri Jan 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.19.3-4mamba
- rebuilt with python3 == 3.11
* Fri Jul 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.19.3-3mamba
- rebuilt