rpms/sbcl/FC-4 sbcl-0.9.9-permissive.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 sbcl.spec, 1.31, 1.32 sources, 1.7, 1.8 sbcl-0.9.6-permissive.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jan 26 19:55:04 UTC 2006


Author: rdieter

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

Modified Files:
	.cvsignore sbcl.spec sources 
Added Files:
	sbcl-0.9.9-permissive.patch 
Removed Files:
	sbcl-0.9.6-permissive.patch 
Log Message:
* Thu Jan 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.9-1
- 0.9.9


sbcl-0.9.9-permissive.patch:

--- NEW FILE sbcl-0.9.9-permissive.patch ---
--- sbcl-0.9.9/make-target-contrib.sh.permissive	2006-01-24 11:14:48.000000000 -0600
+++ sbcl-0.9.9/make-target-contrib.sh	2006-01-26 13:45:41.000000000 -0600
@@ -51,7 +51,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
     $GNUMAKE -C $i test && touch $i/test-passed
 done
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	1 Jan 2006 10:42:48 -0000	1.7
+++ .cvsignore	26 Jan 2006 19:55:03 -0000	1.8
@@ -1,4 +1,4 @@
 sbcl-0.8.15-powerpc-linux-binary.tar.bz2
-sbcl-0.9.8-source.tar.bz2
 sbcl-0.9.8-x86-64-linux-binary.tar.bz2
 sbcl-0.9.8-x86-linux-binary.tar.bz2
+sbcl-0.9.9-source.tar.bz2


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/sbcl.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sbcl.spec	1 Jan 2006 10:42:48 -0000	1.31
+++ sbcl.spec	26 Jan 2006 19:55:03 -0000	1.32
@@ -12,7 +12,7 @@
 
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 0.9.8
+Version: 0.9.9
 Release: 1%{?dist}
 
 License: BSD/MIT
@@ -27,7 +27,7 @@
 Source2: customize-target-features.lisp 
 
 ## x86 section
-#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.5-x86-linux-binary.tar.bz2
+#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.8-x86-linux-binary.tar.bz2
 %ifarch %{ix86}
 %define sbcl_arch x86
 BuildRequires: sbcl
@@ -35,7 +35,7 @@
 %endif
 
 ## x86_64 section
-#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.4-x86-64-linux-binary.tar.bz2
+#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.8-x86-64-linux-binary.tar.bz2
 %ifarch x86_64
 %define sbcl_arch x86-64
 BuildRequires: sbcl
@@ -45,7 +45,7 @@
 ## ppc section
 # Latest powerpc-linux bootstrap, busted:
 # buildsys.fedoraproject.org/logs/development/1131-sbcl-0.9.4-14.fc5/ppc/build.log
-Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.8.15-powerpc-linux-binary.tar.bz2
+#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
@@ -66,7 +66,7 @@
 Patch5: sbcl-0.9.5-make-config-fix.patch
 Patch6: sbcl-0.9.5-verbose-build.patch
 # Allow override of contrib test failure(s)
-Patch7: sbcl-0.9.6-permissive.patch
+Patch7: sbcl-0.9.9-permissive.patch
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -226,6 +226,9 @@
 
 
 %changelog
+* Thu Jan 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.9-1
+- 0.9.9
+
 * Sat Dec 31 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.8-1
 - 0.9.8
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	1 Jan 2006 10:42:48 -0000	1.7
+++ sources	26 Jan 2006 19:55:03 -0000	1.8
@@ -1,4 +1,4 @@
 3a72d0785ce0a8e02f9af632c2a4f217  sbcl-0.8.15-powerpc-linux-binary.tar.bz2
-4a8a3de71aff073b4e23e5bc2e432b27  sbcl-0.9.8-source.tar.bz2
 294b9133aa3d0195a0ad8d562bf9c7d5  sbcl-0.9.8-x86-64-linux-binary.tar.bz2
 900ae4d2353fd9371d6ebaef40180038  sbcl-0.9.8-x86-linux-binary.tar.bz2
+4aafb2ce07bd7933f7edec29b404a595  sbcl-0.9.9-source.tar.bz2


--- sbcl-0.9.6-permissive.patch DELETED ---




More information about the fedora-extras-commits mailing list