Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package atop for openSUSE:Factory checked in at 2026-07-28 17:52:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atop (Old) and /work/SRC/openSUSE:Factory/.atop.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atop" Tue Jul 28 17:52:37 2026 rev:19 rq:1367831 version:2.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/atop/atop.changes 2025-09-29 16:35:59.619908791 +0200 +++ /work/SRC/openSUSE:Factory/.atop.new.2004/atop.changes 2026-07-28 17:53:29.075188752 +0200 @@ -1,0 +2,15 @@ +Sun Jul 26 14:35:12 UTC 2026 - Andrea Manzini <[email protected]> + +- Update to 2.13.0: + * Allow sorting of process list on any column. + * The 'oom_score' and 'oom_score_adj' values are added per process. + * Show system-wide available memory per category in bar graph. + * Proper handling of offline/online CPUs. + * Show full user names and group names. + * Support longer pod and container names for parsable/json output + * Solution for race condition in twin mode. + * Various other bug solutions. + +- added atop-drawbar-xopen.patch + +------------------------------------------------------------------- Old: ---- atop-2.12.1.tar.gz New: ---- atop-2.13.0.tar.gz atop-drawbar-xopen.patch ----------(New B)---------- New: - added atop-drawbar-xopen.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atop.spec ++++++ --- /var/tmp/diff_new_pack.vCAy9V/_old 2026-07-28 17:53:35.083398861 +0200 +++ /var/tmp/diff_new_pack.vCAy9V/_new 2026-07-28 17:53:35.107399700 +0200 @@ -2,7 +2,7 @@ # # spec file for package atop # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ Name: atop -Version: 2.12.1 +Version: 2.13.0 Release: 0 Summary: Monitor for System Resources and Process Activity License: GPL-2.0-only @@ -33,6 +33,7 @@ Patch2: harden_atop.service.patch Patch3: harden_atopacct.service.patch Patch4: harden_atopgpu.service.patch +Patch5: atop-drawbar-xopen.patch BuildRequires: gcc BuildRequires: glib2-devel BuildRequires: make ++++++ atop-2.12.1.tar.gz -> atop-2.13.0.tar.gz ++++++ ++++ 15821 lines of diff (skipped) ++++++ atop-drawbar-xopen.patch ++++++ Index: atop-2.13.0/drawbar.c =================================================================== --- atop-2.13.0.orig/drawbar.c +++ atop-2.13.0/drawbar.c @@ -104,7 +104,7 @@ // the other. ///////////////////////////////////////////////////////////////////////////// #define _POSIX_C_SOURCE 200809L -#define _XOPEN_SOURCE +#define _XOPEN_SOURCE 600 #define _GNU_SOURCE #define _DEFAULT_SOURCE ++++++ atop-makefile.patch ++++++ --- /var/tmp/diff_new_pack.vCAy9V/_old 2026-07-28 17:53:36.335442646 +0200 +++ /var/tmp/diff_new_pack.vCAy9V/_new 2026-07-28 17:53:36.351443205 +0200 @@ -1,12 +1,13 @@ -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 @@ +Index: atop-2.13.0/Makefile +=================================================================== +--- atop-2.13.0.orig/Makefile ++++ atop-2.13.0/Makefile +@@ -22,7 +22,7 @@ PMPATHD = /usr/lib/systemd/system-sleep PKG_CONFIG ?= pkg-config -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 ++CFLAGS := $(OPTFLAGS) -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/include/ncursesw -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) ++++++ harden_atop-rotate.service.patch ++++++ --- /var/tmp/diff_new_pack.vCAy9V/_old 2026-07-28 17:53:36.531449500 +0200 +++ /var/tmp/diff_new_pack.vCAy9V/_new 2026-07-28 17:53:36.543449920 +0200 @@ -1,7 +1,7 @@ -Index: atop-2.9.0/atop-rotate.service +Index: atop-2.13.0/atop-rotate.service =================================================================== ---- atop-2.9.0.orig/atop-rotate.service -+++ atop-2.9.0/atop-rotate.service +--- atop-2.13.0.orig/atop-rotate.service ++++ atop-2.13.0/atop-rotate.service @@ -3,5 +3,18 @@ Description=Restart atop daemon to rotat Documentation=man:atop(1) ++++++ harden_atop.service.patch ++++++ --- /var/tmp/diff_new_pack.vCAy9V/_old 2026-07-28 17:53:36.627452857 +0200 +++ /var/tmp/diff_new_pack.vCAy9V/_new 2026-07-28 17:53:36.635453137 +0200 @@ -1,7 +1,8 @@ -diff -urEbw atop-2.7.1/atop.service atop-2.7.1.new/atop.service ---- atop-2.7.1/atop.service 2022-01-08 12:49:00.000000000 +0100 -+++ atop-2.7.1.new/atop.service 2022-03-01 00:21:11.621320262 +0100 -@@ -3,6 +3,19 @@ +Index: atop-2.13.0/atop.service +=================================================================== +--- atop-2.13.0.orig/atop.service ++++ atop-2.13.0/atop.service +@@ -3,6 +3,19 @@ Description=Atop advanced performance mo Documentation=man:atop(1) [Service] ++++++ harden_atopacct.service.patch ++++++ --- /var/tmp/diff_new_pack.vCAy9V/_old 2026-07-28 17:53:36.663454117 +0200 +++ /var/tmp/diff_new_pack.vCAy9V/_new 2026-07-28 17:53:36.679454676 +0200 @@ -1,8 +1,8 @@ -Index: atop-2.10.0/atopacct.service +Index: atop-2.13.0/atopacct.service =================================================================== ---- atop-2.10.0.orig/atopacct.service -+++ atop-2.10.0/atopacct.service -@@ -5,6 +5,19 @@ After=syslog.target +--- atop-2.13.0.orig/atopacct.service ++++ atop-2.13.0/atopacct.service +@@ -4,6 +4,19 @@ Documentation=man:atopacctd(8) Before=atop.service [Service] ++++++ harden_atopgpu.service.patch ++++++ --- /var/tmp/diff_new_pack.vCAy9V/_old 2026-07-28 17:53:36.699455376 +0200 +++ /var/tmp/diff_new_pack.vCAy9V/_new 2026-07-28 17:53:36.707455655 +0200 @@ -1,8 +1,8 @@ -Index: atop-2.10.0/atopgpu.service +Index: atop-2.13.0/atopgpu.service =================================================================== ---- atop-2.10.0.orig/atopgpu.service -+++ atop-2.10.0/atopgpu.service -@@ -5,6 +5,19 @@ After=syslog.target +--- atop-2.13.0.orig/atopgpu.service ++++ atop-2.13.0/atopgpu.service +@@ -4,6 +4,19 @@ Documentation=man:atopgpud(8) Before=atop.service [Service]
