rpms/maxima/FC-6 maxima-5.11.99rc2-purify.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 maxima.spec, 1.50, 1.51 sources, 1.10, 1.11

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Jun 6 19:46:57 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24559

Modified Files:
	.cvsignore maxima.spec sources 
Added Files:
	maxima-5.11.99rc2-purify.patch 
Log Message:
maxima-5.12.0


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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/FC-6/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	27 Dec 2006 22:08:43 -0000	1.12
+++ .cvsignore	6 Jun 2007 19:46:19 -0000	1.13
@@ -1,5 +1,5 @@
+clog
 maximabook-19-Sept-2004.pdf
 macref.pdf
-maxima-5.10.0.tar.gz
-maxima-5.10.99rc3.tar.gz
 maxima-5.11.0.tar.gz
+maxima-5.12.0.tar.gz


Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/FC-6/maxima.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- maxima.spec	26 Mar 2007 16:43:31 -0000	1.50
+++ maxima.spec	6 Jun 2007 19:46:19 -0000	1.51
@@ -1,16 +1,16 @@
 
 Summary: Symbolic Computation Program
 Name: 	 maxima
-Version: 5.11.0
+Version: 5.12.0
 
-Release: 8%{?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.4
+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,24 @@
 
 
 %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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/FC-6/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	27 Dec 2006 22:08:43 -0000	1.10
+++ sources	6 Jun 2007 19:46:19 -0000	1.11
@@ -1,3 +1,3 @@
 9faa5a513de43b5e7384216a8783f620  maximabook-19-Sept-2004.pdf
 c101a1ce604d31b02bbc2f37cced280d  macref.pdf
-d9ae353e8eba9b9d5686e119e59ab88c  maxima-5.11.0.tar.gz
+0cc3c006ffc94e4f922161b6e6b98f11  maxima-5.12.0.tar.gz




More information about the fedora-extras-commits mailing list