diff --git a/.gitignore b/.gitignore index 6624e5f..c1e1972 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /Math-BigInt-1.999715.tar.gz /Math-BigInt-1.999716.tar.gz /Math-BigInt-1.999717.tar.gz +/Math-BigInt-1.999720.tar.gz diff --git a/perl-Math-BigInt.spec b/perl-Math-BigInt.spec index ea8c423..f2b2dc5 100644 --- a/perl-Math-BigInt.spec +++ b/perl-Math-BigInt.spec @@ -1,5 +1,5 @@ Name: perl-Math-BigInt -%global cpan_version 1.999717 +%global cpan_version 1.999720 # Keep 4-digit version to compete with perl.spec Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./') Release: 1%{?dist} @@ -61,6 +61,7 @@ BuildRequires: perl(lib) # Module::Signature not used # Scalar::Util not used # Socket not used +BuildRequires: perl(Test::More) >= 0.9301 # Optional tests: # This core module must be buildable without non-core modules at bootstrap. %if !%{defined perl_bootstrap} @@ -68,9 +69,7 @@ BuildRequires: perl(Test::Pod) >= 1.22 BuildRequires: perl(Test::Pod::Coverage) >= 1.08 BuildRequires: perl(Pod::Coverage) >= 0.18 %endif -BuildRequires: perl(Test::More) >= 0.9301 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) -Requires: perl(Carp) Requires: perl(Math::Complex) >= 1.39 Conflicts: perl < 4:5.22.0-347 @@ -111,6 +110,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Apr 26 2016 Petr Pisar - 1.9997.20-1 +- 1.999720 bump + * Mon Apr 18 2016 Petr Pisar - 1.9997.17-1 - 1.999717 bump diff --git a/sources b/sources index f369a9c..fd39db6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d439f0fa2bd1512a8d2a336d685981f Math-BigInt-1.999717.tar.gz +62ee64d401f9ea611534c57b54d0cb6c Math-BigInt-1.999720.tar.gz