rpms/sbcl/devel sbcl-1.0.15-binutils.patch, NONE, 1.1 sbcl.spec, 1.84, 1.85

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Apr 10 17:54:58 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/sbcl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18544

Modified Files:
	sbcl.spec 
Added Files:
	sbcl-1.0.15-binutils.patch 
Log Message:
* Thu Apr 10 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.0.15-2
- binutils patch


sbcl-1.0.15-binutils.patch:

--- NEW FILE sbcl-1.0.15-binutils.patch ---
diff -up sbcl-1.0.15/src/runtime/x86-assem.S.binutils sbcl-1.0.15/src/runtime/x86-assem.S
--- sbcl-1.0.15/src/runtime/x86-assem.S.binutils	2007-09-26 06:24:02.000000000 -0500
+++ sbcl-1.0.15/src/runtime/x86-assem.S	2008-04-10 12:52:20.000000000 -0500
@@ -130,7 +130,7 @@ GNAME(call_into_c):
 
 /* Check for a return FP value. */
 	fxam
-	fnstsw	%eax
+	fnstsw	%ax
 	andl	$0x4500,%eax
 	cmpl	$0x4100,%eax
 	jne	Lfp_rtn_value


Index: sbcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sbcl/devel/sbcl.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- sbcl.spec	6 Mar 2008 18:40:09 -0000	1.84
+++ sbcl.spec	10 Apr 2008 17:54:19 -0000	1.85
@@ -4,7 +4,7 @@
 #define min_bootstrap 1
 
 # define to enable verbose build for debugging
-#define sbcl_verbose 1 
+%define sbcl_verbose 1 
 %define sbcl_shell /bin/bash
 
 # threading support
@@ -13,7 +13,7 @@
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 1.0.15
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: BSD
 Group: 	 Development/Languages
@@ -74,6 +74,7 @@
 Patch6: sbcl-0.9.5-verbose-build.patch
 # Allow override of contrib test failure(s)
 Patch7: sbcl-1.0.2-permissive.patch
+Patch8: sbcl-1.0.15-binutils.patch
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -104,6 +105,7 @@
 %patch4 -p1 -b .LIB_DIR
 %{?sbcl_verbose:%patch6 -p1 -b .verbose-build}
 %patch7 -p1 -b .permissive
+%patch8 -p1 -b .binutils
 
 %if "%{?_with_threads:1}" == "1"
 ## Enable sb-thread
@@ -237,6 +239,9 @@
 
 
 %changelog
+* Thu Apr 10 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.0.15-2
+- binutils patch
+
 * Fri Feb 29 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.0.15-1
 - sbcl-1.0.15
 - %%check: skip run-tests, hangs on room.test.sh




More information about the fedora-extras-commits mailing list