Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2012-11-05 06:33:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbcl (Old)
 and      /work/SRC/openSUSE:Factory/.sbcl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbcl", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes        2012-10-19 
23:00:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2012-11-05 
06:33:47.000000000 +0100
@@ -1,0 +2,30 @@
+Sat Nov  3 12:33:49 UTC 2012 - [email protected]
+
+- Update to 1.1.1 version
+  * Enhancements and optimizations:
+    + WITH-COMPILATION-UNIT no longer grabs the world-lock.
+    (COMPILE and COMPILE-FILE still do.)
+    + The SPARC backend now supports the precise generational
+    (GENCGC) garbage collection. Enabled by default on
+    Solaris/SPARC and Linux/SPARC. Thanks to Raymond Toy (via
+    CMUCL).
+    + add experimental support for the SB-THREAD feature and the
+    timer facility on Windows. Thanks to Dmitry Kalyanov and Anton
+    Kovalenko. Threads are enabled by default, and this version of
+    SBCL is considered to be the last and final release to
+    officially support building with threads disabled.
+    + The compiler no longer rotates loops in some cases where this
+    transformation actually lead to worse code being generated.
+  * Bug Fixes:
+    + SB-CLTL2:MACROEXPAND-ALL correctly handles shadowing of
+    symbol-macros by lexical bindings.
+    + stack allocation was prevented by high DEBUG declaration in
+    several cases.
+    + SB-EXT:GC-LOGFILE signaled an error when no logfile was set.
+    (thanks to SANO Masatoshi)
+    + PARSE-NATIVE-NAMESTRING performed non-native parsing when
+    :JUNK-ALLOWED was true.
+    + type derivation inferred overly conservative types for unions
+    of array types. (#1050768)
+- rebase sbcl-1.0.54-optflags.patch 
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ sbcl.spec ++++++
--- /var/tmp/diff_new_pack.FVT5i0/_old  2012-11-05 06:33:48.000000000 +0100
+++ /var/tmp/diff_new_pack.FVT5i0/_new  2012-11-05 06:33:48.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           sbcl
-Version:        1.1.0
+Version:        1.1.1
 Release:        0
 Summary:        Steel Bank Common Lisp
 License:        SUSE-Public-Domain and BSD-3-Clause

++++++ sbcl-1.0.54-optflags.patch ++++++
--- /var/tmp/diff_new_pack.FVT5i0/_old  2012-11-05 06:33:48.000000000 +0100
+++ /var/tmp/diff_new_pack.FVT5i0/_new  2012-11-05 06:33:48.000000000 +0100
@@ -45,9 +45,9 @@
  
 +CFLAGS += $(RPM_OPT_FLAGS)
 +
- GC_SRC = cheneygc.c
- 
- # Nothing to do for after-grovel-headers.
+ 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

++++++ sbcl-1.1.0-source.tar.bz2 -> sbcl-1.1.1-source.tar.bz2 ++++++
++++ 10110 lines of diff (skipped)

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

Reply via email to