rpms/maxima/EL-4 .cvsignore, 1.7, 1.8 maxima.spec, 1.21, 1.22 sources, 1.6, 1.7 xmaxima.desktop, 1.5, 1.6 maxima-5.11.99rc2-purify.patch, 1.1, NONE maxima-5.9.2-emaxima.patch, 1.1, NONE maxima.png, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Jan 9 05:37:50 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16858

Modified Files:
	.cvsignore maxima.spec sources xmaxima.desktop 
Removed Files:
	maxima-5.11.99rc2-purify.patch maxima-5.9.2-emaxima.patch 
	maxima.png 
Log Message:
rawhide sync (maxima-5.14.0)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/EL-4/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	31 Aug 2007 02:31:56 -0000	1.7
+++ .cvsignore	9 Jan 2008 05:37:08 -0000	1.8
@@ -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/EL-4/maxima.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- maxima.spec	31 Aug 2007 02:31:56 -0000	1.21
+++ maxima.spec	9 Jan 2008 05:37:08 -0000	1.22
@@ -1,12 +1,13 @@
+
 Summary: Symbolic Computation Program
 Name: 	 maxima
-Version: 5.13.0
+Version: 5.14.0
 
 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,17 +19,20 @@
 
 %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 default_lisp sbcl 
 %define _enable_clisp --enable-clisp 
-# disable until unborked, http://bugzilla.redhat.com/256281
-%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
-%define default_lisp sbcl 
+# epel/rhel
 %define _enable_sbcl --enable-sbcl 
 %endif
 %endif
@@ -125,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
@@ -174,7 +178,7 @@
 %package runtime-sbcl
 Summary: Maxima compiled with SBCL 
 Group:   Applications/Engineering
-BuildRequires: sbcl >= 1.0.9
+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)
@@ -419,6 +423,40 @@
 
 
 %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
+
+* Fri Sep 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-6
+- xmaxima.desktop: Categories=Development,Math
+
 * Thu Aug 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.13.0-4
 - (re)--enable-gcl, f8+ (#256281)
 - fix inadvertant Obsoletes: maxima-runtime-gcl (f7)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/EL-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	31 Aug 2007 02:31:56 -0000	1.6
+++ sources	9 Jan 2008 05:37:08 -0000	1.7
@@ -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


Index: xmaxima.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/EL-4/xmaxima.desktop,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xmaxima.desktop	27 Dec 2006 23:23:30 -0000	1.5
+++ xmaxima.desktop	9 Jan 2008 05:37:08 -0000	1.6
@@ -5,5 +5,5 @@
 Icon=maxima
 #MimeType=
 Type=Application
-Categories=Science;Education;Math;
+Categories=Development;Math;
 Encoding=UTF-8


--- maxima-5.11.99rc2-purify.patch DELETED ---


--- maxima-5.9.2-emaxima.patch DELETED ---




More information about the fedora-extras-commits mailing list