From: Sebastien Godard Date: Wed, 1 Jun 2011 13:33:57 +0000 (+0200) Subject: Sysstat 10.0.1 final packaging. X-Git-Tag: v10.0.1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2238885c663d445e44d4c4ed59b8548d9e623bcf;p=sysstat Sysstat 10.0.1 final packaging. Make squeeze. CHANGES and CREDITS file updated. Updated lsm and spec files. TODO file updated. --- diff --git a/CHANGES b/CHANGES index 44cf694..7c58bbc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ Changes: -xxxx/xx/xx: Version 10.0.1 - Sebastien Godard (sysstat orange.fr) +2011/06/03: Version 10.0.1 - Sebastien Godard (sysstat orange.fr) * Added USB devices statistics to sar and sadc. The option "-m USB" can now be used with sar to take a snapshot of all the USB devices currently plugged into the system. @@ -24,6 +24,7 @@ xxxx/xx/xx: Version 10.0.1 - Sebastien Godard (sysstat orange.fr) * sar manual page updated. * DTD and XSD documents updated and cleaned. * NLS updated. Esperanto translation added. + * CREDITS file updated. 2011/03/15: Version 10.0.0 - Sebastien Godard (sysstat orange.fr) * [Ivana Varekova]: Fixed a problem with long NFS and CIFS share diff --git a/CREDITS b/CREDITS index f4e6c0b..41e53a4 100644 --- a/CREDITS +++ b/CREDITS @@ -141,6 +141,7 @@ I would also thank the following people for their hints or bug reports Jesse Brandeburg Xavier Bru Jason Burnett + Fabricio Ceolin Jean Dagenais Nicolas Denis diff --git a/TODO b/TODO index b173052..27ec47d 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,5 @@ Here are the things I would like (or I should) do for the next releases: -* Add more power management statistics (CPU temperature, fan speed, etc.). I need help - for this! - * Add more statistics to sar and mpstat (and iostat) when available in Linux kernels. diff --git a/activity.c b/activity.c index c7d95bc..31baf6b 100644 --- a/activity.c +++ b/activity.c @@ -39,6 +39,7 @@ *************************************************************************** * Definitions of system activities. * See sa.h file for activity structure definition. + * Activity structure doesn't matter for daily data files. *************************************************************************** */ @@ -1160,6 +1161,7 @@ struct activity pwr_usb_act = { /* * Array of activities. + * (Order of activities doesn't matter for daily data files). */ struct activity *act[NR_ACT] = { &cpu_act, @@ -1174,6 +1176,7 @@ struct activity *act[NR_ACT] = { &queue_act, &serial_act, &disk_act, + /* */ &net_dev_act, &net_edev_act, &net_nfs_act, @@ -1191,11 +1194,14 @@ struct activity *act[NR_ACT] = { &net_eip6_act, &net_icmp6_act, &net_eicmp6_act, - &net_udp6_act, + &net_udp6_act, /* AO_CLOSE_MARKUP */ + /* */ + /* */ &pwr_cpufreq_act, &pwr_fan_act, &pwr_temp_act, &pwr_in_act, &pwr_wghfreq_act, - &pwr_usb_act + &pwr_usb_act /* AO_CLOSE_MARKUP */ + /* */ }; diff --git a/nls/sysstat.pot b/nls/sysstat.pot index acd7ea4..6102b70 100644 --- a/nls/sysstat.pot +++ b/nls/sysstat.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: sysstat orange.fr\n" -"POT-Creation-Date: 2011-05-28 16:38+0200\n" +"POT-Creation-Date: 2011-06-01 15:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/pr_stats.c b/pr_stats.c index 49553c8..a1ceab6 100644 --- a/pr_stats.c +++ b/pr_stats.c @@ -2373,7 +2373,7 @@ void stub_print_pwr_usb_stats(struct activity *a, int curr, int dispavg) } } } -} +} /* *************************************************************************** diff --git a/sysstat-10.0.0.lsm b/sysstat-10.0.1.lsm similarity index 91% rename from sysstat-10.0.0.lsm rename to sysstat-10.0.1.lsm index 9cccf34..89ca534 100644 --- a/sysstat-10.0.0.lsm +++ b/sysstat-10.0.1.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, nfsiostat, cifsiostat and pidstat commands for Linux -Version: 10.0.0 -Entered-date: 2011-03-15 +Version: 10.0.1 +Entered-date: 2011-06-03 Description: The sysstat package contains the sar, sadf, mpstat, iostat, pidstat, nfsiostat, cifsiostat and sa tools for Linux. The sar command collects and reports system activity @@ -28,10 +28,10 @@ Keywords: system administration, sar, sadf, iostat, mpstat, pidstat, nfsiostat, Author: sebastien.godard@orange.fr (Sebastien Godard) Maintained-by: sebastien.godard@orange.fr (Sebastien Godard) Primary-site: http://pagesperso-orange.fr/sebastien.godard/ - 323kB sysstat-10.0.0.tar.gz - 256kB sysstat-10.0.0.tar.bz2 - 327kB sysstat-10.0.0-1.src.rpm - 322kB sysstat-10.0.0-1.i586.rpm + 327kB sysstat-10.0.1.tar.gz + 260kB sysstat-10.0.1.tar.bz2 + 331kB sysstat-10.0.1-1.src.rpm + 327kB sysstat-10.0.1-1.i586.rpm Alternate-site: ibiblio.org /pub/linux/system/status Copying-policy: GPL End diff --git a/sysstat-10.0.0.spec b/sysstat-10.0.1.spec similarity index 97% rename from sysstat-10.0.0.spec rename to sysstat-10.0.1.spec index ee45290..fb6f857 100644 --- a/sysstat-10.0.0.spec +++ b/sysstat-10.0.1.spec @@ -1,12 +1,12 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, NFSIOSTAT, CIFSIOSTAT and PIDSTAT for Linux Name: sysstat -Version: 10.0.0 +Version: 10.0.1 Release: 1 License: GPL Group: Applications/System Source0: %{name}-%{version}.tar.gz URL: http://pagesperso-orange.fr/sebastien.godard/ -Packager: Damien Faure +Packager: Sebastien Godard BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n) Requires: gettext