Hello community, here is the log from the commit of package dstat for openSUSE:Factory checked in at 2016-03-31 13:02:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dstat (Old) and /work/SRC/openSUSE:Factory/.dstat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dstat" Changes: -------- --- /work/SRC/openSUSE:Factory/dstat/dstat.changes 2015-08-01 11:36:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dstat.new/dstat.changes 2016-03-31 13:02:56.000000000 +0200 @@ -1,0 +2,32 @@ +Tue Mar 29 11:10:58 UTC 2016 - [email protected] + +- Update url + +------------------------------------------------------------------- +Mon Mar 21 00:00:00 CET 2016 - [email protected] + +- update to 0.7.3 + - Provide kernel configuration options to error mesages where possible + - Added external dstat_md_dstat plugin to show the resync progress of SWRAID + - Changed color of 100% to white to make it stand out + - Added new --bits option to force bit-values on screen + - Fix to allow internal plugins to use underscores/dashes too + - Improve internal dstat_vm plugin to use globs for matching/adding counters + - Added internal dstat_vm_adv plugin to show advanced VM counters + - Added internal dstat_zones plugin to show zoneinfo counters + - Fix warning message when colors are disabled because TERM is not found + - Fix typo in dstat_nfs3_ops and dstat_nfsd3_ops (Chris Larsson) + - Added external dstat_mem_adv plugin so show advanced memory counters (Damon + Snyder) + - Allow more variables (self.vars) than nicknames (self.nick) to simplify + plugins + - Using -f/--full does not impact -c/--cpu anymore, most systems ship with 2 + or more CPUs + - Added counter 'parent' when printing CSV subtitles of list-counters + - Print decimal values as decimals where possible (so 0 instead of 0.0) + - Added external dstat_ddwrt_* plugins using DD-WRT counters using SNMP + infrastructure + - Fixed improper process names using spaces instead of \0 + - Added --cpu-use plugin with onlu CPU usage per CPU + +------------------------------------------------------------------- Old: ---- dstat-0.7.2.tar.bz2 New: ---- 0.7.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dstat.spec ++++++ --- /var/tmp/diff_new_pack.ZJNzYY/_old 2016-03-31 13:02:57.000000000 +0200 +++ /var/tmp/diff_new_pack.ZJNzYY/_new 2016-03-31 13:02:57.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package dstat # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,21 +17,22 @@ Name: dstat -Version: 0.7.2 +Version: 0.7.3 Release: 0 Summary: Versatile vmstat, iostat and ifstat Replacement License: GPL-2.0 Group: System/Monitoring Url: http://dag.wieers.com/home-made/dstat/ -Source: http://dag.wieers.com/home-made/dstat/dstat-%{version}.tar.bz2 +Source: https://github.com/dagwieers/dstat/archive/%{version}.tar.gz Source1: dstat.desktop BuildRequires: make Requires: python BuildArch: noarch %if 0%{?suse_version} -Recommends: python-utmp +BuildRequires: fdupes BuildRequires: update-desktop-files Requires: python-curses +Recommends: python-utmp %endif %description @@ -55,12 +56,13 @@ %build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +make %{?_smp_mflags} DESTDIR=%{buildroot} install install -D -m 0644 docs/dstat.1 "%{buildroot}%{_mandir}/man1/dstat.1" install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop" %if 0%{?suse_update_desktop_file:1} %suse_update_desktop_file -r "%{name}" System Monitor +%fdupes -s %{buildroot} %endif rm docs/Makefile @@ -75,8 +77,8 @@ %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README TODO WISHLIST -%doc docs/*.html docs/*.txt examples/ proc/ +%doc AUTHORS ChangeLog COPYING README.md TODO +%doc docs/*.html docs/*.adoc examples/ proc/ %{_bindir}/dstat %dir %{_datadir}/dstat %{_datadir}/dstat/*
