[sbcl: 2/2] - sbcl-1.0.43 - remove explict threading options, already enabled by default where it makes sense

Rex Dieter rdieter at fedoraproject.org
Thu Sep 30 19:18:14 UTC 2010


commit dbab1c2eb5f67eca1dbad401632ffcf74f2d0da0
Merge: 6e2a969 64900d5
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Sep 30 14:23:34 2010 -0500

    - sbcl-1.0.43
    - remove explict threading options, already enabled by default where
      it makes sense

 sbcl.spec |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)
---
diff --cc sbcl.spec
index c07471f,fbb1174..63a99e3
--- a/sbcl.spec
+++ b/sbcl.spec
@@@ -7,16 -7,16 +7,10 @@@
  #define sbcl_verbose 1 
  %define sbcl_shell /bin/bash
  
--# threading support
--## Enable sb-thread
--%ifarch %{ix86} x86_64
--%{?!_without_threads:%global _with_threads --with-threads}
--%endif
--
  Name: 	 sbcl
  Summary: Steel Bank Common Lisp
 -Version: 1.0.42
 -Release: 2%{?dist}
 +Version: 1.0.43
 +Release: 1%{?dist}
  
  License: BSD
  Group: 	 Development/Languages
@@@ -114,13 -114,13 +108,6 @@@ f
  %{?sbcl_verbose:%patch6 -p1 -b .verbose-build}
  %patch7 -p1 -b .permissive
  
--%if 0%{?_with_threads:1}
--## Enable sb-thread
--#sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr
--# or
--install -m644 -p %{SOURCE2} ./customize-target-features.lisp
--%endif
--
  # "install" local bootstrap
  %if "x%{?sbcl_bootstrap_src}" != "x%{nil}"
  mkdir sbcl-bootstrap
@@@ -249,8 -255,8 +236,13 @@@ rm -rf %{buildroot
  
  
  %changelog
 +* Thu Sep 30 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.43-1
 +- sbcl-1.0.43
++- remove explict threading options, already enabled by default where
++  it makes sense
++
+ * Wed Sep 29 2010 jkeating - 1.0.42-2
+ - Rebuilt for gcc bug 634757
  
  * Sat Sep 18 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.42-1
  - sbcl-1.0.42


More information about the scm-commits mailing list