Hello community,

here is the log from the commit of package health-check for openSUSE:Factory 
checked in at 2018-01-09 14:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/health-check (Old)
 and      /work/SRC/openSUSE:Factory/.health-check.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "health-check"

Tue Jan  9 14:53:54 2018 rev:4 rq:562317 version:0.02.09

Changes:
--------
--- /work/SRC/openSUSE:Factory/health-check/health-check.changes        
2017-10-30 21:19:03.449947876 +0100
+++ /work/SRC/openSUSE:Factory/.health-check.new/health-check.changes   
2018-01-09 14:53:54.485791325 +0100
@@ -1,0 +2,11 @@
+Fri Jan  5 21:34:00 UTC 2018 - mar...@gmx.de
+
+- update to version 0.02.09
+  * Makefile: bump version
+  * debian/control: update Standards-Version to 4.1.2
+  * health-check: unconstify metadata to clean up build warning
+  * syscall: remove extraneous pid_size declaration
+  * fnotify: fix build warning, include <sys/sysmacros.h>
+  * Update copyright year
+
+-------------------------------------------------------------------

Old:
----
  health-check-0.02.08.tar.gz

New:
----
  health-check-0.02.09.tar.gz

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

Other differences:
------------------
++++++ health-check.spec ++++++
--- /var/tmp/diff_new_pack.vmKlhN/_old  2018-01-09 14:53:55.125761323 +0100
+++ /var/tmp/diff_new_pack.vmKlhN/_new  2018-01-09 14:53:55.125761323 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package health-check
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           health-check
-Version:        0.02.08
+Version:        0.02.09
 Release:        0
 Summary:        Process monitoring tool
 License:        GPL-2.0+

++++++ health-check-0.02.08.tar.gz -> health-check-0.02.09.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/Makefile 
new/health-check-0.02.09/Makefile
--- old/health-check-0.02.08/Makefile   2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/Makefile   2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2013-2017 Canonical, Ltd.
+# Copyright (C) 2013-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
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
-VERSION=0.02.08
+VERSION=0.02.09
 #
 # Codename "Where have all my cycles gone?"
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/cpustat.c 
new/health-check-0.02.09/cpustat.c
--- old/health-check-0.02.08/cpustat.c  2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/cpustat.c  2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/ctxt-switch.c 
new/health-check-0.02.09/ctxt-switch.c
--- old/health-check-0.02.08/ctxt-switch.c      2017-10-19 19:25:49.000000000 
+0200
+++ new/health-check-0.02.09/ctxt-switch.c      2018-01-05 11:50:13.000000000 
+0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/event.c 
new/health-check-0.02.09/event.c
--- old/health-check-0.02.08/event.c    2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/event.c    2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/fnotify.c 
new/health-check-0.02.09/fnotify.c
--- old/health-check-0.02.08/fnotify.c  2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/fnotify.c  2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
@@ -33,6 +33,7 @@
 #include <sys/fanotify.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/sysmacros.h>
 
 #include "list.h"
 #include "json.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/health-check.8 
new/health-check-0.02.09/health-check.8
--- old/health-check-0.02.08/health-check.8     2017-10-19 19:25:49.000000000 
+0200
+++ new/health-check-0.02.09/health-check.8     2018-01-05 11:50:13.000000000 
+0100
@@ -89,7 +89,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/health-check-0.02.08/health-check.c 
new/health-check-0.02.09/health-check.c
--- old/health-check-0.02.08/health-check.c     2017-10-19 19:25:49.000000000 
+0200
+++ new/health-check-0.02.09/health-check.c     2018-01-05 11:50:13.000000000 
+0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
@@ -626,7 +626,7 @@
                                ssize_t len;
 
                                if ((len = read(fan_fd, (void *)buffer, 4096)) 
> 0) {
-                                       const struct fanotify_event_metadata 
*metadata;
+                                       struct fanotify_event_metadata 
*metadata;
                                        metadata = (struct 
fanotify_event_metadata *)buffer;
 
                                        while (FAN_EVENT_OK(metadata, len)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/json.c 
new/health-check-0.02.09/json.c
--- old/health-check-0.02.08/json.c     2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/json.c     2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/list.c 
new/health-check-0.02.09/list.c
--- old/health-check-0.02.08/list.c     2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/list.c     2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/mem.c 
new/health-check-0.02.09/mem.c
--- old/health-check-0.02.08/mem.c      2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/mem.c      2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/net.c 
new/health-check-0.02.09/net.c
--- old/health-check-0.02.08/net.c      2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/net.c      2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/pid.c 
new/health-check-0.02.09/pid.c
--- old/health-check-0.02.08/pid.c      2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/pid.c      2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/proc.c 
new/health-check-0.02.09/proc.c
--- old/health-check-0.02.08/proc.c     2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/proc.c     2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/syscall.c 
new/health-check-0.02.09/syscall.c
--- old/health-check-0.02.08/syscall.c  2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/syscall.c  2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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
@@ -1521,8 +1521,6 @@
        }
 #endif
        if (sync_filenames) {
-               const int pid_size = pid_max_digits();
-
                printf("Files Sync'd:\n");
                printf(" %*s  syscall    # sync's filename\n", pid_size, "PID");
                for (l = sorted.head; l; l = l->next) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/timeval.c 
new/health-check-0.02.09/timeval.c
--- old/health-check-0.02.08/timeval.c  2017-10-19 19:25:49.000000000 +0200
+++ new/health-check-0.02.09/timeval.c  2018-01-05 11:50:13.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-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


Reply via email to