From 7a9599a3930de3506cc31506c0e3371b3dbeb1f7 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:28:38 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 0.30-2mamba;Mon Apr 17 2023] --- perl-Package-Stash-XS.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/perl-Package-Stash-XS.spec b/perl-Package-Stash-XS.spec index 6263220..3618f10 100644 --- a/perl-Package-Stash-XS.spec +++ b/perl-Package-Stash-XS.spec @@ -2,7 +2,7 @@ Name: perl-Package-Stash-XS Version: 0.30 -Release: 1mamba +Release: 2mamba Summary: Package::Stash::XS - faster and more correct implementation of the Package::Stash API 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 BuildRequires: perl-Test-Requires Requires: perl >= %perl_major_ver @@ -44,16 +45,19 @@ 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}" %files -f .packlist %defattr(-,root,root) %doc LICENSE -## note: eventually add the remaining documents (if any) -# %doc README %changelog +* Mon Apr 17 2023 Sdk Build System 0.30-2mamba +- rebuilt with perl 5.36.0 + * Mon Jun 13 2022 Automatic Build System 0.30-1mamba - automatic version update by autodist