Accepting request 499889 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/499889 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Lazy-Lockfile?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
db9060f23f
commit
23229f16f5
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:343a1e6523b7b5083eb3cd3b8309a4d0f8bf6e90d003294bc4a1f255afe82330
|
|
||||||
size 5746
|
|
3
Lazy-Lockfile-1.23.tar.gz
Normal file
3
Lazy-Lockfile-1.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5631cb38b8c6f3d2032f1792817fb678e38f2c7ed424d9f4326ef89b6bf6022c
|
||||||
|
size 5963
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 05:57:56 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.23
|
||||||
|
see /usr/share/doc/packages/perl-Lazy-Lockfile/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 17 08:54:14 UTC 2015 - coolo@suse.com
|
Fri Apr 17 08:54:14 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Lazy-Lockfile
|
# spec file for package perl-Lazy-Lockfile
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Lazy-Lockfile
|
Name: perl-Lazy-Lockfile
|
||||||
Version: 1.22
|
Version: 1.23
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Lazy-Lockfile
|
%define cpan_name Lazy-Lockfile
|
||||||
Summary: File based locking for the lazy
|
Summary: File based locking for the lazy
|
||||||
License: CHECK(GPL-1.0+ or Artistic-1.0)
|
License: CHECK(GPL-1.0+ or Artistic-1.0)
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Lazy-Lockfile/
|
Url: http://search.cpan.org/dist/Lazy-Lockfile/
|
||||||
Source0: http://www.cpan.org/authors/id/J/JE/JEAGLE/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/J/JE/JEAGLE/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -39,14 +39,14 @@ the object is instanced, the lock will be held as long as object exists.
|
|||||||
When the object is destroyed, the lock is released.
|
When the object is destroyed, the lock is released.
|
||||||
|
|
||||||
Locks are based around the existence of a named file, not around the use of
|
Locks are based around the existence of a named file, not around the use of
|
||||||
the flock manpage (though flock is used to synchronize access to the lock
|
flock (though flock is used to synchronize access to the lock file).
|
||||||
file). Lazy::Lockfile is (usually) smart enough to detect stale lockfiles
|
Lazy::Lockfile is (usually) smart enough to detect stale lockfiles from
|
||||||
from PIDs no longer running by placing the PID of the process holding the
|
PIDs no longer running by placing the PID of the process holding the lock
|
||||||
lock inside the lockfile.
|
inside the lockfile.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user