rpms/maxima/devel maxima-5.9.4-sbcl-disable-debugger.patch, NONE, 1.1 maxima.spec, 1.29, 1.30 maxima-5.9.3-sbcl-disable-debugger.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Aug 9 14:50:28 UTC 2006


Author: rdieter

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

Modified Files:
	maxima.spec 
Added Files:
	maxima-5.9.4-sbcl-disable-debugger.patch 
Removed Files:
	maxima-5.9.3-sbcl-disable-debugger.patch 
Log Message:
respin for omitted/updated patch


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/devel/maxima.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- maxima.spec	9 Aug 2006 14:47:19 -0000	1.29
+++ maxima.spec	9 Aug 2006 14:50:28 -0000	1.30
@@ -8,7 +8,7 @@
 Name: 	 maxima
 Version: 5.9.3.99
 
-Release: 0.2.%{beta}%{?dist}
+Release: 0.3.%{beta}%{?dist}
 License: GPL
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -387,7 +387,7 @@
 
 
 %changelog
-* Wed Aug 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3.99-0.2.rc2
+* Wed Aug 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3.99-0.3.rc2
 - 5.9.3.99rc2
 
 * Tue Aug 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.3.99-0.1.rc1


--- maxima-5.9.3-sbcl-disable-debugger.patch DELETED ---




More information about the fedora-extras-commits mailing list