rpms/perl-Math-GMP/devel .cvsignore, 1.2, 1.3 perl-Math-GMP.spec, 1.11, 1.12 sources, 1.2, 1.3 perl-Math-GMP-2.04-x86_64.patch, 1.1, NONE

Paul Howarth pghmcfc at fedoraproject.org
Tue Oct 7 12:14:31 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-GMP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15305

Modified Files:
	.cvsignore perl-Math-GMP.spec sources 
Removed Files:
	perl-Math-GMP-2.04-x86_64.patch 
Log Message:
* Tue Oct  7 2008 Paul Howarth <paul at city-fan.org> 2.05-1
- New upstream maintainer, new upstream version 2.05
- 64-bit test suite compatibility issues fixed upstream, patch removed
- Run tests in verbose mode
- Add buildreq perl(Test::More) for basic test suite
- Add buildreqs perl(Module::Signature), perl(Perl::Critic), perl(Pod::Spell),
  perl(Test::Pod), perl(Test::YAML::Meta), and perl(Text::SpellChecker) for
  additional test suite functionality



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Feb 2006 11:53:18 -0000	1.2
+++ .cvsignore	7 Oct 2008 12:14:01 -0000	1.3
@@ -1 +1 @@
-Math-GMP-2.04.tar.gz
+Math-GMP-2.05.tar.gz


Index: perl-Math-GMP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Math-GMP.spec	6 Jun 2008 13:22:53 -0000	1.11
+++ perl-Math-GMP.spec	7 Oct 2008 12:14:01 -0000	1.12
@@ -1,15 +1,16 @@
 Summary:	High speed arbitrary size integer math
 Name:		perl-Math-GMP
-Version:	2.04
-Release:	10%{?dist}
+Version:	2.05
+Release:	1%{?dist}
 License:	LGPLv2+
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Math-GMP/
-Source0:	http://search.cpan.org/CPAN/authors/id/C/CH/CHIPT/Math-GMP-%{version}.tar.gz
-Patch0:		perl-Math-GMP-2.04-x86_64.patch
+Source0:	http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/Math-GMP-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires:	gmp-devel, perl(ExtUtils::MakeMaker)
+BuildRequires:	gmp-devel, perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires:	perl(Module::Signature), perl(Perl::Critic), perl(Pod::Spell)
+BuildRequires:	perl(Test::Pod), perl(Test::YAML::Meta), perl(Text::SpellChecker)
 
 %description
 Math::GMP was designed to be a drop-in replacement both for Math::BigInt and
@@ -19,16 +20,19 @@
 
 %prep
 %setup -q -n Math-GMP-%{version}
-%ifarch x86_64 ppc64 ia64 sparc64
-%patch0 -p0
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
-%{__make} test
+# Note:
+# Perl::Critic test fails, disabled for now
+# Module::Signature test fails due to presence of debuginfo data in build dir
+# Pod::Coverage test fails
+# File::Comments not yet in Fedora
+%{__make} test \
+	TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=0 TEST_SPELL=1 TEST_VERBOSE=1
 
 %install
 %{__rm} -rf %{buildroot}
@@ -49,6 +53,15 @@
 %{_mandir}/man3/Math::GMP.3pm*
 
 %changelog
+* Tue Oct  7 2008 Paul Howarth <paul at city-fan.org> 2.05-1
+- New upstream maintainer, new upstream version 2.05
+- 64-bit test suite compatibility issues fixed upstream, patch removed
+- Run tests in verbose mode
+- Add buildreq perl(Test::More) for basic test suite
+- Add buildreqs perl(Module::Signature), perl(Perl::Critic), perl(Pod::Spell),
+  perl(Test::Pod), perl(Test::YAML::Meta), and perl(Text::SpellChecker) for
+  additional test suite functionality
+
 * Fri Jun  6 2008 Paul Howarth <paul at city-fan.org> 2.04-10
 - Apply 64-bit testsuite-fixing patch on sparc64 too
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Feb 2006 11:53:18 -0000	1.2
+++ sources	7 Oct 2008 12:14:01 -0000	1.3
@@ -1 +1 @@
-291e5847986c7591cd70c1788c979a98  Math-GMP-2.04.tar.gz
+d719578064fb935e2f8403ba0340179a  Math-GMP-2.05.tar.gz


--- perl-Math-GMP-2.04-x86_64.patch DELETED ---




More information about the Fedora-perl-devel-list mailing list