Hello community,

here is the log from the commit of package cpustat for openSUSE:Factory checked 
in at 2017-05-18 20:50:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cpustat (Old)
 and      /work/SRC/openSUSE:Factory/.cpustat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cpustat"

Thu May 18 20:50:19 2017 rev:2 rq:495696 version:0.02.03

Changes:
--------
--- /work/SRC/openSUSE:Factory/cpustat/cpustat.changes  2016-09-21 
18:46:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cpustat.new/cpustat.changes     2017-05-18 
20:50:23.937657928 +0200
@@ -1,0 +2,65 @@
+Wed May 10 14:45:20 UTC 2017 - mar...@gmx.de
+
+- update to version 0.02.03
+  * Makefile: bump version
+  * Manual: update copyright year and manual date
+  * Add variable pid size handling.
+  * Voidify close/fclose calls
+
+- update to version 0.02.02
+  * Makefile: bump version
+  * Remove some redundant pointer increments
+  * Update copyright year
+  * Add libncursesw5-dev to snapcraft yaml
+  * Don't do a resize() in SIGWINCH signal handler
+
+- update to version 0.02.01
+  * Makefile: bump version
+  * Remove df_putc, we don't use it now
+  * Minor cleanup, add more comments
+  * Remove another slow snprintf in cpu_freq_format
+  * Generalise putdouble_point1 to n decimal places, rename putdec to putint
+  * Remove another snprintf from proc_stat_dump
+  * Add command and spacing before Freq Avg text
+  * Remove another use of expensive sprintf
+  * Add putuint helper and remove another overly used snprintf
+  * Fix incorrect closing square bracket around kernel thread
+  * Remove another snprintf and replace with more optimal code
+  * Add some minor optimisations
+  * Optimise printing so we don't use printf which is expensive
+  * Add comments to putdec function
+  * Generalise putdec function to handle any decimal sized string
+  * Use inline popcount to count bits
+  * Ensure in top mode we don't fall off bottom of terminal
+
+- update to version 0.02.00
+  * Makefile: bump version to 0.02.00
+  * Debian control: add libncurses5-dev to Build-Depends
+  * Fix timestamp output
+  * Retry select sleep if we have some pending sleep time
+  * Minor reworking to handle optimal refreshing and size refetching
+  * Default winsize if we can't fetch it, and fetch size on setup
+  * Handle display modes using display_function_t handlers
+  * Add -X top like mode
+  * Ensure large integer constant is ULL
+
+- update to version 0.01.29
+  * Makefile: bump version
+  * Fix variable shadowing on variable duration
+  * Use FLOAT_CMP helper macro to perform slop on float compares
+  * Constify variables in sort compare helper
+  * Makefile: add PEDANTIC build flags
+
+- update to version 0.01.28
+  * Makefile: bump version
+  * Makefile: add mascot and snapcraft directories to make dist rule
+  * cpustat: only add pid info to hash table if it is new (LP: #1631050)
+  * snapcraft: Makefile: fix removal errors of snap files
+  * snapcraft: Makefile: add auto versioning
+  * snapcraft.yaml: add build-packages
+  * Add snapcraft Makefile
+  * Add cpustat pngs
+  * mascot: small resize to ensure it scales perfectly to 128x128
+  * Add cpustat mascot
+
+-------------------------------------------------------------------

Old:
----
  cpustat-0.01.27.tar.gz

New:
----
  cpustat-0.02.03.tar.gz

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

Other differences:
------------------
++++++ cpustat.spec ++++++
--- /var/tmp/diff_new_pack.kUnQrR/_old  2017-05-18 20:50:24.649557460 +0200
+++ /var/tmp/diff_new_pack.kUnQrR/_new  2017-05-18 20:50:24.653556895 +0200
@@ -1,7 +1,8 @@
 #
 # spec file for package cpustat
 #
-# Copyright (c) 2016, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +18,14 @@
 
 
 Name:           cpustat
-Version:        0.01.27
+Version:        0.02.03
 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
+BuildRequires:  ncurses-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,6 +50,6 @@
 %defattr(-,root,root)
 %doc COPYING README
 %{_sbindir}/cpustat
-%{_mandir}/man8/*
+%{_mandir}/man8/cpustat.8%{ext_man}
 
 %changelog

++++++ cpustat-0.01.27.tar.gz -> cpustat-0.02.03.tar.gz ++++++
++++ 5567 lines of diff (skipped)


Reply via email to