diff --git a/.cvsignore b/.cvsignore index ed9e1c1..2801989 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ wxMaxima-0.7.0.tar.gz wxMaxima-0.7.0a.tar.gz +wxMaxima-0.7.1.tar.gz diff --git a/sources b/sources index 6eb2f65..b3a329a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ba9720bb96a1e7dcf5b8a3c06177901 wxMaxima-0.7.0a.tar.gz +005f5bffe74caa987f66af2084d9df45 wxMaxima-0.7.1.tar.gz diff --git a/wxMaxima-0.7.0a-mp.patch b/wxMaxima-0.7.0a-mp.patch deleted file mode 100644 index 5e80adf..0000000 --- a/wxMaxima-0.7.0a-mp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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"), ¶meters); diff --git a/wxMaxima.spec b/wxMaxima.spec index 549bb08..254fe74 100644 --- a/wxMaxima.spec +++ b/wxMaxima.spec @@ -4,8 +4,8 @@ Summary: Graphical user interface for Maxima Name: wxMaxima -Version: 0.7.0a -Release: 5%{?dist} +Version: 0.7.1 +Release: 1%{?dist} License: GPL Group: Applications/Engineering URL: http://wxmaxima.sourceforge.net/ @@ -20,7 +20,7 @@ BuildRequires: libxml2-devel BuildRequires: ImageMagick BuildRequires: sed -Requires: maxima >= 5.10 +Requires: maxima >= 5.11 Requires(post): xdg-utils Requires(postun): xdg-utils @@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 23 2007 Rex Dieter 0.7.1-1 +- wxMaxima-0.7.1 + * Mon Dec 18 2006 Rex Dieter 0.7.0a-5 - use xdg-utils in scriptlets