From 17be94d1cffbdafa37352adcf91e1293742ebb76 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:19:08 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 2.030518-3mamba;Sun Apr 16 2023] --- perl-Math-Pari.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-Math-Pari.spec b/perl-Math-Pari.spec index d043279..5f6c97d 100644 --- a/perl-Math-Pari.spec +++ b/perl-Math-Pari.spec @@ -3,7 +3,7 @@ Name: perl-Math-Pari Epoch: 1 Version: 2.030518 -Release: 2mamba +Release: 3mamba Summary: Math::Pari - Perl interface to the PARI library Group: System/Libraries/Perl Vendor: openmamba @@ -17,6 +17,7 @@ BuildRequires: glibc-devel BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: pari >= 2.3.2-2 BuildRequires: libpari-devel >= 2.3.2-2 BuildRequires: perl-Term-Gnuplot @@ -35,7 +36,7 @@ It allows use of most PARI functions (>500) as Perl functions, and (almost) seam %setup -q -n Math-Pari-%{version} %build -perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor AUTOMATED_TESTING=1 %make @@ -55,6 +56,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 @@ -63,6 +66,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 2.030518-3mamba +- rebuilt with perl 5.36.0 + * Mon May 31 2021 Silvan Calarco 2.030518-2mamba - epoch bump