Hello community,

here is the log from the commit of package tcsh for openSUSE:Factory checked in 
at 2017-01-31 12:34:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcsh (Old)
 and      /work/SRC/openSUSE:Factory/.tcsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcsh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes        2016-12-11 
13:24:04.311325325 +0100
+++ /work/SRC/openSUSE:Factory/.tcsh.new/tcsh.changes   2017-02-03 
20:03:05.291415059 +0100
@@ -1,0 +2,6 @@
+Thu Jan 19 12:20:06 UTC 2017 - wer...@suse.de
+
+- Remove -L option on screen call dues API change, now we depend
+  on environment variables only.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tcsh.spec ++++++
--- /var/tmp/diff_new_pack.gTXOwS/_old  2017-02-03 20:03:06.243281080 +0100
+++ /var/tmp/diff_new_pack.gTXOwS/_new  2017-02-03 20:03:06.247280517 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tcsh
 #
-# 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
@@ -134,6 +134,7 @@
     SCREENLOG=${SCREENDIR}/log
     cat > $SCREENRC<<-EOF
        deflogin off
+       deflog on
        logfile $SCREENLOG
        logfile flush 1
        logtstamp off
@@ -147,7 +148,7 @@
     tail -q -s 0.5 -f $SCREENLOG & pid=$!
     env -i HOME=$HOME TERM=$TERM TMPDIR=$TMPDIR \
        SCREENRC=$SCREENRC SCREENDIR=$SCREENDIR \
-       screen -L -D -m make check
+       screen -D -m make check
     sleep 1
     kill -TERM $pid
     rm -rf $SCREENDIR $TMPDIR


Reply via email to