Update to 1.41
- New upstream release 1.41 - Synced tests with the Math-BigInt distribution - Bumped Math::BigInt version requirement to 1.999701
This commit is contained in:
parent
d5012c722d
commit
cd9dded6e8
@ -1,5 +1,5 @@
|
||||
Name: perl-Math-BigInt-GMP
|
||||
Version: 1.40
|
||||
Version: 1.41
|
||||
Release: 1%{?dist}
|
||||
Summary: Use the GMP library for Math::BigInt routines
|
||||
License: GPL+ or Artistic
|
||||
@ -26,7 +26,7 @@ BuildRequires: perl(vars)
|
||||
BuildRequires: perl(XSLoader) >= 0.02
|
||||
# Test Suite
|
||||
BuildRequires: perl(Math::BigFloat) >= 1.994
|
||||
BuildRequires: perl(Math::BigInt) >= 1.9994
|
||||
BuildRequires: perl(Math::BigInt) > 1.9997
|
||||
BuildRequires: perl(Pod::Coverage) >= 0.18
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test)
|
||||
@ -77,6 +77,11 @@ make test
|
||||
%{_mandir}/man3/Math::BigInt::GMP.3*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 14 2015 Paul Howarth <paul@city-fan.org> - 1.41-1
|
||||
- Update to 1.41
|
||||
- Synced tests with the Math-BigInt distribution
|
||||
- Bumped Math::BigInt version requirement to 1.999701
|
||||
|
||||
* Wed Aug 19 2015 Paul Howarth <paul@city-fan.org> - 1.40-1
|
||||
- Update to 1.40
|
||||
- Add changes for the newest release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user