Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package atop for openSUSE:Factory checked in at 2025-08-04 15:24:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atop (Old) and /work/SRC/openSUSE:Factory/.atop.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atop" Mon Aug 4 15:24:50 2025 rev:17 rq:1297338 version:2.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/atop/atop.changes 2025-06-10 12:06:18.942007706 +0200 +++ /work/SRC/openSUSE:Factory/.atop.new.1085/atop.changes 2025-08-04 15:25:09.706848069 +0200 @@ -1,0 +2,21 @@ +Sun Jul 27 21:38:40 UTC 2025 - malcolmle...@opensuse.org + +- Update to 2.12.0: + * Add PSI bar graphs for CPU, memory and disks. + * Improved handling of raw log files. + * Support of parallel output streams. + * Security-related improvements. + * Modified handling of UID/GID. + * Recognize fake NUMA. + * Consistent highlighting of current sort criterium. + * Network interface errors added to output of flags -P and -J. + * Branch to end of raw log file by pressing key 'Z'. + * Remove double wrefresh call for memory graph that caused screen + flashing in bar graph mode. + * Improved sanity check for number of threads versus number of + processes. + * Various other bug solutions. + * The format of the raw file is compatible with version 2.11. +- Rebase atop-makefile.patch. + +------------------------------------------------------------------- Old: ---- atop-2.11.1.tar.gz New: ---- atop-2.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atop.spec ++++++ --- /var/tmp/diff_new_pack.3TIdyc/_old 2025-08-04 15:25:10.614886212 +0200 +++ /var/tmp/diff_new_pack.3TIdyc/_new 2025-08-04 15:25:10.618886380 +0200 @@ -19,7 +19,7 @@ Name: atop -Version: 2.11.1 +Version: 2.12.0 Release: 0 Summary: Monitor for System Resources and Process Activity License: GPL-2.0-only ++++++ atop-2.11.1.tar.gz -> atop-2.12.0.tar.gz ++++++ ++++ 16776 lines of diff (skipped) ++++++ atop-makefile.patch ++++++ --- /var/tmp/diff_new_pack.3TIdyc/_old 2025-08-04 15:25:10.834895454 +0200 +++ /var/tmp/diff_new_pack.3TIdyc/_new 2025-08-04 15:25:10.838895622 +0200 @@ -1,14 +1,13 @@ -Index: atop-2.11.0/Makefile -=================================================================== ---- atop-2.11.0.orig/Makefile -+++ atop-2.11.0/Makefile -@@ -21,7 +21,7 @@ PMPATH2 = /usr/lib64/pm-utils/sleep.d - PMPATHD = /usr/lib/systemd/system-sleep +diff -Naur a/Makefile b/Makefile +--- a/Makefile 2025-06-14 03:18:40.000000000 -0500 ++++ b/Makefile 2025-07-27 16:41:55.970428635 -0500 +@@ -22,7 +22,7 @@ PKG_CONFIG ?= pkg-config --CFLAGS += -O2 -I. -Wall $(shell $(PKG_CONFIG) --cflags glib-2.0) -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -Wformat-security # -DNOPERFEVENT # -DHTTPSTATS -+CFLAGS += $(OPTFLAGS) -I. -Wall $(shell $(PKG_CONFIG) --cflags glib-2.0) -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -Wformat-security # -DNOPERFEVENT # -DHTTPSTATS - LDFLAGS += $(shell $(PKG_CONFIG) --libs glib-2.0) - OBJMOD0 = version.o - OBJMOD1 = various.o deviate.o procdbase.o + +-override CFLAGS := -O2 -I. -Wall $(shell $(PKG_CONFIG) --cflags glib-2.0) -Wmissing-prototypes -Wmissing-declarations -Wformat-security $(CFLAGS) # -DNOPERFEVENT # -DHTTPSTATS ++CFLAGS := $(OPTFLAGS) -I. -Wall $(shell $(PKG_CONFIG) --cflags glib-2.0) -Wmissing-prototypes -Wmissing-declarations -Wformat-security $(CFLAGS) # -DNOPERFEVENT # -DHTTPSTATS + + CC_CHECK := $(shell echo | $(CC) -dM -E - | grep -q __clang__ && echo clang || echo gcc) + ifeq ($(CC_CHECK),gcc)