rpms/octave-forge/devel octave-forge-20090607-vrml-build.patch, 1.1, 1.2

alexlan alexlan at fedoraproject.org
Mon Aug 31 11:48:06 UTC 2009


Author: alexlan

Update of /cvs/pkgs/rpms/octave-forge/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7843

Modified Files:
	octave-forge-20090607-vrml-build.patch 
Log Message:
Patch was missing r6030 from SVN which fixes install


octave-forge-20090607-vrml-build.patch:
 vrml_DirectionalLight.m |    4 ++--
 vrml_text.m             |    2 +-
 vrml_transfo.m          |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Index: octave-forge-20090607-vrml-build.patch
===================================================================
RCS file: /cvs/pkgs/rpms/octave-forge/devel/octave-forge-20090607-vrml-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- octave-forge-20090607-vrml-build.patch	31 Aug 2009 11:06:35 -0000	1.1
+++ octave-forge-20090607-vrml-build.patch	31 Aug 2009 11:48:06 -0000	1.2
@@ -20,3 +20,16 @@
    else                               r2 = r;
    end
    [axis,ang] = rotparams (r2);
+--- main/vrml-1.0.10/inst/vrml_DirectionalLight.m	2009/07/19 06:38:10	6029
++++ main/vrml-1.0.10/inst/vrml_DirectionalLight.m	2009/07/19 17:03:21	6030
+@@ -42,8 +42,8 @@
+     end
+ 
+     body = [body,\
+-	    sprintf ("   %-20s   %s\n",key, 
+-		     sprintf (getfield (tpl,key), val))];
++	    sprintf("   %-20s   %s\n",key,
++		     sprintf(getfield (tpl,key), val))];
+   end
+ end
+ s = sprintf ("DirectionalLight { \n%s}\n", body);




More information about the fedora-extras-commits mailing list