From f90611c97b9d36642a19d2a4d1d5f57431a7cb18 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:19:08 +0100 Subject: [PATCH] epoch bump [release 2.030518-2mamba;Mon May 31 2021] --- perl-Math-Pari.spec | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/perl-Math-Pari.spec b/perl-Math-Pari.spec index 9a57626..d043279 100644 --- a/perl-Math-Pari.spec +++ b/perl-Math-Pari.spec @@ -1,22 +1,26 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Math-Pari -Version: 2.01080605 -Release: 1mamba +Epoch: 1 +Version: 2.030518 +Release: 2mamba Summary: Math::Pari - Perl interface to the PARI library Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}.tar.gz +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}.zip License: GPL -BuildRequires: perl-devel >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRequires: pari >= 2.3.2-2 BuildRequires: libpari-devel >= 2.3.2-2 BuildRequires: perl-Term-Gnuplot Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/perl-root # perl Makefile.PL: ### Math::Pari support of GP/PARI library version 2.3.* should be @@ -34,7 +38,9 @@ It allows use of most PARI functions (>500) as Perl functions, and (almost) seam perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make -%make test || : + +# 2.030518: test never ends +#% make test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -57,6 +63,12 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon May 31 2021 Silvan Calarco 2.030518-2mamba +- epoch bump + +* Sun May 30 2021 Silvan Calarco 2.030518-1mamba +- update to 2.030518 + * Thu Nov 22 2012 Automatic Build System 2.01080605-1mamba - automatic version update by autodist