Hello community,

here is the log from the commit of package sysstat for openSUSE:Factory checked 
in at 2015-05-18 22:32:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-02-22 
17:27:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sysstat.new/sysstat.changes     2015-05-18 
22:32:04.000000000 +0200
@@ -1,0 +2,24 @@
+Sun May 17 11:09:27 UTC 2015 - [email protected]
+
+- Update to 11.0.4 
+  * Makefile: sysstat init script may sometimes be called rc.sysstat.
+    So use that name when needed.
+  * pidstat: Don't stop if gtime and cgtime fields are unavailable.
+  * Typos fixed in XSD document.
+  * [Peter Schiffer]: Replace spaces with tabs in Makefile.in.
+  * [Peter Schiffer]: Create appropriate directories in DESTDIR if
+    missing.
+  * [Peter Schiffer]: Fixed installation of systemd/cron files on
+    systems w/o systemd.
+  * [Peter Schiffer]: Don't look in weird places for programs during
+    configuration.
+  * [Peter Schiffer]: Portable way to detect 64 bit OS in configure
+    script.
+  * [Steve Kay]: Fix mpstat SCPU alignment output.
+  * Makefile: Call chkconfig only if $(COPY_ONLY) is set to no.
+  * sysstat(5) manual page updated.
+  * NLS updated.
+- Use scriplets for updating desktop files
+- Update patches
+
+-------------------------------------------------------------------

Old:
----
  sysstat-11.0.3.tar.xz

New:
----
  sysstat-11.0.4.tar.xz

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

Other differences:
------------------
++++++ sysstat.spec ++++++
--- /var/tmp/diff_new_pack.tLHaFy/_old  2015-05-18 22:32:05.000000000 +0200
+++ /var/tmp/diff_new_pack.tLHaFy/_new  2015-05-18 22:32:05.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sysstat
-Version:        11.0.3
+Version:        11.0.4
 Release:        0
 Summary:        Sar and Iostat Commands for Linux
 License:        GPL-2.0+
@@ -65,6 +65,8 @@
 Requires:       gnuplot
 Requires:       sysstat = %{version}
 Requires:       tk
+Requires(post): update-desktop-files
+Requires(postun): update-desktop-files
 
 %description isag
 This package includes the isag command, which graphically displays the
@@ -125,12 +127,18 @@
 %postun
 %service_del_postun sysstat.service
 
+%post isag
+%desktop_database_post
+
+%postun isag
+%desktop_database_postun
+
 %files -f "%{name}.lang"
 %defattr(-,root,root)
 %doc CHANGES COPYING CREDITS FAQ README
-%doc %{_mandir}/man1/*
-%doc %{_mandir}/man5/*
-%doc %{_mandir}/man8/*
+%{_mandir}/man1/*
+%{_mandir}/man5/*
+%{_mandir}/man8/*
 %exclude %{_mandir}/man1/isag*
 %dir %{_sysconfdir}/sysstat
 %config(noreplace) %{_sysconfdir}/sysstat/sysstat
@@ -146,7 +154,7 @@
 %files isag
 %defattr(-,root,root)
 %doc contrib/isag/README-isag
-%doc %{_mandir}/man1/isag*
+%{_mandir}/man1/isag*
 %{_bindir}/isag
 %{_datadir}/applications/isag.desktop
 

++++++ sysstat-11.0.3.tar.xz -> sysstat-11.0.4.tar.xz ++++++
++++ 7141 lines of diff (skipped)

++++++ sysstat-8.0.4-pagesize.diff ++++++
--- /var/tmp/diff_new_pack.tLHaFy/_old  2015-05-18 22:32:05.000000000 +0200
+++ /var/tmp/diff_new_pack.tLHaFy/_new  2015-05-18 22:32:05.000000000 +0200
@@ -1,6 +1,8 @@
---- sysstat-11.0.0/common.h    2014-06-12 15:31:57.000000000 -0400
-+++ common.h   2014-07-17 22:07:52.571757781 -0400
-@@ -140,8 +140,8 @@
+Index: common.h
+===================================================================
+--- common.h.orig
++++ common.h
+@@ -140,8 +140,8 @@ extern unsigned int kb_shift;
   * kB <-> number of pages.
   * Page size depends on machine architecture (4 kB, 8 kB, 16 kB, 64 kB...)
   */

++++++ sysstat-8.0.4-sysconfdir.diff ++++++
--- /var/tmp/diff_new_pack.tLHaFy/_old  2015-05-18 22:32:05.000000000 +0200
+++ /var/tmp/diff_new_pack.tLHaFy/_new  2015-05-18 22:32:05.000000000 +0200
@@ -1,6 +1,8 @@
---- sysstat-11.0.0/FAQ 2014-06-08 10:28:50.000000000 -0400
-+++ FAQ        2014-07-17 22:13:10.841736018 -0400
-@@ -430,9 +430,9 @@
+Index: FAQ
+===================================================================
+--- FAQ.orig
++++ FAQ
+@@ -430,9 +430,9 @@ to verify that for yourself.
  Nor do you have to be concerned about using up all your disk space.
  sar will use a few hundred kilobytes for a whole day's worth of data, and it
  normally only stores one week worth (this can be configured via the HISTORY
@@ -12,7 +14,7 @@
  configuration file.
  
  ~~~
-@@ -472,7 +472,7 @@
+@@ -472,7 +472,7 @@ another file or create a new one. See al
  By default sar saves its data in the standard system activity data file,
  the /var/log/sa/saDD file, where DD is the current day in the month.
  To prevent sar from overwriting any existing files, just set the variable
@@ -21,9 +23,11 @@
  must be kept. When this variable has a value greater than 28, sa1 script
  uses a month-by-month directory structure; datafiles are named YYYYMM/saDD
  and the script maintains links to these datafiles to mimic the standard
---- sysstat-11.0.0/README      2014-03-02 09:05:23.000000000 -0500
-+++ README     2014-07-17 22:14:50.977729171 -0400
-@@ -86,8 +86,8 @@
+Index: README
+===================================================================
+--- README.orig
++++ README
+@@ -94,8 +94,8 @@ ${INIT_DIR}/sysstat
  /lib/systemd/system/sysstat-collect.timer     if OS uses systemd
  /lib/systemd/system/sysstat-summary.service   if OS uses systemd
  /lib/systemd/system/sysstat-summary.timer     if OS uses systemd


Reply via email to