Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2014-04-05 16:48:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-03-04 
13:59:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2014-04-05 
16:48:13.000000000 +0200
@@ -1,0 +2,32 @@
+Fri Apr  4 09:36:24 UTC 2014 - [email protected]
+
+- Update to version 1.1.17
+
+  * Enhancement
+    + printing backtraces respects
+      SB-DEBUG:*DEBUG-PRINT-VARIABLE-ALIST* when printing call
+      arguments  (lp#1261646)
+  * Optimization
+    +  defstruct out-of-line accessor are now as fast as
+       inlined. (lp#1264924)
+  * Bug fix
+    + INVOKE-RESTART-INTERACTIVELY no longer refuses to
+      invoke RESTART instances with a test-function 
+    + STREAM-ERROR-POSITION-INFO fails in fewer situations
+      (lp#1264902)
+    + Change COND error message (lp#1254511)
+    + LOAD is no longer confused when called on a directory.
+      (lp#1077996)
+    + MAKE-CONDITION reports names of missing condition
+      classes properly (lp#1199223)
+    + restore building with clang. (lp#1293643) 
+    + restore building on SPARC (broken since 1.1.15).
+    + improved FreeBSD support.
+    + PPC floating point conversion corrupted stack. 
+
+- Patches
+  + Remove sbcl-1.0.54-optflags.patch
+  + Add sbcl-1.1.17-optflags.patch based on the removed
+    sbcl-1.0.54-optflags.path
+
+-------------------------------------------------------------------

Old:
----
  sbcl-1.0.54-optflags.patch
  sbcl-1.1.16-source.tar.bz2

New:
----
  sbcl-1.1.17-optflags.patch
  sbcl-1.1.17-source.tar.bz2

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

Other differences:
------------------
++++++ sbcl.spec ++++++
--- /var/tmp/diff_new_pack.mIWBR4/_old  2014-04-05 16:48:14.000000000 +0200
+++ /var/tmp/diff_new_pack.mIWBR4/_new  2014-04-05 16:48:14.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sbcl
-Version:        1.1.16
+Version:        1.1.17
 Release:        0
 Summary:        Steel Bank Common Lisp
 License:        SUSE-Public-Domain and BSD-3-Clause
@@ -42,8 +42,8 @@
 %else
 BuildRequires:  texlive
 %endif
-# PATCH-FIX-OPENSUSE  sbcl-1.0.54-optflags.patch from fedora author unknown 
--use optflags
-Patch0:         sbcl-1.0.54-optflags.patch
+# PATCH-FIX-OPENSUSE  sbcl-1.1.17-optflags.patch based on fedora patch 
[email protected] --use optflags
+Patch0:         sbcl-1.1.17-optflags.patch
 # PATCH-FIX-OPENSUSE  dont-split-doc.patch from debian author unknown --don't 
split docs
 Patch1:         dont-split-doc.patch
 # PATCH-FIX-OPENSUSE install README.openSUSE and sbclrc.sample

++++++ sbcl-1.0.54-optflags.patch -> sbcl-1.1.17-optflags.patch ++++++
--- /work/SRC/openSUSE:Factory/sbcl/sbcl-1.0.54-optflags.patch  2013-11-04 
14:03:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl-1.1.17-optflags.patch     
2014-04-05 16:48:13.000000000 +0200
@@ -1,22 +1,22 @@
 ---
- contrib/asdf-module.mk          |    2 ++
- src/runtime/Config.ppc-linux    |    4 +++-
+ contrib/asdf-module.mk          |    2 +-
+ src/runtime/Config.ppc-linux    |    2 +-
  src/runtime/Config.sparc-linux  |    2 ++
+ src/runtime/Config.x86-64-linux |    2 +-
  src/runtime/Config.x86-linux    |    2 ++
- src/runtime/Config.x86_64-linux |    2 ++
- 5 files changed, 11 insertions(+), 1 deletion(-)
+ 5 files changed, 7 insertions(+), 3 deletions(-)
 
 --- a/contrib/asdf-module.mk
 +++ b/contrib/asdf-module.mk
-@@ -27,6 +27,8 @@ ifeq (Linux,$(UNAME))
-   EXTRA_CFLAGS=-D_GNU_SOURCE
+@@ -24,7 +24,7 @@ ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME
+   CC:=$(shell cygpath -m $(shell readlink -fn $(shell which $(CC))))
+ endif
+ ifeq (Linux,$(UNAME))
+-  EXTRA_CFLAGS=-D_GNU_SOURCE
++  EXTRA_CFLAGS=-D_GNU_SOURCE $(RPM_OPT_FLAGS)
  endif
  
-+EXTRA_CFLAGS += $(RPM_OPT_FLAGS)
-+
  export CC SBCL EXTRA_CFLAGS EXTRA_LDFLAGS
- 
- all: $(FASL) $(ASD) $(EXTRA_ALL_TARGETS)
 --- a/src/runtime/Config.ppc-linux
 +++ b/src/runtime/Config.ppc-linux
 @@ -9,7 +9,7 @@
@@ -24,19 +24,10 @@
  # files for more information.
  
 -CFLAGS = -g -m32
-+CFLAGS += -g -m32
++CFLAGS += -g -m32 $(RPM_OPT_FLAGS)
  LINKFLAGS += -v -rdynamic -m32
  NM = ./linux-nm
  
-@@ -19,6 +19,8 @@ ARCH_SRC = ppc-arch.c
- OS_SRC = linux-os.c ppc-linux-os.c
- OS_LIBS = -ldl
- 
-+CFLAGS += $(RPM_OPT_FLAGS)
-+
- ifdef LISP_FEATURE_GENCGC
-   GC_SRC = gencgc.c
- else
 --- a/src/runtime/Config.sparc-linux
 +++ b/src/runtime/Config.sparc-linux
 @@ -22,6 +22,8 @@ ifdef LISP_FEATURE_SB_CORE_COMPRESSION
@@ -48,22 +39,22 @@
  ifdef LISP_FEATURE_GENCGC
    GC_SRC = gencgc.c
  else
---- a/src/runtime/Config.x86-linux
-+++ b/src/runtime/Config.x86-linux
-@@ -42,6 +42,8 @@ ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+--- a/src/runtime/Config.x86-64-linux
++++ b/src/runtime/Config.x86-64-linux
+@@ -42,7 +42,7 @@ ifdef LISP_FEATURE_SB_CORE_COMPRESSION
    OS_LIBS += -lz
  endif
  
-+CFLAGS += $(RPM_OPT_FLAGS)
-+
- GC_SRC = gencgc.c
+-CFLAGS += -fno-omit-frame-pointer
++CFLAGS += -fno-omit-frame-pointer $(RPM_OPT_FLAGS)
  
- # Nothing to do for after-grovel-headers.
---- a/src/runtime/Config.x86_64-linux
-+++ b/src/runtime/Config.x86_64-linux
-@@ -44,6 +44,8 @@ endif
+ GC_SRC = gencgc.c
  
- CFLAGS += -fno-omit-frame-pointer
+--- a/src/runtime/Config.x86-linux
++++ b/src/runtime/Config.x86-linux
+@@ -42,6 +42,8 @@ ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+   OS_LIBS += -lz
+ endif
  
 +CFLAGS += $(RPM_OPT_FLAGS)
 +

++++++ sbcl-1.1.16-source.tar.bz2 -> sbcl-1.1.17-source.tar.bz2 ++++++
++++ 14733 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to