rpms/wxMaxima/devel wxMaxima-0.7.2-old_gnuplot.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.4, 1.5 wxMaxima.spec, 1.11, 1.12 wxMaxima-0.7.1-old_gnuplot.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Apr 9 19:41:31 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/wxMaxima/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16836

Modified Files:
	.cvsignore sources wxMaxima.spec 
Added Files:
	wxMaxima-0.7.2-old_gnuplot.patch 
Removed Files:
	wxMaxima-0.7.1-old_gnuplot.patch 
Log Message:
* Mon Apr 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.7.2-1
- wxMaxima-0.7.2


wxMaxima-0.7.2-old_gnuplot.patch:

--- NEW FILE wxMaxima-0.7.2-old_gnuplot.patch ---
--- wxMaxima-0.7.2/data/wxmathml.lisp.old_gnuplot	2007-04-02 10:30:35.000000000 -0500
+++ wxMaxima-0.7.2/data/wxmathml.lisp	2007-04-09 14:39:04.000000000 -0500
@@ -1025,7 +1025,7 @@
 
 (defmvar $wxplot_size '((mlist simp) 400 250))
 
-(defmvar $wxplot_old_gnuplot nil)
+(defmvar $wxplot_old_gnuplot 1)
 
 (defun $wxplot_preamble ()
   (let ((frmt (if $wxplot_old_gnuplot


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wxMaxima/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	23 Feb 2007 19:32:03 -0000	1.5
+++ .cvsignore	9 Apr 2007 19:41:01 -0000	1.6
@@ -1 +1,3 @@
+clog
 wxMaxima-0.7.1.tar.gz
+wxMaxima-0.7.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wxMaxima/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Feb 2007 19:24:07 -0000	1.4
+++ sources	9 Apr 2007 19:41:01 -0000	1.5
@@ -1 +1 @@
-005f5bffe74caa987f66af2084d9df45  wxMaxima-0.7.1.tar.gz
+4a0c6099a60d5f54e262cc505d8caca7  wxMaxima-0.7.2.tar.gz


Index: wxMaxima.spec
===================================================================
RCS file: /cvs/extras/rpms/wxMaxima/devel/wxMaxima.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wxMaxima.spec	9 Apr 2007 14:02:36 -0000	1.11
+++ wxMaxima.spec	9 Apr 2007 19:41:01 -0000	1.12
@@ -4,15 +4,16 @@
 
 Summary: Graphical user interface for Maxima 
 Name:    wxMaxima
-Version: 0.7.1
-Release: 3%{?dist}
+Version: 0.7.2
+Release: 1%{?dist}
 License: GPL
 Group:   Applications/Engineering
 URL:     http://wxmaxima.sourceforge.net/
 Source0: http://dl.sourceforge.net/sourceforge/wxmaxima/wxMaxima-%{version}.tar.gz 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: wxMaxima-0.7.1-old_gnuplot.patch
+# for gnuplot < 4.2
+Patch1: wxMaxima-0.7.2-old_gnuplot.patch
 
 BuildRequires: desktop-file-utils
 BuildRequires: wxGTK-devel
@@ -31,7 +32,11 @@
 %prep
 %setup -q
 
+#if 0%{?fedora} > 7
+## Woo hoo
+#else
 %patch1 -p1 -b .old_gnuplot
+#endif
 
 ## wxmaxima.desktop fixups
 # do (some) Categories munging here, some versions of desktop-file-install 
@@ -98,6 +103,9 @@
 
 
 %changelog
+* Mon Apr 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.7.2-1
+- wxMaxima-0.7.2
+
 * Mon Apr 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.7.1-3
 - wxMaxima-0.7.1-old_gnuplot.patch (#235155)
 


--- wxMaxima-0.7.1-old_gnuplot.patch DELETED ---




More information about the scm-commits mailing list