1.999800 bump

This commit is contained in:
Petr Písař 2016-11-18 10:40:38 +01:00
parent 74c9d02280
commit 34e96bee70
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/Math-BigInt-1.999724.tar.gz /Math-BigInt-1.999724.tar.gz
/Math-BigInt-1.999726.tar.gz /Math-BigInt-1.999726.tar.gz
/Math-BigInt-1.999727.tar.gz /Math-BigInt-1.999727.tar.gz
/Math-BigInt-1.999800.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Math-BigInt Name: perl-Math-BigInt
%global cpan_version 1.999727 %global cpan_version 1.999800
# Keep 4-digit version to compete with perl.spec # Keep 4-digit version to compete with perl.spec
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./') Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
Release: 1%{?dist} Release: 1%{?dist}
@ -18,6 +18,7 @@ BuildRequires: perl-generators
%if %{defined perl_bootstrap} %if %{defined perl_bootstrap}
BuildRequires: perl(Config) BuildRequires: perl(Config)
BuildRequires: perl(Cwd) BuildRequires: perl(Cwd)
# ExtUtils::CBuilder not used
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
# ExtUtils::Manifest not used # ExtUtils::Manifest not used
# ExtUtils::MM_Cygwin not used # ExtUtils::MM_Cygwin not used
@ -57,11 +58,12 @@ BuildRequires: perl(overload)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Tests: # Tests:
BuildRequires: perl(base) BuildRequires: perl(base)
# Config::Tiny not used
BuildRequires: perl(lib) BuildRequires: perl(lib)
# Module::Signature not used # Module::Signature not used
# Scalar::Util not used # Scalar::Util not used
# Socket not used # Socket not used
BuildRequires: perl(Test::More) >= 0.9301 BuildRequires: perl(Test::More) >= 0.94
# Optional tests: # Optional tests:
# This core module must be buildable without non-core modules at bootstrap. # This core module must be buildable without non-core modules at bootstrap.
%if !%{defined perl_bootstrap} %if !%{defined perl_bootstrap}
@ -110,6 +112,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Nov 18 2016 Petr Pisar <ppisar@redhat.com> - 1.9998.00-1
- 1.999800 bump
* Tue Nov 08 2016 Petr Pisar <ppisar@redhat.com> - 1.9997.27-1 * Tue Nov 08 2016 Petr Pisar <ppisar@redhat.com> - 1.9997.27-1
- 1.999727 bump - 1.999727 bump

View File

@ -1 +1 @@
95cfacbfb25972e4e8558fe2927b63da Math-BigInt-1.999727.tar.gz 80bd3750e7ae1fb927b1250557f30a5d Math-BigInt-1.999800.tar.gz