rpms/plplot/devel plplot-5.9.4-octave32.patch, 1.3, 1.4 plplot.spec, 1.86, 1.87

Orion Poplawski orion at fedoraproject.org
Wed Aug 26 17:53:53 UTC 2009


Author: orion

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

Modified Files:
	plplot-5.9.4-octave32.patch plplot.spec 
Log Message:
Really get the octave patch addition in
Don't forget the ITCL hack


plplot-5.9.4-octave32.patch:
 PLplot/closefig.m |    2 +-
 demos/p4.m        |    2 +-
 demos/p5.m        |    2 +-
 demos/x03c.m      |    6 +++---
 4 files changed, 6 insertions(+), 6 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.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- plplot-5.9.4-octave32.patch	14 Aug 2009 04:51:52 -0000	1.3
+++ plplot-5.9.4-octave32.patch	26 Aug 2009 17:53:53 -0000	1.4
@@ -31,3 +31,20 @@
    title("Polar example");
    polar(x,y,'y')
    grid (og);
+--- plplot-5.9.4/bindings/octave/demos/x03c.m.octave32	2009-05-10 13:37:17.000000000 -0600
++++ plplot-5.9.4/bindings/octave/demos/x03c.m	2009-08-26 11:50:28.362630969 -0600
+@@ -47,11 +47,11 @@
+ 
+   plenv(-1.3, 1.3, -1.3, 1.3, 1, -2);
+   for i=1:10
+-    x(:) = 0.1 * i * x0(:);
+-    y(:) = 0.1 * i * y0(:);
++    x = 0.1 * i * x0(:);
++    y = 0.1 * i * y0(:);
+     
+     ## Draw circles for polar grid */
+-    plline(x', y');
++    plline(x, y);
+   endfor
+ 
+   plcol0(2);


Index: plplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/devel/plplot.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -p -r1.86 -r1.87
--- plplot.spec	26 Aug 2009 17:35:31 -0000	1.86
+++ plplot.spec	26 Aug 2009 17:53:53 -0000	1.87
@@ -345,7 +345,7 @@ done
 %check
 cd fedora
 #Hack
-#export ITCL_LIBRARY=%{_libdir}/tcl8.5/itcl3.4
+export ITCL_LIBRARY=%{_libdir}/tcl8.5/itcl3.4
 # Exclude perl and compare tests for now, and ocaml from ppc/ppc64
 %ifarch ppc ppc64
 ctest -V -E 'compare|ocaml'




More information about the fedora-extras-commits mailing list