rpms/sbcl/devel sbcl.spec,1.3,1.4

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Sep 12 18:27:45 UTC 2005


Author: rdieter

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

Modified Files:
	sbcl.spec 
Log Message:
* Mon Sep 12 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.4-7
- %{x86_64} -> x86_64



Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sbcl.spec	12 Sep 2005 18:11:40 -0000	1.3
+++ sbcl.spec	12 Sep 2005 18:27:43 -0000	1.4
@@ -21,7 +21,7 @@
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 0.9.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -39,7 +39,7 @@
 %define sbcl_bootstrap_src -a 10 
 %endif
 Source11: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-x86-64-linux-binary.tar.bz2
-%ifarch %{x86_64}
+%ifarch x86_64
 %define sbcl_bootstrap_src -a 11 
 %endif
 # Latest powerpc-linux bootstrap (untested)
@@ -83,7 +83,7 @@
 ## to customize features -- Rex
 #define kernel_ver %(uname -r | cut -d- -f1 | cut -d. -f-2 )
 #if "%{?kernel_ver}" >= "2.6"
-%ifarch %{ix86} %{x86_64}
+%ifarch %{ix86} x86_64
 sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr
 %endif
 #endif
@@ -181,8 +181,8 @@
 
 
 %changelog
-* Mon Sep 12 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.4-6
-- diagnose bootstrap snafu on buildsystem 
+* Mon Sep 12 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.4-7
+- %{x86_64} -> x86_64
 
 * Tue Aug 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.4-4
 - safer NO_ADDR_RANDOMIZE patch




More information about the fedora-extras-commits mailing list