rpms/maxima/devel maxima-5.10.0-xdg_open.patch, NONE, 1.1 maxima.spec, 1.39, 1.40 maxima-5.9.2-htmlview.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Oct 2 15:59:16 UTC 2006


Author: rdieter

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

Modified Files:
	maxima.spec 
Added Files:
	maxima-5.10.0-xdg_open.patch 
Removed Files:
	maxima-5.9.2-htmlview.patch 
Log Message:
* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.10.0-3
- htmlview -> xdg-open


maxima-5.10.0-xdg_open.patch:

--- NEW FILE maxima-5.10.0-xdg_open.patch ---
--- maxima/interfaces/xmaxima/Tkmaxima/Menu.tcl.htmlview	2004-10-16 10:37:53.000000000 -0500
+++ maxima/interfaces/xmaxima/Tkmaxima/Menu.tcl	2005-08-22 07:27:23.000000000 -0500
@@ -215,9 +215,9 @@
 	}
     } else {
 	
-	set selectedbrowser mozilla
+	set selectedbrowser xdg-open
 
-	foreach b { mozilla konqueror epiphany firefox netscape } {
+	foreach b { xdg-open htmlview firefox konqueror mozilla epiphany netscape } {
 	    if { ! [catch {exec which $b} ] } {
 		set selectedbrowser $b
 		break } }


Index: maxima.spec
===================================================================
RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- maxima.spec	27 Sep 2006 13:42:58 -0000	1.39
+++ maxima.spec	2 Oct 2006 15:59:16 -0000	1.40
@@ -6,7 +6,7 @@
 Name: 	 maxima
 Version: 5.10.0
 
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -44,7 +44,7 @@
 Source10: http://starship.python.net/crew/mike/TixMaxima/macref.pdf
 Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf
 
-Patch1: maxima-5.9.2-htmlview.patch
+Patch1: maxima-5.10.0-xdg_open.patch
 # (mysterious?) xemacs patch (don't use, for now)
 Patch2: maxima.el-xemacs.patch
 # use sbcl --disable-debugger
@@ -96,6 +96,8 @@
 Requires: %{name} = %{version}-%{release} 
 Obsoletes: %{name}-xmaxima < %{version}-%{release}
 Requires: tk
+Requires: xdg-open
+#Requires: htmlview
 %description gui
 Tcl/Tk GUI interface for %{name}
 
@@ -180,7 +182,7 @@
 # Extra docs
 install -p -m644 %{SOURCE10} .
 
-%patch1 -p1 -b .htmlview
+%patch1 -p1 -b .xdg_open
 #patch2 -p1 -b .xemacs
 %patch3 -p1 -b .sbcl-disable-debugger
 %if "%{?fedora}" > "3"
@@ -384,6 +386,9 @@
 
 
 %changelog
+* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.10.0-3
+- htmlview -> xdg-open
+
 * Tue Sep 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.10.0-2
 - respin for sbcl-0.9.17
 


--- maxima-5.9.2-htmlview.patch DELETED ---




More information about the scm-commits mailing list