rpms/maxima/F-8 .cvsignore, 1.20, 1.21 maxima.spec, 1.85, 1.86 sources, 1.19, 1.20

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Jan 2 15:15:27 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13400

Modified Files:
	.cvsignore maxima.spec sources 
Log Message:
sync w/rawhide (maxima-5.14)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-8/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	25 Aug 2007 20:21:51 -0000	1.20
+++ .cvsignore	2 Jan 2008 15:14:49 -0000	1.21
@@ -1,7 +1,6 @@
 clog
-maximabook-19-Sept-2004.pdf
 macref.pdf
-maxima-5.12.0.tar.gz
-maxima-5.12.99rc1.tar.gz
-maxima-5.12.99rc2.tar.gz
+maxima.png
+maximabook-19-Sept-2004.pdf
 maxima-5.13.0.tar.gz
+maxima-5.14.0.tar.gz


Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-8/maxima.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- maxima.spec	9 Oct 2007 11:35:15 -0000	1.85
+++ maxima.spec	2 Jan 2008 15:14:49 -0000	1.86
@@ -1,12 +1,13 @@
+
 Summary: Symbolic Computation Program
 Name: 	 maxima
-Version: 5.13.0
+Version: 5.14.0
 
-Release: 7%{?dist} 
+Release: 4%{?dist} 
 License: GPLv2
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
-Source:	 http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz
+Source:	 http://downloads.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExclusiveArch: %{ix86} x86_64 ppc sparc
@@ -18,13 +19,17 @@
 
 %ifarch %{ix86}
 %define _enable_cmucl --enable-cmucl
+%if 0%{?fedora} < 9
+%define _enable_gcl --enable-gcl
+%endif
 %endif
 
 %ifarch %{ix86} x86_64
 %define default_lisp sbcl
 %if 0%{?fedora} > 2
 %define _enable_clisp --enable-clisp 
-%define _enable_gcl --enable-gcl 
+# gcl busted on x86_64 atm: http://bugzilla.redhat.com/427250
+#define _enable_gcl --enable-gcl
 %define _enable_sbcl --enable-sbcl
 %else
 # epel/rhel
@@ -124,7 +129,7 @@
 %if "%{?_enable_clisp:1}" == "1"
 # to workaround mysterious(?) "cpio: MD5 sum mismatch" errors when installing this subpkg
 %define __prelink_undo_cmd %{nil}
-%define _with_clisp_runtime --with-clisp-runtime=%{_libdir}/clisp/base/lisp.run
+#define _with_clisp_runtime --with-clisp-runtime=%{_libdir}/clisp/base/lisp.run
 %package runtime-clisp
 Summary: Maxima compiled with clisp
 Group:	 Applications/Engineering
@@ -173,7 +178,7 @@
 %package runtime-sbcl
 Summary: Maxima compiled with SBCL 
 Group:   Applications/Engineering
-BuildRequires: sbcl >= 1.0.10
+BuildRequires: sbcl
 # maxima requires the *same* (or very similar) version it was built against
 # this hack should work, even in mock (-: -- Rex
 %global sbcl_ver %(sbcl --version 2>/dev/null | cut -d' ' -f2)
@@ -418,6 +423,34 @@
 
 
 %changelog
+* Wed Jan 02 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 5.14.0-4
+- x86_64: --disable-gcl (#427250)
+- --disable-gcl (f9+, temporary, until broken deps fixed)
+
+* Tue Jan 01 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 5.14.0-3
+- (re)enable gcl
+
+* Thu Dec 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.14.0-2
+- respin (sbcl)
+
+* Sat Dec 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.14.0-1
+- maxima-5.14.0
+
+* Mon Dec 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.99-0.3.rc2
+- disable gcl (for now, doesn't build atm)
+
+* Mon Dec 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.99-0.2.rc2
+- maxima-5.13.99rc2
+
+* Tue Dec 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.99-0.1.rc1
+- maxima-5.13.99rc1
+
+* Mon Nov 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-10
+- rebuild against sbcl-1.0.12/clisp-2.43
+
+* Sat Nov 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-8
+- rebuild against sbcl-1.0.11
+
 * Tue Oct 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-7
 - rebuild against sbcl-1.0.10
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/F-8/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	25 Aug 2007 20:21:51 -0000	1.19
+++ sources	2 Jan 2008 15:14:49 -0000	1.20
@@ -1,3 +1,4 @@
 9faa5a513de43b5e7384216a8783f620  maximabook-19-Sept-2004.pdf
 c101a1ce604d31b02bbc2f37cced280d  macref.pdf
-7317ba22fc485554b15aceb6bc22542b  maxima-5.13.0.tar.gz
+2da3872c0bdcc0446ee933392a907f50  maxima.png
+8afd0efee916c983d875a396ec405ad2  maxima-5.14.0.tar.gz




More information about the fedora-extras-commits mailing list