Hello community, here is the log from the commit of package sbcl for openSUSE:Factory checked in at 2015-06-24 21:03:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-05-06 07:48:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes 2015-06-24 21:03:25.000000000 +0200 @@ -1,0 +2,31 @@ +Wed Jun 17 06:58:19 UTC 2015 - [email protected] + +- Update to version 1.2.12 + + * Minor incompatible change: + + the SB-C::*POLICY* variable is no longer a list. Code which + manipulated it as such (including but not limited to non-bundled + releases of ASDF) will need to be revised. + * Enhancement: + + The input stream for COMPILE-FILE implements STREAM-LINE-COLUMN. + + EVAL errors that occur by way of LOAD report the starting line + and column number of the erring toplevel form. (#565247) + * Optimization: + + Better MAP and MAP-INTO on known vector result types. + * Bug fix: + + Read/modify/write macros accessing a place which is a composition + of CAR+CDR operations, such as (SHIFTF (CADR X) (ELT V 0)), do + not access subforms more than once. (#1450968) + + Short form of DEFSETF no longer allows trailing junk. + + DEFINE-MODIFY-MACRO respects the provisions of CLHS 5.1.3 + regarding argument evaluation order. (#1452539) + + POP works as specified in CLHS if the setter for its argument has + a side-effect on the existing CAR value. (#1454021) + + Reading "#()" with a positive numeric argument signals a reader + error. As specified, reading "#1()" has undefined consequences, + so correct portable code should be indifferent to this. + (#1252100) + + Malformed reader conditionals such as "(#-no-such-feature)" + and "(#+sbcl)" no longer parse as NIL. (#1454400) + +------------------------------------------------------------------- Old: ---- sbcl-1.2.11-source.tar.bz2 New: ---- sbcl-1.2.12-source.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sbcl.spec ++++++ --- /var/tmp/diff_new_pack.4N38AY/_old 2015-06-24 21:03:26.000000000 +0200 +++ /var/tmp/diff_new_pack.4N38AY/_new 2015-06-24 21:03:26.000000000 +0200 @@ -17,7 +17,7 @@ Name: sbcl -Version: 1.2.11 +Version: 1.2.12 Release: 0 Summary: Steel Bank Common Lisp License: SUSE-Public-Domain and BSD-3-Clause ++++++ sbcl-1.2.11-source.tar.bz2 -> sbcl-1.2.12-source.tar.bz2 ++++++ ++++ 5690 lines of diff (skipped)
