Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sysstat for openSUSE:Factory checked 
in at 2022-05-31 15:46:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysstat (Old)
 and      /work/SRC/openSUSE:Factory/.sysstat.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysstat"

Tue May 31 15:46:58 2022 rev:100 rq:979810 version:12.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes  2022-03-14 
19:36:44.450102964 +0100
+++ /work/SRC/openSUSE:Factory/.sysstat.new.1548/sysstat.changes        
2022-05-31 15:47:16.123983697 +0200
@@ -1,0 +2,23 @@
+Mon May 30 08:53:57 UTC 2022 - David Anes <david.a...@suse.com>
+
+- Rebased patches:
+  * sysstat-8.1.6-sa1sa2lock.diff
+
+- Update to 12.6.0:
+  * sar: Fix maximum value for A_IRQ activity.
+  * sar/sadf: A_NET_SOFT: Add new metric softnet network backlog.
+  * sadc: A_NET_SOFT: Use CPU id from /proc/net/softnet_stat.
+  * Update DTD and XSD documents (softnet backlog).
+  * sar/sadf: Convert 64-bit time value to time_t as needed.
+  * sadf: Add basic colorization to sadf's output.
+  * sadf: Add sanity checks on values read from file.
+  * sadf: PCP: Fix multiple metrics name problems.
+  * sa_common.c: Remove unneeded variable assignment.
+  * Take into account LDFLAGS passer to configure script.
+  * Various janitorial fixes and updated.
+  * Update FAQ.
+  * Update sar manual page.
+  * Update NLS translations.
+  * Update non regression tests..
+
+-------------------------------------------------------------------

Old:
----
  sysstat-12.4.5.tar.gz

New:
----
  sysstat-12.6.0.tar.gz

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

Other differences:
------------------
++++++ sysstat.spec ++++++
--- /var/tmp/diff_new_pack.OXw5Em/_old  2022-05-31 15:47:18.215985086 +0200
+++ /var/tmp/diff_new_pack.OXw5Em/_new  2022-05-31 15:47:18.219985089 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sysstat
-Version:        12.4.5
+Version:        12.6.0
 Release:        0
 Summary:        Sar and Iostat Commands for Linux
 License:        GPL-2.0-or-later

++++++ sysstat-12.4.5.tar.gz -> sysstat-12.6.0.tar.gz ++++++
++++ 97281 lines of diff (skipped)

++++++ sysstat-8.1.6-sa1sa2lock.diff ++++++
--- /var/tmp/diff_new_pack.OXw5Em/_old  2022-05-31 15:47:39.631999304 +0200
+++ /var/tmp/diff_new_pack.OXw5Em/_new  2022-05-31 15:47:39.635999307 +0200
@@ -1,9 +1,9 @@
-Index: sysstat-12.4.0/sa1.in
+Index: sysstat-12.6.0/sa1.in
 ===================================================================
---- sysstat-12.4.0.orig/sa1.in
-+++ sysstat-12.4.0/sa1.in
-@@ -29,19 +29,25 @@ then
-       SADC_OPTIONS="${SADC_OPTIONS} -D"
+--- sysstat-12.6.0.orig/sa1.in
++++ sysstat-12.6.0/sa1.in
+@@ -31,8 +31,14 @@ then
+       LONG_NAME=y
  fi
  
 +set -e
@@ -16,6 +16,9 @@
 +
  [ "$1" = "--boot" ] && shift && BOOT=y || BOOT=n
  [ "$1" = "--sleep" ] && shift && SLEEP=y || SLEEP=n
+ 
+@@ -51,13 +57,13 @@ fi
+ 
  if [ "${SLEEP}" = "y" ]
  then
 -      exec ${ENDIR}/sadc -F -L ${SADC_OPTIONS} -C "LINUX SLEEP MODE ($*)" 
${SA_DIR}
@@ -24,17 +27,17 @@
  then
  # Note: Stats are written at the end of previous file *and* at the
  # beginning of the new one (when there is a file rotation) only if
- # outfile has been specified as '-' on the command line...
+ # outfile has not been explicitly specified on the command line...
 -      exec ${ENDIR}/sadc -F -L ${SADC_OPTIONS} 1 1 ${SA_DIR}
 +      ${ENDIR}/sadc -F -L ${SADC_OPTIONS} 1 1 ${SA_DIR}
  else
 -      exec ${ENDIR}/sadc -F -L ${SADC_OPTIONS} $* ${SA_DIR}
 +      ${ENDIR}/sadc -F -L ${SADC_OPTIONS} $* ${SA_DIR}
  fi
-Index: sysstat-12.4.0/sa2.in
+Index: sysstat-12.6.0/sa2.in
 ===================================================================
---- sysstat-12.4.0.orig/sa2.in
-+++ sysstat-12.4.0/sa2.in
+--- sysstat-12.6.0.orig/sa2.in
++++ sysstat-12.6.0/sa2.in
 @@ -59,6 +59,17 @@ fi
  
  [ -f "${DFILE}" ] || exit 0

Reply via email to