Hello community, here is the log from the commit of package procps for openSUSE:Factory checked in at 2017-01-31 12:33:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/procps (Old) and /work/SRC/openSUSE:Factory/.procps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "procps" Changes: -------- --- /work/SRC/openSUSE:Factory/procps/procps.changes 2017-01-15 10:56:01.621796715 +0100 +++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes 2017-02-03 18:56:42.299373584 +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: ------------------ ++++++ procps.spec ++++++ --- /var/tmp/diff_new_pack.qjb4sP/_old 2017-02-03 18:56:43.283235418 +0100 +++ /var/tmp/diff_new_pack.qjb4sP/_new 2017-02-03 18:56:43.287234857 +0100 @@ -1,7 +1,7 @@ # # spec file for package procps # -# 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 @@ -48,9 +48,9 @@ Requires(postun): %insserv_prereq %endif Summary: The ps utilities for /proc -#Alternate: https://gitlab.com/procps-ng/procps/repository/archive.tar.bz2?ref=v3.3.12 License: GPL-2.0+ and LGPL-2.1+ Group: System/Monitoring +#Alternate: https://gitlab.com/procps-ng/procps/repository/archive.tar.bz2?ref=v3.3.12 Source: http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-3.3.12.tar.xz Source2: boot.sysctl Source3: systat.xinetd @@ -297,6 +297,7 @@ SCREENLOG=${SCREENDIR}/log cat > $SCREENRC<<-EOF deflogin off + deflog on logfile $SCREENLOG logfile flush 1 logtstamp off @@ -310,7 +311,7 @@ > $SCREENLOG tail -q -s 0.5 -f $SCREENLOG & pid=$! env HOME=$PWD TERM=$TERM TMPDIR=$TMPDIR SCREENRC=$SCREENRC SCREENDIR=$SCREENDIR \ - screen -L -D -m make check + screen -D -m make check kill -TERM $pid error=no for log in test-suite.log testsuite/*.log
