From 7ec6ff304e8abd638a84fc2421bf49e5bd478c49 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 18 Aug 2015 09:35:45 +0100 Subject: [PATCH] Update to 1.39 - New upstream release 1.39 - Updated test files with those from Math-BigInt-1.9997 --- ...igInt-GMP-1.38-Fix-tests-for-perl-5.22.patch | 15 --------------- perl-Math-BigInt-GMP.spec | 17 ++++++++++------- sources | 2 +- 3 files changed, 11 insertions(+), 23 deletions(-) delete mode 100644 Math-BigInt-GMP-1.38-Fix-tests-for-perl-5.22.patch diff --git a/Math-BigInt-GMP-1.38-Fix-tests-for-perl-5.22.patch b/Math-BigInt-GMP-1.38-Fix-tests-for-perl-5.22.patch deleted file mode 100644 index a1d2e69..0000000 --- a/Math-BigInt-GMP-1.38-Fix-tests-for-perl-5.22.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git i/t/bigfltpm.inc w/t/bigfltpm.inc -index 0911627..1528e48 100644 ---- i/t/bigfltpm.inc -+++ w/t/bigfltpm.inc -@@ -1406,8 +1406,8 @@ NaNmul:-inf:NaN - &fdiv-list - 0:0:NaN,NaN - 0:1:0,0 --9:4:2.25,1 --9:5:1.8,4 -+9:4:2,1 -+9:5:1,4 - # bug in v1.74 with bdiv in list context, when $y is 1 or -1 - 2.1:-1:-2.1,0 - 2.1:1:2.1,0 diff --git a/perl-Math-BigInt-GMP.spec b/perl-Math-BigInt-GMP.spec index 4ae0017..930033a 100644 --- a/perl-Math-BigInt-GMP.spec +++ b/perl-Math-BigInt-GMP.spec @@ -1,15 +1,17 @@ Name: perl-Math-BigInt-GMP -Version: 1.38 -Release: 3%{?dist} +Version: 1.39 +Release: 1%{?dist} Summary: Use the GMP library for Math::BigInt routines License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Math-BigInt-GMP/ Source0: http://search.cpan.org/CPAN/authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-%{version}.tar.gz -# Fix only for test script running with Perl 5.22 (CPAN RT#96113) -Patch0: Math-BigInt-GMP-1.38-Fix-tests-for-perl-5.22.patch # Module Build +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: gcc BuildRequires: gmp-devel +BuildRequires: make BuildRequires: perl BuildRequires: perl(Config) BuildRequires: perl(Exporter) @@ -47,9 +49,6 @@ also reduces the memory footprint by not loading Math::GMP and Carp at all. %prep %setup -q -n Math-BigInt-GMP-%{version} -%if 0%(perl -e 'print $] >= 5.022') -%patch0 -p1 -%endif # Get rid of bogus exec permissions chmod -c -x CHANGES lib/Math/BigInt/GMP.pm @@ -78,6 +77,10 @@ make test %{_mandir}/man3/Math::BigInt::GMP.3* %changelog +* Tue Aug 18 2015 Paul Howarth - 1.39-1 +- Update to 1.39 + - Updated test files with those from Math-BigInt-1.9997 + * Thu Jun 18 2015 Fedora Release Engineering - 1.38-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 193c593..d5e9a8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7c34657e03f9b0bd5de437adb062e23 Math-BigInt-GMP-1.38.tar.gz +05b48db4c8d3fa36a0ac02608174470f Math-BigInt-GMP-1.39.tar.gz