rpms/sbcl/devel .cvsignore,1.24,1.25 sbcl.spec,1.67,1.68

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Apr 9 12:43:11 UTC 2007


Author: rdieter

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

Modified Files:
	.cvsignore sbcl.spec 
Log Message:
* Mon Apr 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.4-2
- re-enable threading support (#235644)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sbcl/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	26 Mar 2007 12:59:26 -0000	1.24
+++ .cvsignore	9 Apr 2007 12:42:37 -0000	1.25
@@ -8,3 +8,5 @@
 sbcl-1.0.2-source.tar.bz2
 sbcl-1.0.3-source.tar.bz2
 sbcl-1.0.4-source.tar.bz2
+sbcl-1.0.3-x86-64-linux-binary.tar.bz2
+sbcl-1.0.3-x86-linux-binary.tar.bz2


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- sbcl.spec	26 Mar 2007 12:59:26 -0000	1.67
+++ sbcl.spec	9 Apr 2007 12:42:37 -0000	1.68
@@ -7,10 +7,13 @@
 #define sbcl_verbose 1 
 %define sbcl_shell /bin/bash
 
+# threading support
+%{?!_without_threads:%define _with_threads --with-threads}
+
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 1.0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -24,7 +27,7 @@
 Source2: customize-target-features.lisp 
 
 ## x86 section
-#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-linux-binary.tar.bz2
+#Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.3-x86-linux-binary.tar.bz2
 %ifarch %{ix86}
 %define sbcl_arch x86
 BuildRequires: sbcl
@@ -33,7 +36,7 @@
 %endif
 
 ## x86_64 section
-#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.1-x86-64-linux-binary.tar.bz2
+#Source20: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0.3-x86-64-linux-binary.tar.bz2
 %ifarch x86_64
 %define sbcl_arch x86-64
 BuildRequires: sbcl
@@ -44,6 +47,7 @@
 ## ppc section
 # Thanks David!
 #Source30: sbcl-1.0.1-patched_el4-powerpc-linux.tar.bz2
+#Source30: sbcl-1.0.1-patched-powerpc-linux.tar.bz2
 %ifarch ppc 
 %define sbcl_arch ppc
 BuildRequires: sbcl
@@ -101,11 +105,13 @@
 %{?sbcl_verbose:%patch6 -p1 -b .verbose-build}
 %patch7 -p1 -b .permissive
 
+%if "%{?_with_threads:1}" == "1"
 ## Enable sb-thread
 %ifarch %{ix86} x86_64
 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr
 # or
-#install -m644 -p %{SOURCE2} ./customize-target-features.lisp
+install -m644 -p %{SOURCE2} ./customize-target-features.lisp
+%endif
 %endif
 
 # "install" local bootstrap
@@ -228,6 +234,9 @@
 
 
 %changelog
+* Mon Apr 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.4-2
+- re-enable threading support (#235644)
+
 * Mon Mar 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.4-1
 - sbcl-1.0.4
 




More information about the scm-commits mailing list