diff --git a/Lazy-Lockfile-1.22.tar.gz b/Lazy-Lockfile-1.22.tar.gz deleted file mode 100644 index 974e33f..0000000 --- a/Lazy-Lockfile-1.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:343a1e6523b7b5083eb3cd3b8309a4d0f8bf6e90d003294bc4a1f255afe82330 -size 5746 diff --git a/Lazy-Lockfile-1.23.tar.gz b/Lazy-Lockfile-1.23.tar.gz new file mode 100644 index 0000000..6dee146 --- /dev/null +++ b/Lazy-Lockfile-1.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5631cb38b8c6f3d2032f1792817fb678e38f2c7ed424d9f4326ef89b6bf6022c +size 5963 diff --git a/perl-Lazy-Lockfile.changes b/perl-Lazy-Lockfile.changes index 13fc508..0d9bc86 100644 --- a/perl-Lazy-Lockfile.changes +++ b/perl-Lazy-Lockfile.changes @@ -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 diff --git a/perl-Lazy-Lockfile.spec b/perl-Lazy-Lockfile.spec index f8c5f7b..91379aa 100644 --- a/perl-Lazy-Lockfile.spec +++ b/perl-Lazy-Lockfile.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: perl-Lazy-Lockfile -Version: 1.22 +Version: 1.23 Release: 0 %define cpan_name Lazy-Lockfile Summary: File based locking for the lazy License: CHECK(GPL-1.0+ or Artistic-1.0) Group: Development/Libraries/Perl 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 BuildArch: noarch 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. 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 -file). Lazy::Lockfile is (usually) smart enough to detect stale lockfiles -from PIDs no longer running by placing the PID of the process holding the -lock inside the lockfile. +flock (though flock is used to synchronize access to the lock file). +Lazy::Lockfile is (usually) smart enough to detect stale lockfiles from +PIDs no longer running by placing the PID of the process holding the lock +inside the lockfile. %prep %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 %{__perl} Makefile.PL INSTALLDIRS=vendor