diff --git a/.gitignore b/.gitignore index 121ecb0..0fa5cb2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Math-BigInt-1.999708.tar.gz /Math-BigInt-1.999709.tar.gz /Math-BigInt-1.999710.tar.gz +/Math-BigInt-1.999714.tar.gz diff --git a/perl-Math-BigInt.spec b/perl-Math-BigInt.spec index 88acfda..1f03a16 100644 --- a/perl-Math-BigInt.spec +++ b/perl-Math-BigInt.spec @@ -1,5 +1,5 @@ Name: perl-Math-BigInt -%global cpan_version 1.999710 +%global cpan_version 1.999714 # Keep 4-digit version to compete with perl.spec Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./') Release: 1%{?dist} @@ -56,11 +56,18 @@ BuildRequires: perl(overload) BuildRequires: perl(warnings) # Tests: BuildRequires: perl(base) +BuildRequires: perl(lib) # Module::Signature not used -BuildRequires: perl(Scalar::Util) +# Scalar::Util not used # Socket not used +# Optional tests: +# This core module must be buildable without non-core modules at bootstrap. +%if !%{defined perl_bootstrap} +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 -BuildRequires: perl(vars) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) Requires: perl(Math::Complex) >= 1.39 @@ -103,6 +110,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Jan 04 2016 Petr Pisar - 1.9997.14-1 +- 1.999714 bump + * Mon Nov 16 2015 Petr Pisar - 1.9997.10-1 - 1.999710 bump diff --git a/sources b/sources index 6276461..7b58ad2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23191ddbdd21c19ba8058cfb16ac8a9f Math-BigInt-1.999710.tar.gz +a056766e7b1385ef3eea17e60c784bb0 Math-BigInt-1.999714.tar.gz