rpms/maxima/devel maxima.spec,1.80,1.81

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Aug 27 13:20:50 UTC 2007


Author: rdieter

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

Modified Files:
	maxima.spec 
Log Message:
* Mon Aug 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-3
- until it is unborked, disable gcl support (#256281)
- --with-default-lisp=sbcl (was gcl)



Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/devel/maxima.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- maxima.spec	27 Aug 2007 04:44:16 -0000	1.80
+++ maxima.spec	27 Aug 2007 13:20:17 -0000	1.81
@@ -2,7 +2,7 @@
 Name: 	 maxima
 Version: 5.13.0
 
-Release: 2%{?dist} 
+Release: 3%{?dist} 
 License: GPLv2
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
@@ -22,9 +22,10 @@
 
 %ifarch %{ix86} x86_64
 %if 0%{?fedora} > 2
-%define default_lisp gcl 
+%define default_lisp sbcl 
 %define _enable_clisp --enable-clisp 
-%define _enable_gcl --enable-gcl 
+# disable until unborked, http://bugzilla.redhat.com/256281
+#define _enable_gcl --enable-gcl 
 %define _enable_sbcl --enable-sbcl
 %else
 %define default_lisp sbcl 
@@ -47,6 +48,10 @@
 %define _enable_sbcl --enable-sbcl
 %endif
 
+%if "%{?_enable_gcl}" == "%{nil}"
+Obsoletes: %{name}-runtime-gcl < %{version}-%{release}
+%endif
+
 Source1: maxima.png
 Source2: xmaxima.desktop
 Source6: maxima-modes.el
@@ -414,6 +419,10 @@
 
 
 %changelog
+* Mon Aug 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-3
+- until it is unborked, disable gcl support (#256281)
+- --with-default-lisp=sbcl (was gcl)
+
 * Sun Aug 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-2
 - rebuild against sbcl-1.0.9
 




More information about the fedora-extras-commits mailing list