Hello community, here is the log from the commit of package sysstat for openSUSE:Factory checked in at 2020-08-20 22:23:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysstat (Old) and /work/SRC/openSUSE:Factory/.sysstat.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysstat" Thu Aug 20 22:23:02 2020 rev:88 rq:827123 version:12.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes 2020-05-14 23:23:22.888795966 +0200 +++ /work/SRC/openSUSE:Factory/.sysstat.new.3399/sysstat.changes 2020-08-20 22:23:06.619820846 +0200 @@ -1,0 +2,44 @@ +Sun Aug 16 21:48:36 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 12.4.0: + * All commands: Display statistics in color by default when the + output is connected to a terminal. + * sar: Now pretty-print all device names by default (that is to + say, you no longer need to use option -p with option -d for that). + * cifsiostat, iostat, sar: Add new --pretty option (this option + makes the reports easier to read when long item names are used). + * iostat: No longer use sysstat.ioconf file to determine the name + of the devices. This file gave a wrong name for some devices + with big minor numbers. + * iostat, sar: Make device name consistent between both of them. + * configure: Add new option "--enable-use-crond" to use standard + cron daemon even if systemd is installed. + * configure: Use AC_COMPILE_IFELSE instead of old AC_TRY_COMPILE + macro. Remove other obsolete autoconf macros. + * configure: Add new option "delay_range=". Used by sa2 script + to wait for a random delay. + * configure: Fix --enable-debuginfo option. + * sa1: Insert a comment in daily datafile on system suspend/resume. + * sa2: Wait for a random delay before running to prevent massive + I/O burst on some systems. + * sar: Fix typo in manual page. + * sar, iostat, cifsiostat, mpstat, pidstat, tapestat and sa1 manual + pages updated. + * Update style for all manual pages. + * Compress manual pages by default when they are installed. + * Makefile: Remove all reports and date files (even those compressed + with another program than gzip) when told to do so. + * Add pcp help file to be used with iconfig script. + * Update Travis script (now calls do_test script). + * sadf: Output format which doesn't accept the use of option -T + should not also reject the use of option -t [12.2.3]. + * [Tom Hebb]: Replace index() call with strchr() call [12.2.3]. + * Use NULL as an argument for time(2) system call [12.2.3]. + * Various cosmetic changes in code (comments updated, dead code + removed, etc.) + * NLS updated. + * Non regression environment updated. New tests added. + * Better handle big minor numbers in sysstat test code. + * Fix gcc V10 warnings in sysstat 12.0.1 code used for test. + +------------------------------------------------------------------- Old: ---- sysstat-12.3.3.tar.gz New: ---- sysstat-12.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysstat.spec ++++++ --- /var/tmp/diff_new_pack.kXwa4x/_old 2020-08-20 22:23:07.391821207 +0200 +++ /var/tmp/diff_new_pack.kXwa4x/_new 2020-08-20 22:23:07.395821209 +0200 @@ -17,7 +17,7 @@ Name: sysstat -Version: 12.3.3 +Version: 12.4.0 Release: 0 Summary: Sar and Iostat Commands for Linux License: GPL-2.0-or-later @@ -162,6 +162,7 @@ %{_unitdir}/sysstat-collect.timer %{_unitdir}/sysstat-summary.service %{_unitdir}/sysstat-summary.timer +%{_prefix}/lib/systemd/system-sleep/sysstat.sleep %dir %{_localstatedir}/log/sa %{_sbindir}/rcsysstat ++++++ sysstat-12.3.3.tar.gz -> sysstat-12.4.0.tar.gz ++++++ ++++ 24930 lines of diff (skipped) ++++++ sysstat-8.1.6-sa1sa2lock.diff ++++++ --- /var/tmp/diff_new_pack.kXwa4x/_old 2020-08-20 22:23:24.191829064 +0200 +++ /var/tmp/diff_new_pack.kXwa4x/_new 2020-08-20 22:23:24.195829066 +0200 @@ -1,8 +1,8 @@ -Index: sysstat-11.6.1/sa1.in +Index: sysstat-12.4.0/sa1.in =================================================================== ---- sysstat-11.6.1.orig/sa1.in -+++ sysstat-11.6.1/sa1.in -@@ -22,15 +22,21 @@ then +--- sysstat-12.4.0.orig/sa1.in ++++ sysstat-12.4.0/sa1.in +@@ -29,8 +29,14 @@ then SADC_OPTIONS="${SADC_OPTIONS} -D" fi @@ -15,22 +15,23 @@ +trap "/bin/rm -f $LOCKFILE" EXIT + [ "$1" = "--boot" ] && shift && BOOT=y || BOOT=n - if [ $# = 0 ] && [ "${BOOT}" = "n" ] - then + [ "$1" = "--sleep" ] && shift && SLEEP=y || SLEEP=n + if [ "${SLEEP}" = "y" ] +@@ -41,7 +47,7 @@ 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... - exec ${ENDIR}/sadc -F -L ${SADC_OPTIONS} 1 1 ${SA_DIR} -+ ${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} ++ ${ENDIR}/sadc -F -L ${SADC_OPTIONS} $* ${SA_DIR} fi -Index: sysstat-11.6.1/sa2.in +Index: sysstat-12.4.0/sa2.in =================================================================== ---- sysstat-11.6.1.orig/sa2.in -+++ sysstat-11.6.1/sa2.in -@@ -43,6 +43,17 @@ ENDIR=@bindir@ +--- sysstat-12.4.0.orig/sa2.in ++++ sysstat-12.4.0/sa2.in +@@ -59,6 +59,17 @@ fi [ -f "${DFILE}" ] || exit 0 cd ${ENDIR}
