rpms/sbcl/FC-6 sbcl-1.0.2-permissive.patch, NONE, 1.1 .cvsignore, 1.20, 1.21 sbcl.spec, 1.57, 1.58 sources, 1.22, 1.23 sbcl-0.9.9-permissive.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Jan 27 13:50:55 UTC 2007


Author: rdieter

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

Modified Files:
	.cvsignore sbcl.spec sources 
Added Files:
	sbcl-1.0.2-permissive.patch 
Removed Files:
	sbcl-0.9.9-permissive.patch 
Log Message:
* Thu Jan 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-1
- sbcl-1.0.2


sbcl-1.0.2-permissive.patch:

--- NEW FILE sbcl-1.0.2-permissive.patch ---
--- sbcl-1.0.2/make-target-contrib.sh.permissive	2007-01-18 09:12:03.000000000 -0600
+++ sbcl-1.0.2/make-target-contrib.sh	2007-01-25 11:22:14.000000000 -0600
@@ -54,7 +54,7 @@
 for i in contrib/*; do
     test -d $i && test -f $i/Makefile || continue;
     # export INSTALL_DIR=$SBCL_HOME/`basename $i `
-    test -f $i/test-passed && rm $i/test-passed
+    #test -f $i/test-passed && rm $i/test-passed
     # hack to get exit codes right.
     if $GNUMAKE -C $i test 2>&1 && touch $i/test-passed ; then
 	:


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-6/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	1 Jan 2007 03:36:26 -0000	1.20
+++ .cvsignore	27 Jan 2007 13:50:25 -0000	1.21
@@ -4,3 +4,5 @@
 sbcl-1.0.1-x86-linux-binary.tar.bz2
 sbcl-1.0.1-x86-64-linux-binary.tar.bz2
 sbcl-1.0.1-patched-powerpc-linux.tar.bz2
+sbcl-1.0.1-patched_el4-powerpc-linux.tar.bz2
+sbcl-1.0.2-source.tar.bz2


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-6/sbcl.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- sbcl.spec	1 Jan 2007 03:36:26 -0000	1.57
+++ sbcl.spec	27 Jan 2007 13:50:25 -0000	1.58
@@ -9,8 +9,8 @@
 
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 1.0.1
-Release: 4%{?dist}
+Version: 1.0.2
+Release: 1%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -43,12 +43,12 @@
 
 ## ppc section
 # Thanks David!
-Source30: sbcl-1.0.1-patched-powerpc-linux.tar.bz2
+#Source30: sbcl-1.0.1-patched_el4-powerpc-linux.tar.bz2
 %ifarch ppc 
 %define sbcl_arch ppc
-#BuildRequires: sbcl
+BuildRequires: sbcl
 # or
-%define sbcl_bootstrap_src -a 30
+#define sbcl_bootstrap_src -a 30
 %endif
 
 ## sparc section
@@ -70,9 +70,7 @@
 
 Patch6: sbcl-0.9.5-verbose-build.patch
 # Allow override of contrib test failure(s)
-Patch7: sbcl-0.9.9-permissive.patch
-Patch8: sbcl-1.0-gcc4_sparc.patch
-Patch220053: sbcl-1.0.1-bz220053.patch
+Patch7: sbcl-1.0.2-permissive.patch
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -103,8 +101,6 @@
 %patch4 -p1 -b .LIB_DIR
 %{?sbcl_verbose:%patch6 -p1 -b .verbose-build}
 %patch7 -p1 -b .permissive
-%patch8 -p1 -b .gcc4_sparc
-%patch220053 -p0 -b .bz220053
 
 ## Enable sb-thread
 %ifarch %{ix86} x86_64
@@ -127,7 +123,6 @@
 
 %build
 
-#export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_LARGEFILE64_SOURCE"
 export CFLAGS="$RPM_OPT_FLAGS"
 
 # setup local bootstrap
@@ -236,6 +231,12 @@
 
 
 %changelog
+* Thu Jan 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-1
+- sbcl-1.0.2
+
+* Fri Jan 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-5
+- respin, using native bootstrap
+
 * Sun Dec 31 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-4
 - ppc patch, pached ppc bootstrap (David Woodhouse, #220053)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-6/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	1 Jan 2007 03:36:26 -0000	1.22
+++ sources	27 Jan 2007 13:50:25 -0000	1.23
@@ -1,2 +1 @@
-fe02f498620bce61a8688d4557a405b0  sbcl-1.0.1-source.tar.bz2
-ad95d94825e14a10cab35f2d10cd8bac  sbcl-1.0.1-patched-powerpc-linux.tar.bz2
+f94b51748e9805687759b5b924f45671  sbcl-1.0.2-source.tar.bz2


--- sbcl-0.9.9-permissive.patch DELETED ---




More information about the scm-commits mailing list