From 34e96bee7088fc4c43df67c2a5a0f5e1a35530d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 18 Nov 2016 10:40:38 +0100 Subject: [PATCH] 1.999800 bump --- .gitignore | 1 + perl-Math-BigInt.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 246ed49..3dfec42 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /Math-BigInt-1.999724.tar.gz /Math-BigInt-1.999726.tar.gz /Math-BigInt-1.999727.tar.gz +/Math-BigInt-1.999800.tar.gz diff --git a/perl-Math-BigInt.spec b/perl-Math-BigInt.spec index c03fb17..a2c2b31 100644 --- a/perl-Math-BigInt.spec +++ b/perl-Math-BigInt.spec @@ -1,5 +1,5 @@ Name: perl-Math-BigInt -%global cpan_version 1.999727 +%global cpan_version 1.999800 # Keep 4-digit version to compete with perl.spec Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./') Release: 1%{?dist} @@ -18,6 +18,7 @@ BuildRequires: perl-generators %if %{defined perl_bootstrap} BuildRequires: perl(Config) BuildRequires: perl(Cwd) +# ExtUtils::CBuilder not used BuildRequires: perl(ExtUtils::MakeMaker) # ExtUtils::Manifest not used # ExtUtils::MM_Cygwin not used @@ -57,11 +58,12 @@ BuildRequires: perl(overload) BuildRequires: perl(warnings) # Tests: BuildRequires: perl(base) +# Config::Tiny not used BuildRequires: perl(lib) # Module::Signature not used # Scalar::Util not used # Socket not used -BuildRequires: perl(Test::More) >= 0.9301 +BuildRequires: perl(Test::More) >= 0.94 # Optional tests: # This core module must be buildable without non-core modules at bootstrap. %if !%{defined perl_bootstrap} @@ -110,6 +112,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Nov 18 2016 Petr Pisar - 1.9998.00-1 +- 1.999800 bump + * Tue Nov 08 2016 Petr Pisar - 1.9997.27-1 - 1.999727 bump diff --git a/sources b/sources index 51d57b7..bde53a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95cfacbfb25972e4e8558fe2927b63da Math-BigInt-1.999727.tar.gz +80bd3750e7ae1fb927b1250557f30a5d Math-BigInt-1.999800.tar.gz