Update to 1.37

This commit is contained in:
Jitka Plesnikova 2012-06-13 16:52:21 +02:00 committed by Petr Písař
parent 720ce0a3ea
commit ffc4714039
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
Math-BigInt-GMP-1.24.tar.gz
/Math-BigInt-GMP-1.32.tar.gz
/Math-BigInt-GMP-1.36.tar.gz
/Math-BigInt-GMP-1.37.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Math-BigInt-GMP
Version: 1.36
Release: 4%{?dist}.1
Version: 1.37
Release: 1%{?dist}
Summary: Math::BigInt::GMP Perl module
License: GPL+ or Artistic
Group: Development/Libraries
@ -8,11 +8,15 @@ URL: http://search.cpan.org/dist/Math-BigInt-GMP/
Source0: http://search.cpan.org/CPAN/authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-%{version}.tar.gz
BuildRequires: gmp-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Math::BigInt) >= 1.993
BuildRequires: perl(Math::BigInt) >= 1.994
BuildRequires: perl(Math::BigFloat) >= 1.994
BuildRequires: perl(Pod::Coverage) >= 0.18
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod) >= 1.22
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
#BuildRequires: perl(threads)
BuildRequires: perl(threads)
BuildRequires: perl(XSLoader)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
@ -53,6 +57,7 @@ make test
%changelog
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 1.36-4.1
- Perl 5.16 rebuild
- Update to 1.37
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-3.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
ad39ceccf9920e8d5d780f6b158d4848 Math-BigInt-GMP-1.36.tar.gz
d11bf69c0471e38191f33144079d0373 Math-BigInt-GMP-1.37.tar.gz