rpms/sbcl/EL-4 sbcl-1.0.2-permissive.patch, NONE, 1.1 sbcl.spec, 1.43, 1.44 sbcl-0.9.9-permissive.patch, 1.3, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Jan 27 11:54:30 UTC 2007


Author: rdieter

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

Modified Files:
	sbcl.spec 
Added Files:
	sbcl-1.0.2-permissive.patch 
Removed Files:
	sbcl-0.9.9-permissive.patch 
Log Message:
missing patch, micro-increment Release


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: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sbcl.spec	27 Jan 2007 03:58:13 -0000	1.43
+++ sbcl.spec	27 Jan 2007 11:54:00 -0000	1.44
@@ -10,7 +10,7 @@
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 1.0.2
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 
 License: BSD/MIT
 Group: 	 Development/Languages


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




More information about the scm-commits mailing list