rpms/perl-Math-Pari/devel .cvsignore, 1.11, 1.12 perl-Math-Pari.spec, 1.21, 1.22 sources, 1.11, 1.12

Paul Howarth pghmcfc at fedoraproject.org
Thu Nov 12 10:50:07 UTC 2009


Author: pghmcfc

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

Modified Files:
	.cvsignore perl-Math-Pari.spec sources 
Log Message:
Update to 2.01080602 (see Changes for details)
No longer need to fix test suite for 64-bit builds



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	6 Nov 2009 09:11:19 -0000	1.11
+++ .cvsignore	12 Nov 2009 10:50:04 -0000	1.12
@@ -1,2 +1,2 @@
-Math-Pari-2.010806.tar.gz
+Math-Pari-2.01080602.tar.gz
 pari-2.3.4.tar.gz


Index: perl-Math-Pari.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- perl-Math-Pari.spec	6 Nov 2009 09:11:19 -0000	1.21
+++ perl-Math-Pari.spec	12 Nov 2009 10:50:04 -0000	1.22
@@ -10,14 +10,16 @@
 %global pari_version	2.3.4
 %global pari_int_version %(echo %{pari_version} | %{__perl} -pi -e 's/(\\d+)\\.(\\d+)\\.(\\d+)/sprintf("%d%03d%03d",$1,$2,$3)/e')
 
+%global extraversion	02
+
 Summary:	Perl interface to PARI
 Name:		perl-Math-Pari
 Version:	2.010806
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Math-Pari/
-Source0:	http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}%{extraversion}.tar.gz
 Source1:	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%{pari_version}.tar.gz
 Patch0:		perl-Math-Pari-2.010802-no-fake-version.patch
 Patch1:		perl-Math-Pari-2.010802-docs-and-testsuite.patch
@@ -40,18 +42,11 @@ scientific/ number-theoretic calculation
 as Perl functions, and (almost) seamless merging of PARI and Perl data.
 
 %prep
-%setup -q -n Math-Pari-%{version} -a 1
+%setup -q -n Math-Pari-%{version}%{extraversion} -a 1
 
 # Remove spurious executable permission bits
 %{__chmod} -x Changes README Pari.pm PariInit.pm func_codes.h Pari.xs
 
-# If 64-bit test results missing, they should be copied from 32-bit test results
-cd pari-%{pari_version}/src/test/in
-for test in *; do
-	[ ! -f ../64/${test} ] && %{__cp} -a ../32/${test} ../64/${test}
-done
-cd -
-
 # Don't use a fake version number when we can use a real one
 %patch0 -p1
 %{__sed} -i -e s/@@@OUR-PARI-VERSION@@@/%{pari_int_version}/ Makefile.PL
@@ -94,6 +89,10 @@ cd -
 %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm*
 
 %changelog
+* Thu Nov 12 2009 Paul Howarth <paul at city-fan.org> - 2.010806-2
+- Update to 2.01080602 (see Changes for details)
+- No longer need to fix test suite for 64-bit builds
+
 * Fri Nov  6 2009 Paul Howarth <paul at city-fan.org> - 2.010806-1
 - Update to 2.010806
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	6 Nov 2009 09:11:19 -0000	1.11
+++ sources	12 Nov 2009 10:50:04 -0000	1.12
@@ -1,2 +1,2 @@
-59a92c209ba1e3a0e908f8110cbd0223  Math-Pari-2.010806.tar.gz
+3148a58fe17ebe4c54e28b2a6ba19ab8  Math-Pari-2.01080602.tar.gz
 35c896266e4257793387ba22d5d76078  pari-2.3.4.tar.gz




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