rpms/wxMaxima/devel wxMaxima-0.7.0a-mp.patch, NONE, 1.1 wxMaxima.spec, 1.4, 1.5

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Oct 9 13:46:34 UTC 2006


Author: rdieter

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

Modified Files:
	wxMaxima.spec 
Added Files:
	wxMaxima-0.7.0a-mp.patch 
Log Message:
* Mon Oct 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.7.0a-2
- patch for proper maxima= entry in ~/.wxMaxima (#209992)


wxMaxima-0.7.0a-mp.patch:

--- NEW FILE wxMaxima-0.7.0a-mp.patch ---
--- wxMaxima-0.7.0a/src/wxMaxima.cpp.mp	2006-09-21 09:23:22.000000000 -0500
+++ wxMaxima-0.7.0a/src/wxMaxima.cpp	2006-10-09 08:35:10.000000000 -0500
@@ -1025,7 +1025,7 @@
   if (!have_config)
   {
     command = wxT("maxima");
-    config->Write(wxT("maxima"), &command);
+    config->Write(wxT("maxima"), command);
   }
 
   config->Read(wxT("parameters"), &parameters);


Index: wxMaxima.spec
===================================================================
RCS file: /cvs/extras/rpms/wxMaxima/devel/wxMaxima.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wxMaxima.spec	4 Oct 2006 19:22:26 -0000	1.4
+++ wxMaxima.spec	9 Oct 2006 13:46:34 -0000	1.5
@@ -1,17 +1,16 @@
 
-# Fedora review
-# http://bugzilla.redhat.com/204832
-
 Summary: Graphical user interface for Maxima 
 Name:    wxMaxima
 Version: 0.7.0a
-Release: 1%{?dist}.1
+Release: 2%{?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.0a-mp.patch
+
 BuildRequires: desktop-file-utils
 BuildRequires: wxGTK-devel
 BuildRequires: libxml2-devel
@@ -21,12 +20,14 @@
 Requires: maxima >= 5.10
 
 %description
-A Graphical user interface for the computer algebra system
+A Graphical user interface for the the computer algebra system
 Maxima using wxWidgets.
 
 %prep
 %setup -q
 
+%patch1 -p1 -b .mp
+
 sed -i -e "s|^Icon=.*|Icon=wxmaxima|" wxmaxima.desktop
 
 
@@ -88,15 +89,11 @@
 
 
 %changelog
-* Wed Oct 04 2006 Rex Dieter <rexdieter[AT]users.sf.net>
-- respin
+* Mon Oct 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.7.0a-2
+- patch for proper maxima= entry in ~/.wxMaxima (#209992)
 
 * Mon Sep 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.7.0a-1
 - 0.7.0a
-- Requires: maxima >= 5.10
-
-* Thu Sep 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.7.0-3
-- fix %%description typo
 
 * Tue Sep 05 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.7.0-2
 - update %%description, %%summary




More information about the fedora-extras-commits mailing list