Hello community,

here is the log from the commit of package inotify-tools for openSUSE:Factory 
checked in at 2019-02-04 14:25:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inotify-tools (Old)
 and      /work/SRC/openSUSE:Factory/.inotify-tools.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "inotify-tools"

Mon Feb  4 14:25:18 2019 rev:3 rq:670902 version:3.20.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/inotify-tools/inotify-tools.changes      
2015-10-20 00:09:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.inotify-tools.new.28833/inotify-tools.changes   
2019-02-04 14:25:21.817055139 +0100
@@ -1,0 +2,12 @@
+Sun Feb  3 18:38:50 UTC 2019 - Dirk Mueller <[email protected]>
+
+- adjust source to the github download url
+
+-------------------------------------------------------------------
+Fri Aug 31 07:29:42 UTC 2018 - Adrian Schröter <[email protected]>
+
+- update to version 3.20.1
+  * no changelog
+  * drop upstreamed patch reserved-identifier.patch
+
+-------------------------------------------------------------------

Old:
----
  inotify-tools-3.14.tar.gz
  reserved-identifier.patch

New:
----
  3.20.1.tar.gz

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

Other differences:
------------------
++++++ inotify-tools.spec ++++++
--- /var/tmp/diff_new_pack.to4kSk/_old  2019-02-04 14:25:22.473054828 +0100
+++ /var/tmp/diff_new_pack.to4kSk/_new  2019-02-04 14:25:22.477054826 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package inotify-tools
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,28 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           inotify-tools
-Version:        3.14
+Version:        3.20.1
 Release:        0
 Summary:        Tools for inotify
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/Monitoring
 Url:            https://github.com/rvoicilas/inotify-tools/wiki/
-Source:         
http://github.com/downloads/rvoicilas/inotify-tools/%{name}-%{version}.tar.gz
+Source:         
http://github.com/rvoicilas/inotify-tools/archive/%{version}.tar.gz
 # PATCH-FIX-OPENSUSE inotify-return.patch -- add a forgotten return value
 Patch0:         inotify-return.patch
 # PATCH-FIX-OPENSUSE inotify-tools-no-timestamp-in-doc.patch 
[email protected] -- Remove timestamps from documentation
 Patch1:         inotify-tools-no-timestamp-in-doc.patch
-# PATCH-FIX-UPSTREAM fix invalid use of reserved identifier
-Patch2:         reserved-identifier.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  glibc-devel
+BuildRequires:  libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,9 +73,9 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
+./autogen.sh
 %configure --disable-static \
     --docdir=%{_docdir}/%{name} \
     --enable-doxygen
@@ -84,7 +85,6 @@
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %fdupes %{buildroot}/%{_docdir}
 rm %{buildroot}/%{_libdir}/libinotifytools.la
-cp COPYING %{buildroot}%{_docdir}/%{name}/
 
 %post -n libinotifytools0 -p /sbin/ldconfig
 
@@ -102,7 +102,7 @@
 
 %files -n libinotifytools0
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libinotifytools.so.*
 
 %files devel

++++++ inotify-tools-3.14.tar.gz -> 3.20.1.tar.gz ++++++
++++ 45605 lines of diff (skipped)

++++++ inotify-return.patch ++++++
--- /var/tmp/diff_new_pack.to4kSk/_old  2019-02-04 14:25:22.561054786 +0100
+++ /var/tmp/diff_new_pack.to4kSk/_new  2019-02-04 14:25:22.561054786 +0100
@@ -1,7 +1,8 @@
-diff -ur inotify-tools-3.14/libinotifytools/src/inotifytools.c 
inotify-tools-3.14-new//libinotifytools/src/inotifytools.c
---- inotify-tools-3.14/libinotifytools/src/inotifytools.c      2010-03-12 
14:53:46.000000000 +0100
-+++ inotify-tools-3.14-new//libinotifytools/src/inotifytools.c 2010-12-16 
18:19:52.000000000 +0100
-@@ -892,6 +892,7 @@
+Index: inotify-tools-3.20.1/libinotifytools/src/inotifytools.c
+===================================================================
+--- inotify-tools-3.20.1.orig/libinotifytools/src/inotifytools.c
++++ inotify-tools-3.20.1/libinotifytools/src/inotifytools.c
+@@ -894,6 +894,7 @@ watch *create_watch(int wd, char *filena
        w->filename = strdup(filename);
        rbsearch(w, tree_wd);
        rbsearch(w, tree_filename);
@@ -9,4 +10,3 @@
  }
  
  /**
-


Reply via email to