Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2014-05-02 14:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-05 
16:48:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2014-05-02 
14:03:09.000000000 +0200
@@ -1,0 +2,22 @@
+Tue Apr 29 10:57:23 UTC 2014 - [email protected]
+
+- Update to version 1.1.18
+
+  * Optimization
+    + COERCE is now more effecient for more cases when
+      the type is known at compile-time.  (lp#1309815)
+  * Bug fix
+    + correctly inherit condition initforms. (lp#1300904)
+    + properly pprint literal functions inside nested lists.
+     (lp#1300716)
+    + more-correctly handle array-type unity (broken for
+      ages, causing compilation problems since 1.1.13.x due to
+      smarter TYPEP type propagation reported by jasom in #lisp). 
+
+-------------------------------------------------------------------
+Fri Apr 11 11:41:11 UTC 2014 - [email protected]
+
+- Use clisp for those distros and archs where sbcl is not available 
+  yet 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ sbcl.spec ++++++
--- /var/tmp/diff_new_pack.9yc9wf/_old  2014-05-02 14:03:10.000000000 +0200
+++ /var/tmp/diff_new_pack.9yc9wf/_new  2014-05-02 14:03:10.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sbcl
-Version:        1.1.17
+Version:        1.1.18
 Release:        0
 Summary:        Steel Bank Common Lisp
 License:        SUSE-Public-Domain and BSD-3-Clause
@@ -29,7 +29,16 @@
 Source3:        customize-target-features.lisp
 BuildRequires:  ctags
 BuildRequires:  ghostscript
+# Needed for fixing unresolved builds lacking sbcl. Can be removed once the 
sbcl package is there
+%if 0%{?centos_version} == 600 || 0%{?rhel_version} == 600 ||  
0%{?suse_version} == 1110 
+BuildRequires: clisp
+%else
+%ifarch ppc64 ppc ppc64p7 aarch64 armv6l armv7l
+BuildRequires: clisp
+%else
 BuildRequires:  sbcl
+%endif
+%endif
 BuildRequires:  zlib-devel
 %if 0%{?fedora_version:1}
 BuildRequires:  texinfo-tex
@@ -77,8 +86,11 @@
 
 %build
 CFLAGS="%optflags"
+%if  0%{?centos_version} == 600 || 0%{?rhel_version} == 600 || 
0%{?suse_version} == 1110  
+%_buildshell make.sh --xc-host='clisp -q -norc' --prefix=%{_prefix} 
+%else
 %_buildshell make.sh --xc-host="sbcl --disable-debugger --no-sysinit 
--no-userinit"  --prefix=%{_prefix}
-
+%endif
 cd doc/manual && make
 
 %install

++++++ sbcl-1.1.17-source.tar.bz2 -> sbcl-1.1.18-source.tar.bz2 ++++++
++++ 6066 lines of diff (skipped)

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

Reply via email to