[perl-Math-BigInt-GMP] Update to 1.37

Petr Pisar ppisar at fedoraproject.org
Wed Jun 13 15:03:49 UTC 2012


commit ffc4714039c376ae757ef1b9bf8108b2951bc369
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Wed Jun 13 16:52:21 2012 +0200

    Update to 1.37

 .gitignore                |    1 +
 perl-Math-BigInt-GMP.spec |   15 ++++++++++-----
 sources                   |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06dfcd1..32f9a46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-Math-BigInt-GMP.spec b/perl-Math-BigInt-GMP.spec
index d136c8a..55ef658 100644
--- a/perl-Math-BigInt-GMP.spec
+++ b/perl-Math-BigInt-GMP.spec
@@ -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 at redhat.com> - 1.36-4.1
 - Perl 5.16 rebuild
+- Update to 1.37
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.36-3.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
diff --git a/sources b/sources
index 8827d93..8bbf6a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad39ceccf9920e8d5d780f6b158d4848  Math-BigInt-GMP-1.36.tar.gz
+d11bf69c0471e38191f33144079d0373  Math-BigInt-GMP-1.37.tar.gz



More information about the perl-devel mailing list