Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2015-05-06 07:48:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbcl (Old)
 and      /work/SRC/openSUSE:Factory/.sbcl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbcl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes        2015-04-02 
16:04:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2015-05-06 
07:48:56.000000000 +0200
@@ -1,0 +2,32 @@
+Sat May  2 22:36:33 UTC 2015 - tog...@opensuse.org
+
+- Update to version 1.2.11
+
+  * Enhancement:
+    + SET-PPRINT-DISPATCH will warn when given an expression in
+      which any part is unrecognizable as a legal type-specifier.
+      The dispatch table will be altered, but the new entry is 
+      disabled. Subsequent type-defining forms will cause
+      pprint-dispatch tables to  re-examine whether any disabled
+       entries should be enabled. (lp#1429520)
+    + Loading code containing calls to a deprecated  function will,
+      under most circumstances, signal warnings similar to compiling
+      such code.  The usual caveat holds about not detecting calls
+      through a computed name, as in (funcall
+      (intern "DEPRECATED-FUN" "SB-EXT")).
+    + (SB-EXT:COMPILE-FILE-LINE) is a new macro that expands to a
+      constant (VALUES integer integer) indicating the source 
+      line/column from which it was read, intended for logging Lisp
+      runtime errors in a style similar to that afforded by the C
+      preprocessor __LINE__ macro. Similarly
+      (SB-EXT:COMPILE-FILE-POSITION) returns a position in characters.
+    + improved source locations for VOPs, alien types and declarations.
+  * Bug fix:
+    + Functions in :FINAL deprecation have the correct docstring.
+      No visible change, as no such functions presently exist.
+      (lp#1439151)
+    + (SETF (FDEFINITION this) (FDEFINITION OTHER)) signals an error
+      if OTHER names either a macro or special-operator. (lp#1439921) 
+
+- Rebase all patches.
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ sbcl.spec ++++++
--- /var/tmp/diff_new_pack.FqH40R/_old  2015-05-06 07:48:57.000000000 +0200
+++ /var/tmp/diff_new_pack.FqH40R/_new  2015-05-06 07:48:57.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sbcl
-Version:        1.2.10
+Version:        1.2.11
 Release:        0
 Summary:        Steel Bank Common Lisp
 License:        SUSE-Public-Domain and BSD-3-Clause

++++++ disable-localport-bsd-sockets-test.patch ++++++
--- /var/tmp/diff_new_pack.FqH40R/_old  2015-05-06 07:48:57.000000000 +0200
+++ /var/tmp/diff_new_pack.FqH40R/_new  2015-05-06 07:48:57.000000000 +0200
@@ -4,7 +4,7 @@
 
 --- a/contrib/sb-bsd-sockets/tests.lisp
 +++ b/contrib/sb-bsd-sockets/tests.lisp
-@@ -178,36 +178,36 @@
+@@ -228,36 +228,36 @@
  ;;; the message ended up
  
  #-win32

++++++ sbcl-1.1.13-personality.patch ++++++
--- /var/tmp/diff_new_pack.FqH40R/_old  2015-05-06 07:48:57.000000000 +0200
+++ /var/tmp/diff_new_pack.FqH40R/_new  2015-05-06 07:48:57.000000000 +0200
@@ -4,7 +4,7 @@
 
 --- a/src/runtime/linux-os.c
 +++ b/src/runtime/linux-os.c
-@@ -287,6 +287,10 @@ os_init(char *argv[], char *envp[])
+@@ -289,6 +289,10 @@ os_init(char *argv[], char *envp[])
                      setenv("SBCL_IS_RESTARTING", "T", 1);
                      runtime[i] = '\0';
                      execv(runtime, argv);

++++++ sbcl-1.1.17-optflags.patch ++++++
--- /var/tmp/diff_new_pack.FqH40R/_old  2015-05-06 07:48:57.000000000 +0200
+++ /var/tmp/diff_new_pack.FqH40R/_new  2015-05-06 07:48:57.000000000 +0200
@@ -8,7 +8,7 @@
 
 --- a/contrib/asdf-module.mk
 +++ b/contrib/asdf-module.mk
-@@ -24,7 +24,7 @@ ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME
+@@ -21,7 +21,7 @@ ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME
    CC:=$(shell cygpath -m $(shell readlink -fn $(shell which $(CC))))
  endif
  ifeq (Linux,$(UNAME))
@@ -16,7 +16,7 @@
 +  EXTRA_CFLAGS=-D_GNU_SOURCE $(RPM_OPT_FLAGS)
  endif
  
- export CC SBCL EXTRA_CFLAGS EXTRA_LDFLAGS
+ export CC SBCL EXTRA_CFLAGS
 --- a/src/runtime/Config.ppc-linux
 +++ b/src/runtime/Config.ppc-linux
 @@ -9,7 +9,7 @@

++++++ sbcl-1.2.10-source.tar.bz2 -> sbcl-1.2.11-source.tar.bz2 ++++++
++++ 7912 lines of diff (skipped)

++++++ sbcl-cast.patch ++++++
--- /var/tmp/diff_new_pack.FqH40R/_old  2015-05-06 07:49:01.000000000 +0200
+++ /var/tmp/diff_new_pack.FqH40R/_new  2015-05-06 07:49:01.000000000 +0200
@@ -4,7 +4,7 @@
 
 --- a/src/runtime/gencgc.c
 +++ b/src/runtime/gencgc.c
-@@ -3540,7 +3540,7 @@ garbage_collect_generation(generation_in
+@@ -3733,7 +3733,7 @@ garbage_collect_generation(generation_in
          while (pin_list != NIL) {
              struct cons *list_entry =
                  (struct cons *)native_pointer(pin_list);

++++++ sbcl-disable-frlock-test.patch ++++++
--- /var/tmp/diff_new_pack.FqH40R/_old  2015-05-06 07:49:01.000000000 +0200
+++ /var/tmp/diff_new_pack.FqH40R/_new  2015-05-06 07:49:01.000000000 +0200
@@ -4,7 +4,7 @@
 
 --- a/contrib/sb-concurrency/tests/test-frlock.lisp
 +++ b/contrib/sb-concurrency/tests/test-frlock.lisp
-@@ -80,7 +80,8 @@
+@@ -85,7 +85,8 @@
        (values (cdr w-e!) (cdr r-e!))))
  
  #+sb-thread


Reply via email to