1.999709 bump
This commit is contained in:
parent
8c33bc12e6
commit
cb82aa2357
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/Math-BigInt-1.999707.tar.gz
|
/Math-BigInt-1.999707.tar.gz
|
||||||
/Math-BigInt-1.999708.tar.gz
|
/Math-BigInt-1.999708.tar.gz
|
||||||
|
/Math-BigInt-1.999709.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Math-BigInt
|
Name: perl-Math-BigInt
|
||||||
%global cpan_version 1.999708
|
%global cpan_version 1.999709
|
||||||
# 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}
|
||||||
@ -59,7 +59,7 @@ BuildRequires: perl(base)
|
|||||||
# Module::Signature not used
|
# Module::Signature not used
|
||||||
BuildRequires: perl(Scalar::Util)
|
BuildRequires: perl(Scalar::Util)
|
||||||
# Socket not used
|
# Socket not used
|
||||||
BuildRequires: perl(Test::More) >= 0.62
|
BuildRequires: perl(Test::More) >= 0.9301
|
||||||
BuildRequires: perl(vars)
|
BuildRequires: perl(vars)
|
||||||
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(Carp)
|
||||||
@ -103,6 +103,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 10 2015 Petr Pisar <ppisar@redhat.com> - 1.9997.09-1
|
||||||
|
- 1.999709 bump
|
||||||
|
|
||||||
* Thu Nov 05 2015 Petr Pisar <ppisar@redhat.com> - 1.9997.08-1
|
* Thu Nov 05 2015 Petr Pisar <ppisar@redhat.com> - 1.9997.08-1
|
||||||
- 1.999708 bump
|
- 1.999708 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user