Hello community, here is the log from the commit of package sysstat for openSUSE:Factory checked in at 2015-02-22 17:27:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysstat (Old) and /work/SRC/openSUSE:Factory/.sysstat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "sysstat" Changes: -------- --- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes 2014-07-18 14:04:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sysstat.new/sysstat.changes 2015-02-22 17:27:07.000000000 +0100 @@ -1,0 +2,12 @@ +Fri Feb 20 18:44:59 UTC 2015 - mpluskal@suse.com + +- Cleanup spec file with spec-cleaner +- Update dependecies +- Update to 11.0.3: + * Prefer xz compression program when compressing sa data files + * sadc: Fix possible race condition in signal handler code + * Fix description of %util in iostat and sar manual pages + * Make sure that no crontabs are activated when configure's + option --enable-copy-only is used. + +------------------------------------------------------------------- Old: ---- sysstat-11.0.0.tar.xz New: ---- sysstat-11.0.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysstat.spec ++++++ --- /var/tmp/diff_new_pack.eyQYe0/_old 2015-02-22 17:27:08.000000000 +0100 +++ /var/tmp/diff_new_pack.eyQYe0/_new 2015-02-22 17:27:08.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package sysstat # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: sysstat -Version: 11.0.0 +Version: 11.0.3 Release: 0 Summary: Sar and Iostat Commands for Linux License: GPL-2.0+ @@ -39,15 +39,17 @@ Patch3: sysstat-8.0.4-sysconfdir.diff # PATCH-FIX-OPENSUSE avoid build dates in generated files Patch4: sysstat-9.0.4-no-build-date.patch -BuildRequires: xz -Requires: gettext -Requires: procmail -%{?systemd_requires} - BuildRequires: findutils +BuildRequires: libsensors4-devel +BuildRequires: pkg-config BuildRequires: sed -BuildRequires: systemd +BuildRequires: systemd-rpm-macros BuildRequires: update-desktop-files +BuildRequires: pkgconfig(systemd) +Requires: gettext +Requires: procmail +Requires: xz +%{?systemd_requires} %description Sar and Iostat commands for Linux. The sar command collects and reports @@ -87,12 +89,13 @@ --enable-nls \ --disable-man-group \ --enable-debug-info \ - --disable-stripping + --disable-stripping \ + --enable-sensors make %{?_smp_mflags} %install mkdir -p %{buildroot}%{_localstatedir}/log/sa %{buildroot}%{_sbindir} -%make_install +make DESTDIR=%{buildroot} install %{?_smp_mflags} install -D -m 0644 isag.desktop %{buildroot}%{_datadir}/applications/isag.desktop %suse_update_desktop_file isag cp contrib/isag/isag %{buildroot}%{_bindir} @@ -101,10 +104,10 @@ install -D -m 0755 sysstat.cron.suse %{buildroot}%{_sysconfdir}/sysstat/sysstat.cron ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcsysstat %find_lang %{name} -install -D -m 0644 %{S:4} %{buildroot}%{_unitdir}/sysstat.service +install -D -m 0644 %{SOURCE4} %{buildroot}%{_unitdir}/sysstat.service # change /usr/lib to /usr/lib64 or something else when needed -if [ "%{_libdir}" != "/usr/lib" ]; then - sed -i 's:/usr/lib/:%{_libdir}/:g' \ +if [ "%{_libdir}" != "%{_prefix}/lib" ]; then + sed -i 's:%{_libexecdir}/:%{_libdir}/:g' \ %{buildroot}%{_sysconfdir}/sysstat/sysstat.cron \ %{buildroot}%{_unitdir}/sysstat.service fi ++++++ sysstat-11.0.0.tar.xz -> sysstat-11.0.3.tar.xz ++++++ ++++ 4334 lines of diff (skipped) ++++++ sysstat-9.0.4-no-build-date.patch ++++++ --- /var/tmp/diff_new_pack.eyQYe0/_old 2015-02-22 17:27:08.000000000 +0100 +++ /var/tmp/diff_new_pack.eyQYe0/_new 2015-02-22 17:27:08.000000000 +0100 @@ -1,5 +1,7 @@ ---- sysstat-11.0.0/sadf.c 2014-06-12 15:31:57.000000000 -0400 -+++ sadf.c 2014-07-17 22:18:54.094712546 -0400 +Index: sadf.c +=================================================================== +--- sadf.c.orig ++++ sadf.c @@ -41,7 +41,7 @@ # define _(string) (string) #endif @@ -9,8 +11,10 @@ char *sccsid(void) { return (SCCSID); } long interval = -1, count = 0; ---- sysstat-11.0.0/sadc.c 2014-06-12 15:31:57.000000000 -0400 -+++ sadc.c 2014-07-17 22:19:40.650709363 -0400 +Index: sadc.c +=================================================================== +--- sadc.c.orig ++++ sadc.c @@ -52,7 +52,7 @@ #include "sensors/error.h" #endif @@ -20,9 +24,11 @@ char *sccsid(void) { return (SCCSID); } long interval = 0; ---- sysstat-11.0.0/pidstat.c 2014-06-12 15:31:57.000000000 -0400 -+++ pidstat.c 2014-07-17 22:20:46.127704885 -0400 -@@ -46,7 +46,7 @@ +Index: pidstat.c +=================================================================== +--- pidstat.c.orig ++++ pidstat.c +@@ -47,7 +47,7 @@ #define _(string) (string) #endif @@ -31,8 +37,10 @@ char *sccsid(void) { return (SCCSID); } unsigned long long uptime[3] = {0, 0, 0}; ---- sysstat-11.0.0/mpstat.c 2014-06-12 15:31:57.000000000 -0400 -+++ mpstat.c 2014-07-17 22:21:14.951702914 -0400 +Index: mpstat.c +=================================================================== +--- mpstat.c.orig ++++ mpstat.c @@ -42,7 +42,7 @@ #define _(string) (string) #endif @@ -42,8 +50,10 @@ char *sccsid(void) { return (SCCSID); } unsigned long long uptime[3] = {0, 0, 0}; ---- sysstat-11.0.0/sar.c 2014-06-12 15:31:57.000000000 -0400 -+++ sar.c 2014-07-17 22:21:39.049701267 -0400 +Index: sar.c +=================================================================== +--- sar.c.orig ++++ sar.c @@ -41,7 +41,7 @@ #define _(string) (string) #endif @@ -53,8 +63,10 @@ char *sccsid(void) { return (SCCSID); } /* Interval and count parameters */ ---- sysstat-11.0.0/iostat.c 2014-06-12 15:31:57.000000000 -0400 -+++ iostat.c 2014-07-17 22:22:27.383697962 -0400 +Index: iostat.c +=================================================================== +--- iostat.c.orig ++++ iostat.c @@ -48,7 +48,7 @@ #define _(string) (string) #endif @@ -64,8 +76,10 @@ char *sccsid(void) { return (SCCSID); } struct stats_cpu *st_cpu[2]; ---- sysstat-11.0.0/cifsiostat.c 2014-06-12 15:31:58.000000000 -0400 -+++ cifsiostat.c 2014-07-17 22:22:55.902696011 -0400 +Index: cifsiostat.c +=================================================================== +--- cifsiostat.c.orig ++++ cifsiostat.c @@ -41,7 +41,7 @@ #define _(string) (string) #endif @@ -74,9 +88,11 @@ +#define SCCSID "@(#)sysstat-" VERSION ": " __FILE__ char *sccsid(void) { return (SCCSID); } - unsigned long long uptime[2] = {0, 0}; ---- sysstat-11.0.0/nfsiostat-sysstat.c 2014-06-12 15:31:58.000000000 -0400 -+++ nfsiostat-sysstat.c 2014-07-17 22:23:30.970693613 -0400 + unsigned long long uptime0[2] = {0, 0}; +Index: nfsiostat-sysstat.c +=================================================================== +--- nfsiostat-sysstat.c.orig ++++ nfsiostat-sysstat.c @@ -40,7 +40,7 @@ #define _(string) (string) #endif @@ -85,4 +101,4 @@ +#define SCCSID "@(#)sysstat-" VERSION ": " __FILE__ char *sccsid(void) { return (SCCSID); } - unsigned long long uptime[2] = {0, 0}; + unsigned long long uptime0[2] = {0, 0}; -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de