Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nmon for openSUSE:Factory checked in at 2023-09-04 22:53:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nmon (Old) and /work/SRC/openSUSE:Factory/.nmon.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nmon" Mon Sep 4 22:53:36 2023 rev:14 rq:1108846 version:16p Changes: -------- --- /work/SRC/openSUSE:Factory/nmon/nmon.changes 2022-04-11 23:50:20.682316699 +0200 +++ /work/SRC/openSUSE:Factory/.nmon.new.1766/nmon.changes 2023-09-04 22:54:16.537238141 +0200 @@ -1,0 +2,11 @@ +Mon Sep 4 10:32:34 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 16p: + * Small improvements to on-screen use only : + + CLI -B and GUI 'B' to toggle boxes around stats. + + CLI -^ and '^' to change units for Disk I/O KB/s -> MB/s -> GB/s. + This happen temporarily too if the size of the statistic + will not fit on-scree. + * Code changed to ensure clean compile for GCC 12 + +------------------------------------------------------------------- Old: ---- lmon16n.c New: ---- lmon16p.c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nmon.spec ++++++ --- /var/tmp/diff_new_pack.SuhtaC/_old 2023-09-04 22:54:17.641277167 +0200 +++ /var/tmp/diff_new_pack.SuhtaC/_new 2023-09-04 22:54:17.645277308 +0200 @@ -1,7 +1,7 @@ # # spec file for package nmon # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2011-2013 Pascal Bleser <pascal.ble...@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -18,11 +18,11 @@ Name: nmon -Version: 16n +Version: 16p Release: 0 Summary: Performance Monitor License: GPL-3.0-only -URL: http://nmon.sourceforge.net/pmwiki.php +URL: https://nmon.sourceforge.io/pmwiki.php Source0: https://sourceforge.net/projects/nmon/files/lmon%{version}.c Source1: https://www.gnu.org/licenses/gpl-3.0.txt BuildRequires: ncurses-devel @@ -61,10 +61,8 @@ -D GETUSER \ -D LARGEMEM \ -D KERNEL_2_6_18 \ - %if 0%{?is_opensuse} - -Wno-unused \ - %else - -D SLES12 -Wno-unused \ + %if !0%{?is_opensuse} + -D SLES12 \ %endif %{SOURCE0}" export LDFLAGS="-o nmon \ ++++++ lmon16p.c ++++++ ++++ 8527 lines (skipped)