Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2015-07-21 13:24:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-06-03 
08:16:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes       2015-07-21 
13:24:30.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 10 07:32:20 UTC 2015 - wer...@suse.de
+
+- Make it build with every ncurses library ABI
+
+-------------------------------------------------------------------
@@ -5,0 +11,6 @@
+
+-------------------------------------------------------------------
+Wed May 20 13:33:02 UTC 2015 - lnus...@suse.de
+
+- restore original top defaults. The new ones result in half of the display
+  occupied with cpu information and the other half with systemd children.

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

Other differences:
------------------
++++++ procps.spec ++++++
--- /var/tmp/diff_new_pack.3OCUpi/_old  2015-07-21 13:24:31.000000000 +0200
+++ /var/tmp/diff_new_pack.3OCUpi/_new  2015-07-21 13:24:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package procps
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -149,8 +149,9 @@
 test -s .tarball-version || echo %{version} > .tarball-version
 #./autogen.sh
 autoreconf
-export NCURSESW_CFLAGS="$(ncursesw5-config --cflags)"
-export NCURSESW_LIBS="$(ncursesw5-config --libs)"
+major=$(sed -rn 's/^#define\s+NCURSES_VERSION_MAJOR\s+([0-9]+)/\1/p' 
/usr/include/ncurses.h)
+export NCURSESW_CFLAGS="$(ncursesw${major}-config --cflags)"
+export NCURSESW_LIBS="$(ncursesw${major}-config --libs)"
 export LFS_CFLAGS="$(getconf LFS_CFLAGS)"
 %global optflags       %{optflags} -D_GNU_SOURCE $LFS_CFLAGS -DCPU_ZEROTICS 
-DUSE_X_COLHDR -pipe
 %configure             \
@@ -177,7 +178,8 @@
 %else
     --without-systemd \
 %endif
-    --with-gnu-ld
+    --with-gnu-ld \
+    --disable-modern-top
 make %{?_smp_mflags}
 
 ./pmap $$ || {


Reply via email to