diff --git a/Linux-Inotify2-1.21.tar.bz2 b/Linux-Inotify2-1.21.tar.bz2 new file mode 100644 index 0000000..0d23f5e --- /dev/null +++ b/Linux-Inotify2-1.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36163eb57ad6e46c93c9efff86994519e767a388b97fdb39bbd389b2fb90243 +size 8288 diff --git a/perl-Linux-Inotify2-1.1.tar.bz2 b/perl-Linux-Inotify2-1.1.tar.bz2 deleted file mode 100644 index 3e3c464..0000000 --- a/perl-Linux-Inotify2-1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:497c40ce99d9001e488e0993263c7527d965500f28f675e2505b165f3469d6f1 -size 9652 diff --git a/perl-Linux-Inotify2.changes b/perl-Linux-Inotify2.changes index 28f2114..679533c 100644 --- a/perl-Linux-Inotify2.changes +++ b/perl-Linux-Inotify2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 25 16:19:08 CET 2010 - anicka@suse.cz + +- update to 1.21 + * fix a couple of typoes, as pointed out by Grant McLean. + * rely on common::sense for stricter namespace checking. + * include IN_DELETE_SELF in events that cancel watchers, as + the kernel seems to handle it this way only. + * require sys/inotify.h to be installed, remove the local + copy (patch by Adrian Bunk). + * update examples. + ------------------------------------------------------------------- Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de diff --git a/perl-Linux-Inotify2.spec b/perl-Linux-Inotify2.spec index 70d2c9b..76e6c5b 100644 --- a/perl-Linux-Inotify2.spec +++ b/perl-Linux-Inotify2.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Linux-Inotify2 (Version 1.1) +# spec file for package perl-Linux-Inotify2 (Version 1.21) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,14 +19,16 @@ Name: perl-Linux-Inotify2 Summary: scalable directory/file change notification -Version: 1.1 -Release: 130 +Version: 1.21 +Release: 1 Group: Development/Libraries/Perl License: Artistic Requires: perl >= %{perl_version} Url: http://www.cpan.org/modules/by-module/Linux/ -Source: %{name}-%{version}.tar.bz2 +Source: Linux-Inotify2-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl-common-sense +Requires: perl-common-sense %description This module implements an interface to the Linux 2.6.13 and later @@ -35,11 +37,13 @@ Inotify file/directory change notification sytem. %prep -%setup -q +%setup -q -n Linux-Inotify2-%{version} %build perl Makefile.PL make %{?_smp_mflags} + +%check make test %install