1.999714 bump
This commit is contained in:
parent
a1c53ee221
commit
954453b48d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user