rpms/perl-PDL/devel perl-PDL.spec,1.53,1.54

Orion Poplawski orion at fedoraproject.org
Wed Sep 9 20:01:03 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/perl-PDL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28216

Modified Files:
	perl-PDL.spec 
Log Message:
* Wed Sep 9 2009 Orion Poplawski <orion at cora.nwra.com> - 2.4.4_05-3
- Don't strip out PLplot version so that plplot can detect it



Index: perl-PDL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PDL/devel/perl-PDL.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- perl-PDL.spec	9 Sep 2009 18:18:52 -0000	1.53
+++ perl-PDL.spec	9 Sep 2009 20:01:03 -0000	1.54
@@ -2,7 +2,7 @@
 
 Name:           perl-PDL
 Version:        2.4.4_05
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The Perl Data Language
 
 Group:          Development/Libraries
@@ -56,6 +56,8 @@ such commercial packages as IDL and MatL
 # Use newer plplot.pd
 cp $RPM_BUILD_DIR/PDL-Graphics-PLplot-%{plplotver}/plplot.pd Graphics/PLplot/plplot.pd
 cp $RPM_BUILD_DIR/PDL-Graphics-PLplot-%{plplotver}/t/plplot.t t/plplot.t
+# Strip separate version informaion
+sed -i -e '/^\$VERSION =/d' Graphics/PLplot/plplot.pd
 %patch0 -p1 -b .settings
 %patch1 -p1
 %patch2 -p1 -b .cleanup
@@ -149,6 +151,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 9 2009 Orion Poplawski <orion at cora.nwra.com> - 2.4.4_05-4
+- No, we really need to strip out the PLplot version so it can load
+
 * Wed Sep 9 2009 Orion Poplawski <orion at cora.nwra.com> - 2.4.4_05-3
 - Don't strip out PLplot version so that plplot can detect it
 




More information about the scm-commits mailing list