Hello community,

here is the log from the commit of package nmon for openSUSE:Factory checked in 
at 2016-04-12 19:36:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nmon (Old)
 and      /work/SRC/openSUSE:Factory/.nmon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nmon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nmon/nmon.changes        2016-03-26 
15:24:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nmon.new/nmon.changes   2016-04-12 
19:36:29.000000000 +0200
@@ -1,0 +2,22 @@
+Fri Apr  8 18:44:06 UTC 2016 - mplus...@suse.com
+
+- Update to 16e (boo#974718)
+  * Boottime shown online in the Kernel "k" panel 
+  * Utilisation stats: /proc/stat now reports 10 Utilisation stats 
+    including KVM guest VM CPU use = cool.
+  * Bug caused Seg Faults core dumps fixed while collecting to a 
+    file including top process stats.
+  * Fix: Improved memory handling for extreme numbers of processes 
+    (1000's) or rapid exec of processes  (100's in a millisecond) 
+    for large Linux servers. We have examples on Intel of 80 CPU 
+    cores and POWER 160+
+  * Online Dot "." command no longer also changes what is displayed 
+    as users said it was confusing. 
+  * Minor online start-up flash screen text changes to include C 
+    concise CPU stats and U for full  Utilisation stats (all 10 of 
+    them) instead of a file. 
+  * Copyright and GPL v3 notice in the code plus online "h" and 
+    nmon -h output
+- Improve manpage generation
+
+-------------------------------------------------------------------

Old:
----
  lmon16d.c

New:
----
  lmon16e.c

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

Other differences:
------------------
++++++ nmon.spec ++++++
--- /var/tmp/diff_new_pack.i4lstE/_old  2016-04-12 19:36:30.000000000 +0200
+++ /var/tmp/diff_new_pack.i4lstE/_new  2016-04-12 19:36:30.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           nmon
-Version:        16d
+Version:        16e
 Release:        0
 Summary:        Performance Monitor
 License:        GPL-3.0
@@ -79,7 +79,11 @@
 %install
 install -D -m 0755 nmon %{buildroot}%{_bindir}/nmon
 install -d %{buildroot}%{_mandir}/man1
-help2man ./nmon >  %{buildroot}%{_mandir}/man1/nmon.1
+help2man \
+  --help-option=-h \
+  --name="Performance Monitor" \
+  --version-string=%{version} \
+  ./nmon > %{buildroot}%{_mandir}/man1/nmon.1
 ln -s nmon %{buildroot}%{_bindir}/lmon
 ln -s nmon %{buildroot}%{_mandir}/man1/lmon.1
 cp %{SOURCE1} LICENSE.GPL-3.0

++++++ lmon16e.c ++++++
++++ 8561 lines (skipped)


Reply via email to