Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-Pari/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5117

Modified Files:
        .cvsignore perl-Math-Pari.spec sources 
Log Message:
* Fri Jul  9 2010 Paul Howarth <p...@city-fan.org> - 2.010806-7
- Rebuild with pari 2.3.5
- Tweak application of intnum test patch to apply with different pari versions



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore  4 Mar 2010 14:46:47 -0000       1.14
+++ .cvsignore  9 Jul 2010 11:59:39 -0000       1.15
@@ -1,2 +1,2 @@
 Math-Pari-2.01080604.tar.gz
-pari-2.3.4.tar.gz
+pari-2.3.5.tar.gz


Index: perl-Math-Pari.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- perl-Math-Pari.spec 22 Jun 2010 14:03:03 -0000      1.26
+++ perl-Math-Pari.spec 9 Jul 2010 11:59:39 -0000       1.27
@@ -7,7 +7,7 @@
 # Since this binding is tightly linked to the main library, we
 # have to enforce a tight dependency on the main pari library version
 # so that we stay in step properly.
-%global pari_version   2.3.4
+%global pari_version   2.3.5
 %global pari_int_version %(echo %{pari_version} | %{__perl} -pi -e 
's/(\\d+)\\.(\\d+)\\.(\\d+)/sprintf("%d%03d%03d",$1,$2,$3)/e')
 
 %global extraversion   04
@@ -15,7 +15,7 @@
 Summary:       Perl interface to PARI
 Name:          perl-Math-Pari
 Version:       2.010806
-Release:       6%{?dist}
+Release:       7%{?dist}
 License:       GPL+ or Artistic
 Group:         Development/Libraries
 Url:           http://search.cpan.org/dist/Math-Pari/
@@ -29,8 +29,7 @@ Requires:     perl(:MODULE_COMPAT_%(eval "`%
 BuildRequires: perl(ExtUtils::MakeMaker)
 
 # Enforce dependency against same version of pari that we're built for
-# The runtime dependency will hopefully change to pari-libs soon (#530565)
-BuildRequires: pari-devel%{?_isa} = %{pari_version}
+BuildRequires: pari-devel = %{pari_version}
 Requires:      pari%{?_isa} = %{pari_version}
 
 # Don't "provide" private Perl libs or the redundant unversioned 
perl(Math::Pari)
@@ -56,7 +55,9 @@ as Perl functions, and (almost) seamless
 %patch1 -p1
 
 # Need extra stack for intnum test on some arches
-%patch2 -p1
+cd pari-%{pari_version}
+%patch2 -p2
+cd -
 
 %build
 %{__perl} Makefile.PL \
@@ -93,6 +94,10 @@ as Perl functions, and (almost) seamless
 %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm*
 
 %changelog
+* Fri Jul  9 2010 Paul Howarth <p...@city-fan.org> - 2.010806-7
+- Rebuild with pari 2.3.5
+- Tweak application of intnum test patch to apply with different pari versions
+
 * Tue Jun 22 2010 Paul Howarth <p...@city-fan.org> - 2.010806-6
 - Make stack size bigger for intnum test to avoid test failures on some
   arches (e.g. s390x, ppc64 - #551988)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources     4 Mar 2010 14:46:48 -0000       1.14
+++ sources     9 Jul 2010 11:59:39 -0000       1.15
@@ -1,2 +1,2 @@
 27f5999671fe2a29cfd2e8c8a1f9308e  Math-Pari-2.01080604.tar.gz
-35c896266e4257793387ba22d5d76078  pari-2.3.4.tar.gz
+6077c6db56fdd32e39a06a9bf320e1f7  pari-2.3.5.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to