Update to 1.45
- New upstream release 1.45 - Sync test files with Math-BigInt-1.999709 - Required version of Test::More is 0.47
This commit is contained in:
parent
3b80f4beed
commit
2c28212b1f
@ -1,5 +1,5 @@
|
||||
Name: perl-Math-BigInt-GMP
|
||||
Version: 1.44
|
||||
Version: 1.45
|
||||
Release: 1%{?dist}
|
||||
Summary: Use the GMP library for Math::BigInt routines
|
||||
License: GPL+ or Artistic
|
||||
@ -30,7 +30,7 @@ BuildRequires: perl(Math::BigInt) > 1.9997
|
||||
BuildRequires: perl(Pod::Coverage) >= 0.18
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
BuildRequires: perl(Test::Pod) >= 1.22
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||
BuildRequires: perl(threads)
|
||||
@ -77,6 +77,11 @@ make test
|
||||
%{_mandir}/man3/Math::BigInt::GMP.3*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 9 2015 Paul Howarth <paul@city-fan.org> - 1.45-1
|
||||
- Update to 1.45
|
||||
- Sync test files with Math-BigInt-1.999709
|
||||
- Required version of Test::More is 0.47
|
||||
|
||||
* Fri Oct 30 2015 Paul Howarth <paul@city-fan.org> - 1.44-1
|
||||
- Update to 1.44
|
||||
- Sync test files with Math-BigInt-1.999707
|
||||
|
||||
Loading…
Reference in New Issue
Block a user