Hello community,

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

Package is "sbcl"

Thu Oct 29 14:53:11 2020 rev:60 rq:844871 version:2.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes        2020-10-10 
00:29:22.709153821 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new.3463/sbcl.changes      2020-10-29 
14:53:21.077266400 +0100
@@ -1,0 +2,36 @@
+Thu Oct 29 12:31:53 UTC 2020 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 2.0.10
+  * minor incompatible change: the funarg given to SB-SPROF:MAP-TRACES
+    does not receive a wallclock time with each trace.
+  * minor incompatible change: INTERNAL-TIME-UNITS-PER-SECOND has been
+    increased to 10^6 on 64-bit architectures.
+  * minor incompatible change: SIGPIPE is ignored by default again. 
(lp#1897624)
+  * minor incompatible change: the system code compiled under the
+    :LINKAGE-TABLE feature is now unconditionally compiled in, and the
+    corresponding entry in *FEATURES* has been removed.
+  * enhancement: style-warnings are issued for variables which have an
+    assignment but no "for-value reference" (per CLHS glossary entry)
+  * bug fix: SB-CLTL2:MACROEXPAND-ALL did not expand MULTIPLE-VALUE-BIND
+    and MULTIPLE-VALUE-SETQ
+  * bug fix: CPUID-based feature detection had an index/mask confusion
+    (lp#1899239)
+  * bug fix: fix a deadlock on Windows (lp#1896802)
+  * bug fix: eliminate type errors when wall clocks go back (lp#1028026,
+    lp#1032111)
+  * bug fix: fix EOF handling in read-char-no-hang on concatenenated streams
+    (lp#690408, reported by Willem Broekema)
+  * bug fix: fix MAP-INTO on extended sequences (lp#1855375, thanks to James
+    Kalenius)
+  * bug fix: SB-GMP can now raise -1, 0 and 1 to the power of a bignum.
+    (thanks to Aaron Chen)
+  * bug fixes in tests:
+    ** add a C function declaration (lp#1897627, thanks to Bob Felts)
+    ** parse vmmap output more liberally (lp#1897722, reported by Bob Felts)
+- Drop patches no longer needed as the testsuite passes on all targets
+  + disable-localport-bsd-sockets-test.patch
+  + fix-tests.patch
+- Refresh patches for new version
+  + strip-arm-CFLAGS.patch
+
+-------------------------------------------------------------------

Old:
----
  disable-localport-bsd-sockets-test.patch
  fix-tests.patch
  sbcl-2.0.9-source.tar.bz2

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

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

Other differences:
------------------
++++++ sbcl.spec ++++++
--- /var/tmp/diff_new_pack.FBMJ3O/_old  2020-10-29 14:53:22.809266987 +0100
+++ /var/tmp/diff_new_pack.FBMJ3O/_new  2020-10-29 14:53:22.813266989 +0100
@@ -21,7 +21,7 @@
 
 Name:           sbcl
 #!BuildIgnore:  gcc-PIE
-Version:        2.0.9
+Version:        2.0.10
 Release:        0
 Summary:        Steel Bank Common Lisp
 License:        SUSE-Public-Domain AND BSD-3-Clause
@@ -99,12 +99,8 @@
 %endif
 # PATCH-FIX-OPENSUSE install README.openSUSE and sbclrc.sample
 Patch0:         sbcl-1.1.2-install.patch
-# PATCH-FIX-OPENSUSE  disable localport bsd sockets tests broken in kvm builds 
for some tog...@opensuse.org
-Patch1:         disable-localport-bsd-sockets-test.patch
-# PATCH-FIX-OPENSUSE  fix some unsafe tests for our build hosts
-Patch2:         fix-tests.patch
 # PATCH-FIX-OPENSUSE  strip -armv5 from CFLAGS
-Patch3:         strip-arm-CFLAGS.patch
+Patch1:         strip-arm-CFLAGS.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:    s390x
 
@@ -124,9 +120,7 @@
 %endif
 %setup -q
 %patch0 -p1 -b install
-%patch1 -p1 -b sockets
-%patch2 -p1
-%patch3 -p1
+%patch1 -p1
 
 cp %{S:1} .
 cp %{S:2} .

++++++ sbcl-2.0.9-source.tar.bz2 -> sbcl-2.0.10-source.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/sbcl/sbcl-2.0.9-source.tar.bz2 
/work/SRC/openSUSE:Factory/.sbcl.new.3463/sbcl-2.0.10-source.tar.bz2 differ: 
char 11, line 1

++++++ strip-arm-CFLAGS.patch ++++++
--- /var/tmp/diff_new_pack.FBMJ3O/_old  2020-10-29 14:53:22.949267035 +0100
+++ /var/tmp/diff_new_pack.FBMJ3O/_new  2020-10-29 14:53:22.949267035 +0100
@@ -1,12 +1,12 @@
-diff -Nru sbcl-2.0.2.orig/src/runtime/Config.arm-linux 
sbcl-2.0.2/src/runtime/Config.arm-linux
---- sbcl-2.0.2.orig/src/runtime/Config.arm-linux       2020-02-29 
21:25:50.000000000 +0100
-+++ sbcl-2.0.2/src/runtime/Config.arm-linux    2020-03-13 13:53:38.156922974 
+0100
+diff -Nru sbcl-2.0.10.orig/src/runtime/Config.arm-linux 
sbcl-2.0.10/src/runtime/Config.arm-linux
+--- sbcl-2.0.10.orig/src/runtime/Config.arm-linux      2020-10-27 
14:44:50.000000000 +0100
++++ sbcl-2.0.10/src/runtime/Config.arm-linux   2020-10-29 12:42:20.394163187 
+0100
 @@ -9,7 +9,7 @@
  # provided with absolutely no warranty. See the COPYING and CREDITS
  # files for more information.
  
 -CFLAGS += -marm -march=armv5
 +CFLAGS += -marm
- NM = ./linux-nm
  
  ASSEM_SRC = arm-assem.S
+ ARCH_SRC = arm-arch.c


Reply via email to