1.999720 bump
This commit is contained in:
parent
b9bd7797df
commit
b8a65b1e24
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/Math-BigInt-1.999715.tar.gz
|
/Math-BigInt-1.999715.tar.gz
|
||||||
/Math-BigInt-1.999716.tar.gz
|
/Math-BigInt-1.999716.tar.gz
|
||||||
/Math-BigInt-1.999717.tar.gz
|
/Math-BigInt-1.999717.tar.gz
|
||||||
|
/Math-BigInt-1.999720.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Math-BigInt
|
Name: perl-Math-BigInt
|
||||||
%global cpan_version 1.999717
|
%global cpan_version 1.999720
|
||||||
# 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}
|
||||||
@ -61,6 +61,7 @@ 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
|
||||||
# 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}
|
||||||
@ -68,9 +69,7 @@ BuildRequires: perl(Test::Pod) >= 1.22
|
|||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||||
BuildRequires: perl(Pod::Coverage) >= 0.18
|
BuildRequires: perl(Pod::Coverage) >= 0.18
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: perl(Test::More) >= 0.9301
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Carp)
|
|
||||||
Requires: perl(Math::Complex) >= 1.39
|
Requires: perl(Math::Complex) >= 1.39
|
||||||
Conflicts: perl < 4:5.22.0-347
|
Conflicts: perl < 4:5.22.0-347
|
||||||
|
|
||||||
@ -111,6 +110,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 26 2016 Petr Pisar <ppisar@redhat.com> - 1.9997.20-1
|
||||||
|
- 1.999720 bump
|
||||||
|
|
||||||
* Mon Apr 18 2016 Petr Pisar <ppisar@redhat.com> - 1.9997.17-1
|
* Mon Apr 18 2016 Petr Pisar <ppisar@redhat.com> - 1.9997.17-1
|
||||||
- 1.999717 bump
|
- 1.999717 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user