Update to 1.44

- New upstream release 1.44
  - Sync test files with Math-BigInt-1.999707
  - Update the README file
  - Replace 'use vars ...' with 'our ...'; we require a Perl newer than 5.6.0
    anyway
  - Required version of Math-BigInt is now 1.999706
  - Add 'Test::More' to TEST_REQUIRES in Makefile.PL
  - Enable 'use warnings'; we require a Perl newer than 5.6.0 anyway
  - Add 'assertlib.*\.exe' to MANIFEST.SKIP, since make generates temporary
    files like 'assertlibzxjE4WfG.exe' on Cygwin
This commit is contained in:
Paul Howarth 2015-10-30 09:34:09 +00:00
parent dad6e7d7b6
commit 3b80f4beed
2 changed files with 16 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Math-BigInt-GMP
Version: 1.43
Version: 1.44
Release: 1%{?dist}
Summary: Use the GMP library for Math::BigInt routines
License: GPL+ or Artistic
@ -22,7 +22,7 @@ BuildRequires: perl(lib)
BuildRequires: perl(Text::ParseWords)
# Module Runtime
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader) >= 0.02
# Test Suite
BuildRequires: perl(Math::BigFloat) >= 1.994
@ -34,7 +34,7 @@ BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.22
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(threads)
BuildRequires: perl(warnings)
BuildRequires: perl(vars)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -77,6 +77,18 @@ make test
%{_mandir}/man3/Math::BigInt::GMP.3*
%changelog
* 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
- Update the README file
- Replace 'use vars ...' with 'our ...'; we require a Perl newer than 5.6.0
anyway
- Required version of Math-BigInt is now 1.999706
- Add 'Test::More' to TEST_REQUIRES in Makefile.PL
- Enable 'use warnings'; we require a Perl newer than 5.6.0 anyway
- Add 'assertlib.*\.exe' to MANIFEST.SKIP, since make generates temporary
files like 'assertlibzxjE4WfG.exe' on Cygwin
* Tue Sep 22 2015 Paul Howarth <paul@city-fan.org> - 1.43-1
- Update to 1.43
- Sync test files with Math-BigInt-1.999703

View File

@ -1 +1 @@
a986fc1c9e0923fd66cffae2d692dc37 Math-BigInt-GMP-1.43.tar.gz
a78336ce940689afe8539ce84e90495d Math-BigInt-GMP-1.44.tar.gz