rebuilt with perl 5.36.0 [release 2.14-3mamba;Sat Apr 15 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:44:27 +01:00
parent 143b9f94b0
commit 64384cc571

View File

@ -2,7 +2,7 @@
Name: perl-Crypt-Blowfish Name: perl-Crypt-Blowfish
Version: 2.14 Version: 2.14
Release: 2mamba Release: 3mamba
Summary: Crypt::Blowfish - An XS-based implementation of the Blowfish cryptography algorithm Summary: Crypt::Blowfish - An XS-based implementation of the Blowfish cryptography algorithm
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Vendor: openmamba Vendor: openmamba
@ -16,6 +16,7 @@ BuildRequires: glibc-devel
BuildRequires: libperl BuildRequires: libperl
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
@ -44,6 +45,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist echo "%dir ${dir#%buildroot}" >> .packlist
done done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist rm -f .packlist
@ -52,6 +55,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 2.14-3mamba
- rebuilt with perl 5.36.0
* Sat Aug 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.14-2mamba * Sat Aug 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.14-2mamba
- rebuilt - rebuilt