rpms/maxima/EL-5 maxima-5.11.99rc2-purify.patch, NONE, 1.1 maxima.spec, 1.49, 1.50 maxima-5.11.0-xdg_utils.patch, 1.1, NONE maxima-5.9.2-emaxima.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Jun 6 14:30:34 UTC 2007


Author: rdieter

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

Modified Files:
	maxima.spec 
Added Files:
	maxima-5.11.99rc2-purify.patch 
Removed Files:
	maxima-5.11.0-xdg_utils.patch maxima-5.9.2-emaxima.patch 
Log Message:


maxima-5.11.99rc2-purify.patch:

--- NEW FILE maxima-5.11.99rc2-purify.patch ---
--- maxima-5.11.99rc2/src/Makefile.in.purify	2007-04-18 23:32:54.000000000 -0500
+++ maxima-5.11.99rc2/src/Makefile.in	2007-04-29 21:54:44.000000000 -0500
@@ -2031,7 +2031,7 @@
 @SBCL_TRUE@	test -d binary-sbcl/numerical || mkdir binary-sbcl/numerical
 @SBCL_TRUE@	test -d binary-sbcl/numerical/slatec || mkdir binary-sbcl/numerical/slatec
 @SBCL_TRUE@	$(EXECUTESBCL) '(progn $(LOADDEFSYSTEM) $(DEFSYSTEMCOMPILE) (sb-ext:quit))' && \
- at SBCL_TRUE@	$(EXECUTESBCL) '(progn $(LOADDEFSYSTEM) $(DEFSYSTEMLOAD) (sb-ext:save-lisp-and-die "binary-sbcl/maxima.core" :purify t) (sb-ext:quit))'
+ at SBCL_TRUE@	$(EXECUTESBCL) '(progn $(LOADDEFSYSTEM) $(DEFSYSTEMLOAD) (sb-ext:save-lisp-and-die "binary-sbcl/maxima.core") (sb-ext:quit))'
 
 @SBCL_TRUE at install-sbcl:
 @SBCL_TRUE@	$(mkinstalldirs) $(DESTDIR)$(verpkglibdir)/binary-sbcl


Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/EL-5/maxima.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- maxima.spec	27 Jan 2007 14:55:35 -0000	1.49
+++ maxima.spec	6 Jun 2007 14:28:09 -0000	1.50
@@ -1,16 +1,16 @@
 
 Summary: Symbolic Computation Program
 Name: 	 maxima
-Version: 5.11.0
+Version: 5.12.0
 
-Release: 6%{?dist}
+Release: 3%{?dist} 
 License: GPL
 Group:	 Applications/Engineering 
 URL: 	 http://maxima.sourceforge.net/
 Source:	 http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-ExclusiveArch: %{ix86} x86_64 ppc sparc
+ExclusiveArch: i386 x86_64 ppc sparc
 
 %define maxima_ver %{version}%{?beta}
 %define emacs_sitelisp  %{_datadir}/emacs/site-lisp/
@@ -56,11 +56,10 @@
 Source10: http://starship.python.net/crew/mike/TixMaxima/macref.pdf
 Source11: http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf
 
-Patch1: maxima-5.11.0-xdg_utils.patch
-# emaxima fix from Camm Maguire
-Patch5: maxima-5.9.2-emaxima.patch
-# maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647)
+# maxima-runtime-gcl: Unrecoverable error: fault count too high (#187647)
 Patch6: maxima-5.9.4-gcl_setarch.patch
+# maxima: --enable-sbcl ppc build failure (#238376)
+Patch238376: maxima-5.11.99rc2-purify.patch
 
 # Inhibit automatic compressing of info files. Compressed info
 # files break maxima's internal help.
@@ -165,7 +164,7 @@
 %package runtime-sbcl
 Summary: Maxima compiled with SBCL 
 Group:   Applications/Engineering
-BuildRequires: sbcl >= 1.0.2
+BuildRequires: sbcl >= 1.0.6
 # 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)
@@ -186,11 +185,10 @@
 # Extra docs
 install -p -m644 %{SOURCE10} .
 
-%patch1 -p1 -b .xdg_open
-%patch5 -p1 -b .emaxima
 %if "%{?setarch_hack}" == "1"
 %patch6 -p1 -b .gcl-setarch
 %endif
+%patch238376 -p1 -b .purify
 
 sed -i -e 's|@ARCH@|%{_target_cpu}|' src/maxima.in
 
@@ -401,6 +399,30 @@
 
 
 %changelog
+* Tue May 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.12.0-3
+- ExclusiveArch: %%ix86 -> i386 (for koji)
+
+* Tue May 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.12.0-2
+- respin for sbcl-1.0.6
+
+* Thu May 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.12.0-1
+- maxima-5.12.0
+
+* Mon Apr 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.11.99-0.4.rc3
+- maxima-5.11.99rc3
+
+* Sun Apr 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.11.99-0.3.rc2
+- fix sbcl/ppc build (#238376)
+
+* Sun Apr 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.11.99-0.1.rc2
+- maxima-5.11.99rc2
+
+* Mon Mar 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.11.0-8
+- respin for sbcl-1.0.4
+
+* Wed Feb 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.11.0-7
+- respin for sbcl-1.0.3
+
 * Thu Jan 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 5.11.0-6
 - respin for sbcl-1.0.2
 


--- maxima-5.11.0-xdg_utils.patch DELETED ---


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




More information about the fedora-extras-commits mailing list