rpms/plplot/devel plplot-5.9.4-octave32.patch,1.2,1.3

Orion Poplawski orion at fedoraproject.org
Fri Aug 14 04:51:52 UTC 2009


Author: orion

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

Modified Files:
	plplot-5.9.4-octave32.patch 
Log Message:
More octave 3.2 fixes


plplot-5.9.4-octave32.patch:
 PLplot/closefig.m |    2 +-
 demos/p4.m        |    2 +-
 demos/p5.m        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Index: plplot-5.9.4-octave32.patch
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/devel/plplot-5.9.4-octave32.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- plplot-5.9.4-octave32.patch	14 Aug 2009 04:11:19 -0000	1.2
+++ plplot-5.9.4-octave32.patch	14 Aug 2009 04:51:52 -0000	1.3
@@ -9,3 +9,25 @@
      return;
    endif
  
+--- plplot-5.9.4/bindings/octave/demos/p4.m.octave32	2009-05-10 13:37:17.000000000 -0600
++++ plplot-5.9.4/bindings/octave/demos/p4.m	2009-08-13 22:50:58.068005128 -0600
+@@ -21,7 +21,7 @@
+   x=0.01:0.1:10;
+   y=exp(x);
+ 
+-  og = grid "minor";
++  og = grid ("minor");
+   title("Log-log example");
+   loglog(x,y,'y')
+   grid (og);
+--- plplot-5.9.4/bindings/octave/demos/p5.m.octave32	2009-05-10 13:37:17.000000000 -0600
++++ plplot-5.9.4/bindings/octave/demos/p5.m	2009-08-13 22:51:21.277975680 -0600
+@@ -21,7 +21,7 @@
+   x=-pi:0.01:pi;
+   y=sin(x).+cos(3*x);
+ 
+-  og = grid "on";
++  og = grid ("on");
+   title("Polar example");
+   polar(x,y,'y')
+   grid (og);




More information about the fedora-extras-commits mailing list