Hello community,

here is the log from the commit of package forkstat for openSUSE:Factory 
checked in at 2018-02-06 16:51:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/forkstat (Old)
 and      /work/SRC/openSUSE:Factory/.forkstat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "forkstat"

Tue Feb  6 16:51:17 2018 rev:6 rq:573310 version:0.02.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/forkstat/forkstat.changes        2018-01-09 
14:54:18.328673588 +0100
+++ /work/SRC/openSUSE:Factory/.forkstat.new/forkstat.changes   2018-02-06 
16:51:28.601544461 +0100
@@ -1,0 +2,9 @@
+Wed Jan 31 19:29:12 UTC 2018 - mar...@gmx.de
+
+- update to version 0.02.02
+  * Makefile: bump version
+  * ensure tty string never overflows, fixes gcc warning
+  * include <sys/uio.h> to fix clang warning
+  * Add -x option into mini help
+
+-------------------------------------------------------------------

Old:
----
  forkstat-0.02.01.tar.gz

New:
----
  forkstat-0.02.02.tar.gz

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

Other differences:
------------------
++++++ forkstat.spec ++++++
--- /var/tmp/diff_new_pack.R2zXqL/_old  2018-02-06 16:51:29.489502879 +0100
+++ /var/tmp/diff_new_pack.R2zXqL/_new  2018-02-06 16:51:29.493502691 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           forkstat
-Version:        0.02.01
+Version:        0.02.02
 Release:        0
 Summary:        Process fork/exec/exit monitoring tool
 License:        GPL-2.0+

++++++ forkstat-0.02.01.tar.gz -> forkstat-0.02.02.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/forkstat-0.02.01/Makefile 
new/forkstat-0.02.02/Makefile
--- old/forkstat-0.02.01/Makefile       2018-01-04 23:56:57.000000000 +0100
+++ new/forkstat-0.02.02/Makefile       2018-01-31 11:36:35.000000000 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014-2017 Canonical, Ltd.
+# Copyright (C) 2014-2018 Canonical, Ltd.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.02.01
+VERSION=0.02.02
 #
 # Version "Perspicacious Process Peeker"
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/forkstat-0.02.01/forkstat.8 
new/forkstat-0.02.02/forkstat.8
--- old/forkstat-0.02.01/forkstat.8     2018-01-04 23:56:57.000000000 +0100
+++ new/forkstat-0.02.02/forkstat.8     2018-01-31 11:36:35.000000000 +0100
@@ -139,7 +139,7 @@
 This manual page was written by Colin King <colin.k...@canonical.com>,
 for the Ubuntu project (but may be used by others).
 .SH COPYRIGHT
-Copyright \(co 2014-2017 Canonical Ltd.
+Copyright \(co 2014-2018 Canonical Ltd.
 .br
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/forkstat-0.02.01/forkstat.c 
new/forkstat-0.02.02/forkstat.c
--- old/forkstat-0.02.01/forkstat.c     2018-01-04 23:56:57.000000000 +0100
+++ new/forkstat-0.02.02/forkstat.c     2018-01-31 11:36:35.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2017 Canonical Ltd.
+ * Copyright (C) 2014-2018 Canonical Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -1431,7 +1431,7 @@
 int main(int argc, char * const argv[])
 {
        size_t i;
-       int sock = -1, ret = EXIT_FAILURE;
+       int sock, ret = EXIT_FAILURE;
        struct sigaction new_action;
 
        for (;;) {


Reply via email to