From 64384cc57171e7ccfbb3fdc7e26bc41538b3142b Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:44:27 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 2.14-3mamba;Sat Apr 15 2023] --- perl-Crypt-Blowfish.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-Crypt-Blowfish.spec b/perl-Crypt-Blowfish.spec index 464eff5..7c9c473 100644 --- a/perl-Crypt-Blowfish.spec +++ b/perl-Crypt-Blowfish.spec @@ -2,7 +2,7 @@ Name: perl-Crypt-Blowfish Version: 2.14 -Release: 2mamba +Release: 3mamba Summary: Crypt::Blowfish - An XS-based implementation of the Blowfish cryptography algorithm Group: Development/Libraries/Perl Vendor: openmamba @@ -16,6 +16,7 @@ BuildRequires: glibc-devel BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel >= %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 done +find %{buildroot} -name *.so -exec chmod u+w {} \; + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" rm -f .packlist @@ -52,6 +55,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sat Apr 15 2023 Sdk Build System 2.14-3mamba +- rebuilt with perl 5.36.0 + * Sat Aug 20 2022 Silvan Calarco 2.14-2mamba - rebuilt