Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package atop for openSUSE:Factory checked in 
at 2024-07-29 21:53:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/atop (Old)
 and      /work/SRC/openSUSE:Factory/.atop.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "atop"

Mon Jul 29 21:53:05 2024 rev:14 rq:1190236 version:2.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/atop/atop.changes        2024-01-08 
23:45:58.539868195 +0100
+++ /work/SRC/openSUSE:Factory/.atop.new.1882/atop.changes      2024-07-29 
21:54:01.620702357 +0200
@@ -1,0 +2,35 @@
+Mon Jul 29 06:48:50 UTC 2024 - Michael Vetter <[email protected]>
+
+- Update to 2.11.0:
+  * Cgroups (version 2) support.
+    Show the hierarchical structure of cgroups and the related metrics
+    with key/option 'G', and define the cgroup depth with the keys/options
+    2 till 7. Key/option 8 also shows the processes per cgroup level,
+    except the kernel processes in the root cgroup. Key/option 9 shows
+    the related processes per cgroup level including the kernel processes
+    in the root cgroup. With key/option 'C' the output is sorted on
+    CPU consumption (default), with key/option 'M' on memory consumption,
+    and with key/option 'D' (requires root privileges) on disk utilization.
+    Note: The collection of cgroup information per process is not supported 
any more.
+  * Twin mode: live measurement with review option.
+    In twin mode atop spawns into a lower level process that gathers
+    the counters and writes them to a temporary raw file, and an upper level
+    process that reads the counters from the temporary raw file and presents 
them to
+    the user.
+    The reading of the upper level process keeps in pace with the written 
samples
+    of the lower level process for live measurements. However, when pressing 
the
+    'r' (reset to measurement begin), the 'b' (branch to time stamp),
+    or the 'T' (previous sample), the upper level process implicitly
+    pauses with the possibility to review previous samples.
+    The 'z' (explicit pause) can also be used to pause the live measurement.
+    When pressing the 'z' again (continue after pause) viewing of the
+    live measurement will be continued.
+  * Various corrections related to JSON output.
+  * Improved gathering of current CPU frequency.
+  * Support more than 500 CPUs.
+  * The format of the raw file is incompatible with previous versions.
+    Raw files from previous versions can be converted to the new layout
+    with the atopconvert command.
+- Update atop-makefile.patch
+
+-------------------------------------------------------------------

Old:
----
  atop-2.10.0.tar.gz

New:
----
  atop-2.11.0.tar.gz

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

Other differences:
------------------
++++++ atop.spec ++++++
--- /var/tmp/diff_new_pack.0vGmIj/_old  2024-07-29 21:54:04.712827572 +0200
+++ /var/tmp/diff_new_pack.0vGmIj/_new  2024-07-29 21:54:04.712827572 +0200
@@ -19,7 +19,7 @@
 
 
 Name:           atop
-Version:        2.10.0
+Version:        2.11.0
 Release:        0
 Summary:        Monitor for System Resources and Process Activity
 License:        GPL-2.0-only

++++++ atop-2.10.0.tar.gz -> atop-2.11.0.tar.gz ++++++
++++ 23887 lines of diff (skipped)

++++++ atop-makefile.patch ++++++
--- /var/tmp/diff_new_pack.0vGmIj/_old  2024-07-29 21:54:04.884834538 +0200
+++ /var/tmp/diff_new_pack.0vGmIj/_new  2024-07-29 21:54:04.888834700 +0200
@@ -1,15 +1,14 @@
-Index: atop-2.10.0/Makefile
+Index: atop-2.11.0/Makefile
 ===================================================================
---- atop-2.10.0.orig/Makefile
-+++ atop-2.10.0/Makefile
-@@ -20,7 +20,8 @@ PMPATH1  = /usr/lib/pm-utils/sleep.d
- PMPATH2  = /usr/lib64/pm-utils/sleep.d
+--- 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
  
--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 -Wformat-security # -DNOPERFEVENT   # -DHTTPSTATS
-+
- LDFLAGS  = $(shell pkg-config --libs glib-2.0)
+ 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
 

Reply via email to