rpms/maxima/FC-5 maxima-5.9.4-evince.patch, NONE, 1.1 maxima-5.9.4-gcl_setarch.patch, NONE, 1.1 maxima-5.9.4-sbcl-disable-debugger.patch, NONE, 1.1 maxima.spec, 1.26, 1.27

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Sep 19 12:14:45 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/maxima/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14147

Modified Files:
	maxima.spec 
Added Files:
	maxima-5.9.4-evince.patch maxima-5.9.4-gcl_setarch.patch 
	maxima-5.9.4-sbcl-disable-debugger.patch 
Log Message:
respin for missing patches


maxima-5.9.4-evince.patch:

--- NEW FILE maxima-5.9.4-evince.patch ---
--- maxima-5.9.3.99rc1/src/plot.lisp.evince	2006-07-16 15:42:04.000000000 -0500
+++ maxima-5.9.3.99rc1/src/plot.lisp	2006-08-01 09:06:18.000000000 -0500
@@ -75,7 +75,7 @@
                         ((mlist) $plot_realpart nil)
                         ))
 
-(defvar $viewps_command  "(ghostview \"~a\")")
+(defvar $viewps_command  "(evince \"~a\")")
 
 ;; $plot_realpart option is false by default but *plot-realpart* is true because coerce-float-fun
 ;; is used outside of plot package too.
--- maxima-5.9.3.99rc1/interfaces/xmaxima/Tkmaxima/Constants.tcl.evince	2006-07-29 04:27:34.000000000 -0500
+++ maxima-5.9.3.99rc1/interfaces/xmaxima/Tkmaxima/Constants.tcl	2006-08-01 09:07:23.000000000 -0500
@@ -143,8 +143,8 @@
     image/gif  netmath
     image/png  netmath
     image/jpeg netmath
-    application/postscript "ghostview -safer %s"
-    application/pdf "acroread %s"
+    application/postscript "evince %s"
+    application/pdf "evince %s"
     application/x-dvi "xdvi %s"
 }
 set maxima_priv(imagecounter) 0

maxima-5.9.4-gcl_setarch.patch:

--- NEW FILE maxima-5.9.4-gcl_setarch.patch ---
--- maxima-5.9.3.99rc2/src/maxima.in.gcl-setarch	2006-07-30 21:25:52.000000000 -0500
+++ maxima-5.9.3.99rc2/src/maxima.in	2006-08-09 10:05:21.000000000 -0500
@@ -128,7 +128,7 @@
 	exec "@SCL_NAME@" -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
     fi
 elif [ "$MAXIMA_LISP" = "gcl" ]; then
-    exec "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
+    exec "setarch" "@ARCH@" "-X" "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
 elif [ "$MAXIMA_LISP" = "acl" ]; then
 # FIXME: arguments need in a manner consistent with the way they are extracted
 #        in the function get-application-args in command-line.lisp

maxima-5.9.4-sbcl-disable-debugger.patch:

--- NEW FILE maxima-5.9.4-sbcl-disable-debugger.patch ---
--- maxima-5.9.3.99rc1/src/Makefile.am.sbcl-disable-debugger	2006-07-31 21:40:16.000000000 -0500
+++ maxima-5.9.3.99rc1/src/Makefile.am	2006-08-01 09:09:51.000000000 -0500
@@ -151,7 +151,7 @@
 
 
 if SBCL
-EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --eval
+EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --disable-debugger --eval
 all-local: binary-sbcl/maxima.core
 install-exec-local: install-sbcl
 uninstall: uninstall-sbcl
--- maxima-5.9.3.99rc1/src/Makefile.in.sbcl-disable-debugger	2006-07-31 21:46:46.000000000 -0500
+++ maxima-5.9.3.99rc1/src/Makefile.in	2006-08-01 09:10:46.000000000 -0500
@@ -201,7 +201,7 @@
 @CMUCL_TRUE at EXECUTECMUCL = $(CMUCL_NAME) -noinit -batch
 @SCL_TRUE at EXECUTESCL = $(SCL_NAME) -noinit -batch
 @ACL_TRUE at EXECUTEACL = $(ACL_NAME) -batch
- at SBCL_TRUE@EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --eval
+ at SBCL_TRUE@EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --disable-debugger --eval
 @GCL_TRUE at EXECUTEGCL = $(GCL_NAME) -batch -eval
 @OPENMCL_TRUE at EXECUTEOPENMCL = $(OPENMCL_NAME) -e
 genericdir = $(instsrcdir)


Index: maxima.spec
===================================================================
RCS file: /cvs/extras/rpms/maxima/FC-5/maxima.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- maxima.spec	19 Sep 2006 11:48:04 -0000	1.26
+++ maxima.spec	19 Sep 2006 12:14:44 -0000	1.27
@@ -8,7 +8,7 @@
 Name: 	 maxima
 Version: 5.9.3.99
 
-Release: 0.9.%{beta}%{?dist}
+Release: 0.10.%{beta}%{?dist}
 License: GPL
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -385,7 +385,7 @@
 
 
 %changelog
-* Tue Sep 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3.99-0.9.rc4
+* Tue Sep 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3.99-0.10.rc4
 - respin for new(er) sbcl (#207063)
 
 * Wed Sep 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3.99-0.8.rc4




More information about the fedora-extras-commits mailing list