From 0540a684ab7b8fe50c0673f07ce14d24375e4d01 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:38:39 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 0.26-2mamba;Sun Apr 16 2023] --- perl-Sub-Name.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index 15b0857..cde60df 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -2,7 +2,7 @@ Name: perl-Sub-Name Version: 0.26 -Release: 1mamba +Release: 2mamba Summary: Sub::Name - (re)name a sub Group: System/Libraries/Perl Vendor: openmamba @@ -15,6 +15,7 @@ License: GPL, Artistic BuildRequires: glibc-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver %description @@ -43,6 +44,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}" @@ -53,6 +56,9 @@ done # %doc README %changelog +* Sun Apr 16 2023 Sdk Build System 0.26-2mamba +- rebuilt with perl 5.36.0 + * Wed Feb 24 2021 Automatic Build System 0.26-1mamba - automatic version update by autodist