Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package atop for openSUSE:Factory checked in at 2023-05-15 16:54:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atop (Old) and /work/SRC/openSUSE:Factory/.atop.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atop" Mon May 15 16:54:37 2023 rev:12 rq:1087166 version:2.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/atop/atop.changes 2023-01-08 21:25:31.375241191 +0100 +++ /work/SRC/openSUSE:Factory/.atop.new.1533/atop.changes 2023-05-15 16:54:51.664352124 +0200 @@ -1,0 +2,40 @@ +Sat May 13 11:19:51 UTC 2023 - Michael Vetter <[email protected]> + +- Update to 2.9.0: + * Avoid compiler warning by limiting PSI average + * Install cleanup function to avoid termination of parent process + * add man for PAG steal + * Oomkills event should not remain orange after boot values + * Clarified atop man page + * Closing bracket missing in synopsis + * Add highlight concerning bar graph mode + * Introduce bar graph mode Besides all detailed information that + is supplied by atop on system and process level, a (character-based) + bar graph can be shown about the utilization of the most critical system resources + * Freeing ethlink should depend of ifdef + * Added reset to indicate shadow file to be closed + * fix atopacctd.c: failed to start atopacct.service + * acctatop: reacquire acctfd to collect nprocexit for some bad cases + * Calibrate nprocexit to avoid atop coredumps unexpectedly + * json.c: fix avque counters output + * Resolve compiler warnings from latest versions of GCC + * Added versdate.h to make clean target + * Revert "Added versdate.h to make clean target" + * Added versdate.h to make clean target + * fix calculation for scan and steal + * only call str.decode if nvml returned bytes + * Add exit epoch to parseable output PRG (solves issue #242) + * Minor correction in man page for NVCSW/NIVCSW + * Context switches (voluntary and involuntary) on process level incorrect + * Various modifications releated to (non)voluntary context switches + * Add nvcsw and nivcsw for each process + * ifprop.c: Fix possible memory leak + * Code cleanup and prototype additions + * Consistency check on number of threads (solves issue #232) + * atop-rotate.service: use restart instead of try-restart + * Add link to atophttpd +- Update patches: + * atop-makefile.patch + * harden_atop-rotate.service.patch + +------------------------------------------------------------------- Old: ---- atop-2.8.1.tar.gz New: ---- atop-2.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atop.spec ++++++ --- /var/tmp/diff_new_pack.5s1zYA/_old 2023-05-15 16:54:52.276355501 +0200 +++ /var/tmp/diff_new_pack.5s1zYA/_new 2023-05-15 16:54:52.280355523 +0200 @@ -19,7 +19,7 @@ Name: atop -Version: 2.8.1 +Version: 2.9.0 Release: 0 Summary: Monitor for System Resources and Process Activity License: GPL-2.0-only ++++++ atop-2.8.1.tar.gz -> atop-2.9.0.tar.gz ++++++ ++++ 10469 lines of diff (skipped) ++++++ atop-makefile.patch ++++++ --- /var/tmp/diff_new_pack.5s1zYA/_old 2023-05-15 16:54:52.492356693 +0200 +++ /var/tmp/diff_new_pack.5s1zYA/_new 2023-05-15 16:54:52.496356716 +0200 @@ -1,11 +1,12 @@ -diff -urEbw atop-2.7.0/Makefile atop-2.7.0.new/Makefile ---- atop-2.7.0/Makefile 2021-12-18 12:04:24.000000000 +0100 -+++ atop-2.7.0.new/Makefile 2022-01-07 15:24:44.084445219 +0100 -@@ -20,7 +20,7 @@ +Index: atop-2.9.0/Makefile +=================================================================== +--- atop-2.9.0.orig/Makefile ++++ atop-2.9.0/Makefile +@@ -20,7 +20,7 @@ PMPATH1 = /usr/lib/pm-utils/sleep.d PMPATH2 = /usr/lib64/pm-utils/sleep.d PMPATHD = /usr/lib/systemd/system-sleep --CFLAGS += -O2 -I. -Wall -Wno-stringop-truncation # -DNOPERFEVENT # -DHTTPSTATS +-CFLAGS += -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations # -DNOPERFEVENT # -DHTTPSTATS +CFLAGS += $(OPTFLAGS) -I. -Wall -Wno-stringop-truncation # -DNOPERFEVENT # -DHTTPSTATS OBJMOD0 = version.o OBJMOD1 = various.o deviate.o procdbase.o ++++++ harden_atop-rotate.service.patch ++++++ --- /var/tmp/diff_new_pack.5s1zYA/_old 2023-05-15 16:54:52.544356980 +0200 +++ /var/tmp/diff_new_pack.5s1zYA/_new 2023-05-15 16:54:52.544356980 +0200 @@ -1,7 +1,7 @@ -Index: atop-2.8.0/atop-rotate.service +Index: atop-2.9.0/atop-rotate.service =================================================================== ---- atop-2.8.0.orig/atop-rotate.service -+++ atop-2.8.0/atop-rotate.service +--- atop-2.9.0.orig/atop-rotate.service ++++ atop-2.9.0/atop-rotate.service @@ -3,5 +3,18 @@ Description=Restart atop daemon to rotat Documentation=man:atop(1) @@ -20,5 +20,5 @@ +RestrictRealtime=true +# end of automatic additions Type=oneshot - ExecStart=/usr/bin/systemctl try-restart atop.service + ExecStart=/usr/bin/systemctl restart atop.service
