rpms/plplot/devel plplot-5.9.4-octave32.patch, NONE, 1.1 plplot.spec, 1.80, 1.81

Orion Poplawski orion at fedoraproject.org
Fri Aug 14 03:36:13 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/plplot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14418

Modified Files:
	plplot.spec 
Added Files:
	plplot-5.9.4-octave32.patch 
Log Message:
* Thu Aug 13 2009 - Orion Poplawski <orion at cora.nwra.com> - 5.9.4-4
- Add patch to support octave 3.2


plplot-5.9.4-octave32.patch:
 closefig.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE plplot-5.9.4-octave32.patch ---
--- plplot-5.9.4/bindings/octave/PLplot/closefig.m.octave32	2009-08-13 21:30:05.511036727 -0600
+++ plplot-5.9.4/bindings/octave/PLplot/closefig.m	2009-08-13 21:30:52.206974684 -0600
@@ -21,7 +21,7 @@
 
   global __pl
 
-  if ( !(exist "__pl") || !struct_contains (__pl,"inited"))
+  if ( !(exist (__pl")) || !struct_contains (__pl,"inited"))
     return;
   endif
 


Index: plplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/devel/plplot.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -p -r1.80 -r1.81
--- plplot.spec	1 Aug 2009 09:57:39 -0000	1.80
+++ plplot.spec	14 Aug 2009 03:36:13 -0000	1.81
@@ -10,7 +10,7 @@
 
 Name:           plplot
 Version:        5.9.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Library of functions for making scientific plots
 
 Group:          Applications/Engineering
@@ -19,6 +19,7 @@ URL:            http://plplot.sourceforg
 Source0:        http://downloads.sourceforge.net/plplot/%{name}-%{version}.tar.gz
 Patch1:         plplot-5.9.3-multiarch.patch
 Patch2:         plplot-5.9.2-info.patch
+Patch3:         plplot-5.9.4-octave32.patch
 Patch5:         plplot-5.9.3-test.patch
 Patch6:         plplot-5.7.3-jni.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -256,6 +257,7 @@ Requires:       pkgconfig
 %setup -q
 %patch1 -p1 -b .multiarch
 %patch2 -p1 -b .info
+%patch3 -p1 -b .octave32
 %patch5 -p1 -b .test
 %patch6 -p1 -b .jni
 # Convert to UTF-8
@@ -597,6 +599,9 @@ fi
 
 
 %changelog
+* Thu Aug 13 2009 - Orion Poplawski <orion at cora.nwra.com> - 5.9.4-4
+- Add patch to support octave 3.2
+
 * Sat Aug 01 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 5.9.4-3
 - Rebuilt against updated Octave.
 




More information about the fedora-extras-commits mailing list