rpms/sbcl/FC-3 .cvsignore, 1.9, 1.10 sbcl.spec, 1.29, 1.30 sources, 1.9, 1.10

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Apr 28 12:34:14 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/sbcl/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27789

Modified Files:
	.cvsignore sbcl.spec sources 
Log Message:
* Mon Apr 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.12-1
- 0.9.12



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	27 Feb 2006 15:36:21 -0000	1.9
+++ .cvsignore	28 Apr 2006 12:34:14 -0000	1.10
@@ -1,4 +1,4 @@
-sbcl-0.9.10-source.tar.bz2
-sbcl-0.9.9-x86-linux-binary.tar.bz2
-sbcl-0.9.9-x86-64-linux-binary.tar.bz2
-sbcl-0.8.15-powerpc-linux-binary.tar.bz2
+sbcl-0.9.12-source.tar.bz2
+sbcl-0.9.11-x86-64-linux-binary.tar.bz2 
+sbcl-0.9.11-x86-linux-binary.tar.bz2
+sbcl-0.9.8-powerpc-linux-binary.tar.bz2


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/sbcl.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sbcl.spec	27 Feb 2006 15:36:21 -0000	1.29
+++ sbcl.spec	28 Apr 2006 12:34:14 -0000	1.30
@@ -12,7 +12,7 @@
 
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 0.9.10
+Version: 0.9.12
 Release: 1%{?dist}
 
 License: BSD/MIT
@@ -26,37 +26,41 @@
 #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2
 Source2: customize-target-features.lisp 
 
+## Bootstraps
+# %{ix86}
+#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.11-x86-linux-binary.tar.bz2
+# x86_64
+#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.11-x86-64-linux-binary.tar.bz2
+# ppc
+#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.8-powerpc-linux-binary.tar.bz2
+# another possible ppc bootstrap to try
+#Source31: http://clozure.com/openmcl/ftp/openmcl-linuxppc-all-0.14.3.tar.gz
+
+
 ## x86 section
 %ifarch %{ix86}
 %define sbcl_arch x86
 BuildRequires: sbcl
 # or
-#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.9-x86-linux-binary.tar.bz2
 #define sbcl_bootstrap_src -a 10 
 %endif
 
 ## x86_64 section
 %ifarch x86_64
 %define sbcl_arch x86-64
-#BuildRequires: sbcl
+BuildRequires: sbcl
 # or
-Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.9-x86-64-linux-binary.tar.bz2
-%define sbcl_bootstrap_src -a 20 
+#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.11-x86-64-linux-binary.tar.bz2
+#define sbcl_bootstrap_src -a 20 
 %endif
 
 ## ppc section
 # Latest powerpc-linux bootstrap build fails:
 # http://bugzilla.redhat.com/bugzilla/177029 
-#Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.8.15-powerpc-linux-binary.tar.bz2
-# another possible ppc bootstrap to try
-#Source31: http://clozure.com/openmcl/ftp/openmcl-linuxppc-all-0.14.3.tar.gz
 Source35: ppc-linux-mcontext.h
 %ifarch ppc 
 %define sbcl_arch ppc
 %define sbcl_bootstrap_src -a 30
-BuildRequires: setarch
-%define setarch setarch %{_target_cpu}
-%define min_bootstrap 1
 %endif
 
 Source100: my_setarch.c
@@ -65,7 +69,7 @@
 Patch2: sbcl-0.9.5-personality.patch
 Patch3: sbcl-0.9.5-optflags.patch
 Patch4: sbcl-0.9.4-LIB_DIR.patch
-Patch5: sbcl-0.9.10-make-config-ppc.patch
+#Patch5: sbcl-0.9.10-make-config-ppc.patch
 Patch6: sbcl-0.9.5-verbose-build.patch
 # Allow override of contrib test failure(s)
 Patch7: sbcl-0.9.9-permissive.patch
@@ -97,7 +101,7 @@
 %patch2 -p1 -b .personality
 %patch3 -p1 -b .optflags
 %patch4 -p1 -b .LIB_DIR
-%patch5 -p1 -b .make-config-ppc
+#patch5 -p1 -b .make-config-ppc
 %{?sbcl_verbose:%patch6 -p1 -b .verbose-build}
 %patch7 -p1 -b .permissive
 
@@ -228,6 +232,12 @@
 
 
 %changelog
+* Mon Apr 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.12-1
+- 0.9.12
+
+* Mon Mar 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-1
+- 0.9.11
+
 * Mon Feb 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.10-1
 - 0.9.10
 - update/fix make-config-ppc patch (still broken, #177029)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	27 Feb 2006 15:36:21 -0000	1.9
+++ sources	28 Apr 2006 12:34:14 -0000	1.10
@@ -1,4 +1 @@
-58678d7081f32bdcd174c5233efba4f3  sbcl-0.9.10-source.tar.bz2
-417f524958fd7a4115902f14eaed3ab1  sbcl-0.9.9-x86-linux-binary.tar.bz2
-d9e4a6d95e255b3a24431f336fae236d  sbcl-0.9.9-x86-64-linux-binary.tar.bz2
-3a72d0785ce0a8e02f9af632c2a4f217  sbcl-0.8.15-powerpc-linux-binary.tar.bz2
+82eef4f47d6a72a36d4484bf503fc7db  sbcl-0.9.12-source.tar.bz2




More information about the scm-commits mailing list