rpms/sbcl/FC-4 sbcl-0.9.5-make-config-fix.patch, 1.1, 1.2 sbcl-0.9.5-verbose-build.patch, 1.2, 1.3 sbcl.spec, 1.21, 1.22

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Sep 28 16:43:31 UTC 2005


Author: rdieter

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

Modified Files:
	sbcl-0.9.5-make-config-fix.patch 
	sbcl-0.9.5-verbose-build.patch sbcl.spec 
Log Message:
fix patches so they actually apply


sbcl-0.9.5-make-config-fix.patch:

Index: sbcl-0.9.5-make-config-fix.patch
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/sbcl-0.9.5-make-config-fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-0.9.5-make-config-fix.patch	28 Sep 2005 14:16:48 -0000	1.1
+++ sbcl-0.9.5-make-config-fix.patch	28 Sep 2005 16:43:29 -0000	1.2
@@ -1,5 +1,5 @@
---- sbcl-0.9.5/make-config.sh.fix	2005-09-21 10:00:33.000000000 -0500
-+++ sbcl-0.9.5/make-config.sh	2005-09-28 09:00:48.000000000 -0500
+--- sbcl-0.9.5/make-config.sh.make-config-fix	2005-09-21 10:00:33.000000000 -0500
++++ sbcl-0.9.5/make-config.sh	2005-09-28 11:42:29.135788304 -0500
 @@ -208,7 +208,7 @@
      # cross-compilers!
      #
@@ -9,12 +9,14 @@
      tools-for-build/determine-endianness >> $ltf
  elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "linux" ]; then
      # Use a C program to detect which kind of glibc we're building on,
-@@ -217,7 +217,7 @@
+@@ -217,8 +217,8 @@
      #
      # FIXME: integrate to grovel-features., maypahps
      printf ' :stack-allocatable-closures' >> $ltf
 -    $GNUMAKE -C tools-for-build where-is-mcontext -I src/runtime
+-    tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h
 +    $GNUMAKE -C tools-for-build where-is-mcontext -I ../src/runtime
-     tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h
++    tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h || echo "error running where-is-mcontext"
  elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "darwin" ]; then
      printf ' :stack-allocatable-closures' >> $ltf
+     # We provide a dlopen shim, so a little lie won't hurt

sbcl-0.9.5-verbose-build.patch:

Index: sbcl-0.9.5-verbose-build.patch
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/sbcl-0.9.5-verbose-build.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sbcl-0.9.5-verbose-build.patch	28 Sep 2005 16:23:17 -0000	1.2
+++ sbcl-0.9.5-verbose-build.patch	28 Sep 2005 16:43:29 -0000	1.3
@@ -1,16 +1,5 @@
---- sbcl-0.9.5/make-config.sh.verbose	2005-09-21 10:00:33.000000000 -0500
-+++ sbcl-0.9.5/make-config.sh	2005-09-28 10:39:30.540222144 -0500
-@@ -218,7 +218,7 @@
-     # FIXME: integrate to grovel-features., maypahps
-     printf ' :stack-allocatable-closures' >> $ltf
-     $GNUMAKE -C tools-for-build where-is-mcontext -I src/runtime
--    tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h
-+    tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h || echo "error running where-is-mcontext"
- elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "darwin" ]; then
-     printf ' :stack-allocatable-closures' >> $ltf
-     # We provide a dlopen shim, so a little lie won't hurt
---- sbcl-0.9.5/make.sh.verbose	2005-09-21 10:00:33.000000000 -0500
-+++ sbcl-0.9.5/make.sh	2005-09-28 11:21:54.305511040 -0500
+--- sbcl-0.9.5/make.sh.verbose-build	2005-09-21 10:00:33.000000000 -0500
++++ sbcl-0.9.5/make.sh	2005-09-28 11:42:06.353251776 -0500
 @@ -70,7 +70,7 @@
  # If you're cross-compiling, you should probably just walk through the
  # make-config.sh script by hand doing the right thing on both the host


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/sbcl.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sbcl.spec	28 Sep 2005 16:23:17 -0000	1.21
+++ sbcl.spec	28 Sep 2005 16:43:29 -0000	1.22
@@ -3,7 +3,7 @@
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 0.9.5
-Release: 13%{?dist}
+Release: 14%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -174,7 +174,7 @@
 
 
 %changelog
-* Wed Sep 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-13
+* Wed Sep 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-14
 - more ppc work
 
 * Tue Sep 27 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-8




More information about the fedora-extras-commits mailing list