Hello community, here is the log from the commit of package cpustat for openSUSE:Factory checked in at 2016-09-21 18:46:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpustat (Old) and /work/SRC/openSUSE:Factory/.cpustat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpustat" Changes: -------- New Changes file: --- /dev/null 2016-09-15 12:42:18.240042505 +0200 +++ /work/SRC/openSUSE:Factory/.cpustat.new/cpustat.changes 2016-09-21 18:46:38.000000000 +0200 @@ -0,0 +1,19 @@ +------------------------------------------------------------------- +Sat Jul 30 13:35:39 UTC 2016 - [email protected] + +- update to version 0.01.27 + * Makefile: bump version + * debian/control: update standards version to 3.9.8 + +- update to version 0.01.26 + * Makefile: bump version + * Update date in manual + * debian/control: update standards version to 3.9.7 + * Fix spelling mistake in manual, onlt -> only + * Update copyright year to 2016 + +------------------------------------------------------------------- +Wed Nov 11 21:24:22 UTC 2015 - [email protected] + +- initial package + New: ---- cpustat-0.01.27.tar.gz cpustat.changes cpustat.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpustat.spec ++++++ # # spec file for package cpustat # # Copyright (c) 2016, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: cpustat Version: 0.01.27 Release: 0 Summary: Periodic cpu utilization statistics License: GPL-2.0+ Group: System/Monitoring Url: http://kernel.ubuntu.com/~cking/cpustat/ Source: http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description cpustat periodically reports the current CPU utilization of running tasks and can optionally report per CPU and per task utilization statistics at the end of a run. cpustat has been designed and optimized to use a minimal amount of CPU cycles to monitor a system hence it is a light weight alternative to traditional process monitoring tools such as top. %prep %setup -q %build export CFLAGS="%{optflags}" make %{?_smp_mflags} %install %make_install %files %defattr(-,root,root) %doc COPYING README %{_sbindir}/cpustat %{_mandir}/man8/* %changelog
