[perl-Math-BigInt-GMP] *** PLEASE NOTE ***

Steven Pritchard steve at fedoraproject.org
Tue Dec 21 23:17:22 UTC 2010


commit 273a0c4fa4668013948f88516275ffc4e45ee5ed
Author: Steven Pritchard <steven.pritchard at gmail.com>
Date:   Tue Dec 21 17:15:26 2010 -0600

    *** PLEASE NOTE ***
    
    This release doesn't build.  I will look into the problem.  In the mean
    time, I've reported it upstream.
    
      https://rt.cpan.org/Ticket/Display.html?id=64121
    
    Changelog:
    * Update to 1.32.
    * Update Source0 URL.
    * BR threads.

 .gitignore                |    1 +
 perl-Math-BigInt-GMP.spec |   12 +++++++++---
 sources                   |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17eeab8..b6adeea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Math-BigInt-GMP-1.24.tar.gz
+/Math-BigInt-GMP-1.32.tar.gz
diff --git a/perl-Math-BigInt-GMP.spec b/perl-Math-BigInt-GMP.spec
index d45b54c..9209b7d 100644
--- a/perl-Math-BigInt-GMP.spec
+++ b/perl-Math-BigInt-GMP.spec
@@ -1,17 +1,18 @@
 Name:           perl-Math-BigInt-GMP
-Version:        1.24
-Release:        7%{?dist}
+Version:        1.32
+Release:        1%{?dist}
 Summary:        Math::BigInt::GMP Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Math-BigInt-GMP/
-Source0:        http://www.cpan.org/authors/id/T/TE/TELS/math/Math-BigInt-GMP-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/F/FL/FLORA/Math-BigInt-GMP-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gmp-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
+#BuildRequires:  perl(threads)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -54,6 +55,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 21 2010 Steven Pritchard <steve at kspei.com> 1.32-1
+- Update to 1.32.
+- Update Source0 URL.
+- BR threads.
+
 * Mon Dec 20 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.24-7
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index db9d687..f5b265c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de5bb548f9e8e2254565926eec1d15b2  Math-BigInt-GMP-1.24.tar.gz
+50422b339e4c0987314bf08fd65d3855  Math-BigInt-GMP-1.32.tar.gz



More information about the perl-devel mailing list