Hello community,

here is the log from the commit of package nmon for openSUSE:Factory checked in 
at 2019-01-11 14:05:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nmon (Old)
 and      /work/SRC/openSUSE:Factory/.nmon.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nmon"

Fri Jan 11 14:05:20 2019 rev:10 rq:664355 version:16h

Changes:
--------
--- /work/SRC/openSUSE:Factory/nmon/nmon.changes        2018-04-19 
15:31:56.409017765 +0200
+++ /work/SRC/openSUSE:Factory/.nmon.new.28833/nmon.changes     2019-01-11 
14:06:33.399735596 +0100
@@ -1,0 +2,14 @@
+Thu Jan 10 13:06:47 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 16h:
+  * Internal code changes for robustness malloc() and
+    snprintf/strncpy. 
+  * POWER pool_capacity now correctly divided by 100. 
+  * Online view ARM lscpu command column format depends on your
+    hardware
+  * Online view ALL /proc/cpuinfo format depends on your hardware
+    and new lines - like MMU: Hash or MMU:
+  * Online view POWER Welcome panel on POWER reports the top MHz 
+- Drop manpage generation
+
+-------------------------------------------------------------------

Old:
----
  lmon16g.c

New:
----
  lmon16h.c

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

Other differences:
------------------
++++++ nmon.spec ++++++
--- /var/tmp/diff_new_pack.vR6tgD/_old  2019-01-11 14:06:33.851735141 +0100
+++ /var/tmp/diff_new_pack.vR6tgD/_new  2019-01-11 14:06:33.855735137 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nmon
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2013 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,20 +13,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           nmon
-Version:        16g
+Version:        16h
 Release:        0
 Summary:        Performance Monitor
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          System/Monitoring
-Url:            http://nmon.sourceforge.net/pmwiki.php
+URL:            http://nmon.sourceforge.net/pmwiki.php
 Source0:        http://sourceforge.net/projects/nmon/files/lmon%{version}.c
 Source1:        https://www.gnu.org/licenses/gpl-3.0.txt
-BuildRequires:  help2man
 BuildRequires:  ncurses-devel
 Provides:       lmon = %{version}
 
@@ -94,25 +93,14 @@
 %endif
 
 %install
-install -D -p -m 0755 nmon %{buildroot}%{_bindir}/nmon
-install -d %{buildroot}%{_mandir}/man1
-help2man \
-  --help-option=-h \
-  --no-info \
-  --no-discard-stderr \
-  --name="Performance Monitor" \
-  --version-string=%{version} \
-  ./nmon > %{buildroot}%{_mandir}/man1/nmon.1
+install -Dpm 0755 nmon \
+  %{buildroot}%{_bindir}/nmon
 ln -s nmon %{buildroot}%{_bindir}/lmon
-ln -s nmon %{buildroot}%{_mandir}/man1/lmon.1
 cp %{SOURCE1} LICENSE.GPL-3.0
 
 %files
-%defattr(-,root,root)
-%doc LICENSE.GPL-3.0
+%license LICENSE.GPL-3.0
 %{_bindir}/nmon
 %{_bindir}/lmon
-%{_mandir}/man1/nmon.1%{ext_man}
-%{_mandir}/man1/lmon.1%{ext_man}
 
 %changelog

++++++ lmon16h.c ++++++
++++ 8606 lines (skipped)


Reply via email to