Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2015-02-03 11:40:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-01 
12:30:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2015-02-03 
11:40:33.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Feb  2 08:28:20 UTC 2015 - tog...@opensuse.org
+
+- The release (source) tarball of sbcl-1.2.8 contained an error in
+  the build script, which in some circumstances (chiefly when /bin/sh is
+  bash) would lead to the sbcl built from that tarball to have a
+  lisp-implementation-version of "-dirty". 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sbcl-1.2.8-source.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbcl-1.2.8/generate-version.sh 
new/sbcl-1.2.8/generate-version.sh
--- old/sbcl-1.2.8/generate-version.sh  2015-01-31 15:24:55.000000000 +0100
+++ new/sbcl-1.2.8/generate-version.sh  2015-02-01 13:28:34.000000000 +0100
@@ -14,7 +14,7 @@
 if [ -f version.lisp-expr -a -z "$AVAILABLE" ]
 then
     # Relase tarball, leave version.lisp-expr alone.
-    return
+    exit 0
 elif [ -z "$AVAILABLE" ]
 then
     echo "Can't run 'git describe' and version.lisp-expr is missing." >&2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbcl-1.2.8/version.lisp-expr 
new/sbcl-1.2.8/version.lisp-expr
--- old/sbcl-1.2.8/version.lisp-expr    2015-01-31 15:25:01.000000000 +0100
+++ new/sbcl-1.2.8/version.lisp-expr    2015-02-01 13:28:51.000000000 +0100
@@ -1,4 +1 @@
-;;; This file is auto-generated using generate-version.sh. Every time
-;;; you re-run make.sh, this file will be overwritten if you are
-;;; working from a Git checkout.
 "1.2.8"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to