From 5b0e19b81bc3a30efb269aabe303f6106841a554 Mon Sep 17 00:00:00 2001 From: Dawid Gajownik Date: Tue, 15 Aug 2006 06:31:04 +0000 Subject: [PATCH] - Update to 2.3 - Drop implicit_syscall patch (fixed upstream) --- .cvsignore | 2 +- inotify-tools-2.2.implicit_syscall.patch | 27 ------------------------ inotify-tools.spec | 12 ++++++----- sources | 2 +- 4 files changed, 9 insertions(+), 34 deletions(-) delete mode 100644 inotify-tools-2.2.implicit_syscall.patch diff --git a/.cvsignore b/.cvsignore index a9b7c95..c06f009 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -inotify-tools-2.2.tar.gz +inotify-tools-2.3.tar.gz diff --git a/inotify-tools-2.2.implicit_syscall.patch b/inotify-tools-2.2.implicit_syscall.patch deleted file mode 100644 index 570fd7c..0000000 --- a/inotify-tools-2.2.implicit_syscall.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Nurp inotify-tools-2.2.orig/src/inotifywait.c inotify-tools-2.2/src/inotifywait.c ---- inotify-tools-2.2.orig/src/inotifywait.c 2006-07-03 06:49:34.000000000 +0200 -+++ inotify-tools-2.2/src/inotifywait.c 2006-07-06 13:56:32.000000000 +0200 -@@ -1,3 +1,4 @@ -+#define _GNU_SOURCE - #include "../config.h" - - #include -@@ -17,7 +18,6 @@ - #include "inotify-syscalls.h" - #include "inotifyutils.h" - --#define _GNU_SOURCE - #include - - extern char *optarg; -diff -Nurp inotify-tools-2.2.orig/src/inotifywatch.c inotify-tools-2.2/src/inotifywatch.c ---- inotify-tools-2.2.orig/src/inotifywatch.c 2006-07-03 06:49:34.000000000 +0200 -+++ inotify-tools-2.2/src/inotifywatch.c 2006-07-06 13:57:40.000000000 +0200 -@@ -112,7 +112,6 @@ int main(int argc, char ** argv) - if ( !events ) - events = IN_ALL_EVENTS; - -- char * path; - unsigned int num_watches = 0; - unsigned int this_num_watches; - fprintf( stderr, "Establishing watches...\n" ); diff --git a/inotify-tools.spec b/inotify-tools.spec index f8eb858..75faad4 100644 --- a/inotify-tools.spec +++ b/inotify-tools.spec @@ -1,13 +1,12 @@ Name: inotify-tools -Version: 2.2 -Release: 3%{?dist} +Version: 2.3 +Release: 1%{?dist} Summary: Command line utilities for inotify Group: Applications/System License: GPL URL: http://inotify-tools.sourceforge.net/ Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz -Patch0: inotify-tools-2.2.implicit_syscall.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,7 +18,6 @@ and act upon filesystem events. %prep %setup -q -%patch0 -p1 %build @@ -38,7 +36,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS README +%doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/inotifywait %{_bindir}/inotifywatch %{_mandir}/man1/inotifywait.1* @@ -46,6 +44,10 @@ rm -rf %{buildroot} %changelog +* Tue Aug 15 2006 Dawid Gajownik - 2.3-1 +- Update to 2.3 +- Drop implicit_syscall patch (fixed upstream) + * Mon Jul 31 2006 Dawid Gajownik - 2.2-3 - Fix URL diff --git a/sources b/sources index 59c876c..7e726ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ca1dd7a9bb0c6d0bbd084d8436b850f inotify-tools-2.2.tar.gz +b097d3b85040423026b17e30e74f3990 inotify-tools-2.3.tar.gz