Update to 1.39

- New upstream release 1.39
  - Updated test files with those from Math-BigInt-1.9997
This commit is contained in:
Paul Howarth 2015-08-18 09:35:45 +01:00
parent 9792cead43
commit 7ec6ff304e
3 changed files with 11 additions and 23 deletions

View File

@ -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

View File

@ -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 <paul@city-fan.org> - 1.39-1
- Update to 1.39
- Updated test files with those from Math-BigInt-1.9997
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
c7c34657e03f9b0bd5de437adb062e23 Math-BigInt-GMP-1.38.tar.gz
05b48db4c8d3fa36a0ac02608174470f Math-BigInt-GMP-1.39.tar.gz