Hello community,

here is the log from the commit of package clisp for openSUSE:Factory checked 
in at 2017-01-28 11:07:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clisp (Old)
 and      /work/SRC/openSUSE:Factory/.clisp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clisp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clisp/clisp.changes      2016-12-16 
11:54:44.000377807 +0100
+++ /work/SRC/openSUSE:Factory/.clisp.new/clisp.changes 2017-02-03 
17:34:43.641955125 +0100
@@ -1,0 +2,6 @@
+Thu Jan 19 12:20:06 UTC 2017 - [email protected]
+
+- Remove -L option on screen call dues API change, now we depend
+  on environment variables only.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ clisp.spec ++++++
--- /var/tmp/diff_new_pack.lAKFYP/_old  2017-02-03 17:34:44.653811909 +0100
+++ /var/tmp/diff_new_pack.lAKFYP/_new  2017-02-03 17:34:44.657811343 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clisp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -205,8 +205,8 @@
 #
 # Environment for the case of missing terminal
 #
-%global _configure     screen -L -D -m setarch $(uname -m) -R ./configure
-%global _make          screen -L -D -m setarch $(uname -m) -R make
+%global _configure     screen -D -m setarch $(uname -m) -R ./configure
+%global _make          screen -D -m setarch $(uname -m) -R make
 SCREENDIR=$(mktemp -d ${PWD}/screen.XXXXXX) || exit 1
 SCREENRC=${SCREENDIR}/clisp
 export SCREENRC SCREENDIR
@@ -214,6 +214,7 @@
 SCREENLOG=${SCREENDIR}/log
 cat > $SCREENRC<<-EOF
        deflogin off
+       deflog on
        logfile $SCREENLOG
        logfile flush 1
        logtstamp off


Reply via email to