Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2020-10-10 00:29:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbcl (Old)
 and      /work/SRC/openSUSE:Factory/.sbcl.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbcl"

Sat Oct 10 00:29:17 2020 rev:59 rq:840384 version:2.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes        2020-10-02 
17:35:56.130689679 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new.4249/sbcl.changes      2020-10-10 
00:29:22.709153821 +0200
@@ -1,0 +2,5 @@
+Thu Oct  1 07:37:54 UTC 2020 - Andreas Schwab <sch...@suse.de>
+
+- Make sure :sb-thread is enabled, required by :sb-futex
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ customize-target-features.lisp ++++++
--- /var/tmp/diff_new_pack.OlskSr/_old  2020-10-10 00:29:23.717154321 +0200
+++ /var/tmp/diff_new_pack.OlskSr/_new  2020-10-10 00:29:23.721154323 +0200
@@ -1,7 +1,7 @@
 (lambda (features)
   (flet ((enable (x) (pushnew x features))
          (disable (x) (setf features (remove x features))))
-    #+nil (enable :sb-thread)
+    (enable :sb-thread)
     (enable :sb-core-compression)
     (enable :sb-futex)
     (enable :sb-xref-for-internals)


Reply via email to