Hello community,

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

Package is "fnotifystat"

Tue Jan  9 14:54:01 2018 rev:3 rq:562319 version:0.02.00

Changes:
--------
--- /work/SRC/openSUSE:Factory/fnotifystat/fnotifystat.changes  2017-05-18 
20:50:15.182893460 +0200
+++ /work/SRC/openSUSE:Factory/.fnotifystat.new/fnotifystat.changes     
2018-01-09 14:54:05.129292363 +0100
@@ -1,0 +2,10 @@
+Fri Jan  5 21:24:31 UTC 2018 - mar...@gmx.de
+
+- update to version 0.02.00
+  * Makefile: bump version to 0.02.00
+  * debian/rules: remove extraneous space on line 5
+  * debian/control: update Standards-Version to 4.1.2
+  * unconsitfy pointer 'metadata' to fix a build warning
+  * Fix build warning, include <sys/sysmacros.h>.
+
+-------------------------------------------------------------------

Old:
----
  fnotifystat-0.01.17.tar.gz

New:
----
  fnotifystat-0.02.00.tar.gz

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

Other differences:
------------------
++++++ fnotifystat.spec ++++++
--- /var/tmp/diff_new_pack.FcrvND/_old  2018-01-09 14:54:05.773262174 +0100
+++ /var/tmp/diff_new_pack.FcrvND/_new  2018-01-09 14:54:05.777261987 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fnotifystat
 #
-# 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:           fnotifystat
-Version:        0.01.17
+Version:        0.02.00
 Release:        0
 Summary:        File activity monitoring tool
 License:        GPL-2.0+

++++++ fnotifystat-0.01.17.tar.gz -> fnotifystat-0.02.00.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fnotifystat-0.01.17/Makefile 
new/fnotifystat-0.02.00/Makefile
--- old/fnotifystat-0.01.17/Makefile    2017-04-14 18:16:38.000000000 +0200
+++ new/fnotifystat-0.02.00/Makefile    2018-01-05 00:44:37.000000000 +0100
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.01.17
+VERSION=0.02.00
 
 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fnotifystat-0.01.17/fnotifystat.c 
new/fnotifystat-0.02.00/fnotifystat.c
--- old/fnotifystat-0.01.17/fnotifystat.c       2017-04-14 18:16:38.000000000 
+0200
+++ new/fnotifystat-0.02.00/fnotifystat.c       2018-01-05 00:44:37.000000000 
+0100
@@ -38,6 +38,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/time.h>
+#include <sys/sysmacros.h>
 #include <sys/types.h>
 
 #define TABLE_SIZE             (17627)         /* Best if prime */
@@ -1356,7 +1357,7 @@
                        if (ret == 0)
                                break;
                        if ((len = read(fan_fd, (void *)buffer, BUFFER_SIZE)) > 
0) {
-                               const struct fanotify_event_metadata *metadata;
+                               struct fanotify_event_metadata *metadata;
                                metadata = (struct fanotify_event_metadata 
*)buffer;
 
                                while (FAN_EVENT_OK(metadata, len)) {


Reply via email to