rpms/plplot/F-8 plplot.spec,1.42,1.43

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Jan 18 23:48:56 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/plplot/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23685

Modified Files:
	plplot.spec 
Log Message:
Unset TERM for octave 3.0



Index: plplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/F-8/plplot.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- plplot.spec	18 Jan 2008 22:58:16 -0000	1.42
+++ plplot.spec	18 Jan 2008 23:48:04 -0000	1.43
@@ -212,6 +212,8 @@
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
 export FFLAGS="$RPM_OPT_FLAGS"
+#Needed for octave output to not have control characters
+unset TERM
 %cmake .. \
 	%{build_ada} \
 	%{build_octave} \
@@ -487,6 +489,7 @@
 * Fri Jan 18 2008 - Orion Poplawski <orion at cora.nwra.com> - 5.8.0-2
 - Add Requires: numpy (bug #428876)
 - Add Requries: libtool-ltdl-devel to devel package
+- Rebuild for octave 3.0
 
 * Mon Nov 19 2007 - Orion Poplawski <orion at cora.nwra.com> - 5.8.0-1
 - Update to 5.8.0




More information about the fedora-extras-commits mailing list