Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2020-02-03 11:15:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbcl (Old)
 and      /work/SRC/openSUSE:Factory/.sbcl.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbcl"

Mon Feb  3 11:15:25 2020 rev:50 rq:769365 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes        2020-01-02 
14:41:20.396911760 +0100
+++ /work/SRC/openSUSE:Factory/.sbcl.new.26092/sbcl.changes     2020-02-03 
11:15:39.233915761 +0100
@@ -1,0 +2,15 @@
+Sun Feb  2 15:39:58 UTC 2020 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 2.0.1
+  * minor incompatible change: some symbols have been removed from *FEATURES*
+    based on a determination of which should be impermissible to examine
+    via #+ and #- reader macros in user-written code.
+  * optimization: DEFSTRUCT copiers including COPY-STRUCTURE are able to
+    stack-allocate the result when declared dynamic-extent.
+  * bug fix: loop analysis code more robust. In particular, loop nesting depth
+    is computed more accurately, improving the register allocation around
+    loops.
+- Refresh patches for new version
+  + fix-tests.patch
+
+-------------------------------------------------------------------

Old:
----
  sbcl-2.0.0-source.tar.bz2

New:
----
  sbcl-2.0.1-source.tar.bz2

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

Other differences:
------------------
++++++ sbcl.spec ++++++
--- /var/tmp/diff_new_pack.htZYa9/_old  2020-02-03 11:15:42.129917225 +0100
+++ /var/tmp/diff_new_pack.htZYa9/_new  2020-02-03 11:15:42.145917233 +0100
@@ -21,7 +21,7 @@
 
 Name:           sbcl
 #!BuildIgnore:  gcc-PIE
-Version:        2.0.0
+Version:        2.0.1
 Release:        0
 Summary:        Steel Bank Common Lisp
 License:        SUSE-Public-Domain AND BSD-3-Clause
@@ -113,7 +113,7 @@
 %setup -q
 %patch0 -p1 -b install
 %patch1 -p1 -b sockets
-%patch2
+%patch2 -p1
 %patch3 -p1
 
 cp %{S:1} .

++++++ fix-tests.patch ++++++
--- /var/tmp/diff_new_pack.htZYa9/_old  2020-02-03 11:15:42.213917267 +0100
+++ /var/tmp/diff_new_pack.htZYa9/_new  2020-02-03 11:15:42.213917267 +0100
@@ -1,8 +1,6 @@
----
-sb-concurrency: frlock test needs longer timeout sometimes
-
---- contrib/sb-concurrency/tests/test-frlock.lisp
-+++ contrib/sb-concurrency/tests/test-frlock.lisp
+diff -Nru sbcl-2.0.1.orig/contrib/sb-concurrency/tests/test-frlock.lisp 
sbcl-2.0.1/contrib/sb-concurrency/tests/test-frlock.lisp
+--- sbcl-2.0.1.orig/contrib/sb-concurrency/tests/test-frlock.lisp      
2020-01-26 22:26:30.000000000 +0100
++++ sbcl-2.0.1/contrib/sb-concurrency/tests/test-frlock.lisp   2020-02-02 
16:39:19.104890378 +0100
 @@ -86,7 +86,7 @@
        (values (cdr w-e!) (cdr r-e!))))
  
@@ -10,5 +8,5 @@
 -(deftest* (frlock.1)
 +(deftest* (frlock.1 :fails-on :linux)
      (handler-case
-         (sb-ext:with-timeout 20
+         (sb-ext:with-timeout 40
            (test-frlocks #+win32 :outer-write-pause #+win32 t ))

++++++ sbcl-2.0.0-source.tar.bz2 -> sbcl-2.0.1-source.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/sbcl/sbcl-2.0.0-source.tar.bz2 
/work/SRC/openSUSE:Factory/.sbcl.new.26092/sbcl-2.0.1-source.tar.bz2 differ: 
char 11, line 1


Reply via email to