Update to 1.39
- New upstream release 1.39 - Updated test files with those from Math-BigInt-1.9997
This commit is contained in:
parent
9792cead43
commit
7ec6ff304e
@ -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
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user