8
0

Accepting request 30404 from devel:languages:perl

Copy from devel:languages:perl/perl-Linux-Inotify2 based on submit request 30404 from user anicka

OBS-URL: https://build.opensuse.org/request/show/30404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Linux-Inotify2?expand=0&rev=7
This commit is contained in:
OBS User autobuild
2010-01-27 17:43:21 +00:00
committed by Git OBS Bridge
parent df8bfbd090
commit 649e36781b
4 changed files with 24 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c36163eb57ad6e46c93c9efff86994519e767a388b97fdb39bbd389b2fb90243
size 8288

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:497c40ce99d9001e488e0993263c7527d965500f28f675e2505b165f3469d6f1
size 9652

View File

@@ -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

View File

@@ -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