From f77515bec7d136ad4b6daf92aa44e16fb5ef2149 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:44:56 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 2.07-3mamba;Mon Apr 17 2023] --- perl-Crypt-DES.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-Crypt-DES.spec b/perl-Crypt-DES.spec index 3beccce..0fe303b 100644 --- a/perl-Crypt-DES.spec +++ b/perl-Crypt-DES.spec @@ -2,19 +2,21 @@ Name: perl-Crypt-DES Version: 2.07 -Release: 2mamba +Release: 3mamba Summary: Crypt::DES - Perl DES encryption module Group: Development/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-DES-%{version}.tar.gz -URL: http://www.cpan.org +URL: https://www.cpan.org/ License: GPL ## AUTOBUILDREQ-BEGIN 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 @@ -46,6 +48,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 @@ -54,6 +58,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon Apr 17 2023 Sdk Build System 2.07-3mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 2.07-2mamba - rebuilt with perl 5.24