1.999714 bump

This commit is contained in:
Petr Písař 2016-01-04 13:28:54 +01:00
parent a1c53ee221
commit 954453b48d
3 changed files with 15 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ppisar@redhat.com> - 1.9997.14-1
- 1.999714 bump
* Mon Nov 16 2015 Petr Pisar <ppisar@redhat.com> - 1.9997.10-1
- 1.999710 bump

View File

@ -1 +1 @@
23191ddbdd21c19ba8058cfb16ac8a9f Math-BigInt-1.999710.tar.gz
a056766e7b1385ef3eea17e60c784bb0 Math-BigInt-1.999714.tar.gz