From 2eb0b6443cd94bce621c5024759dd54abcc9123dbe6829ad86d77a4e533668b7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 11 Jul 2017 09:50:22 +0000 Subject: [PATCH] Accepting request 507674 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/507674 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Flock-Retry?expand=0&rev=4 --- File-Flock-Retry-0.61.tar.gz | 3 --- File-Flock-Retry-0.62.tar.gz | 3 +++ perl-File-Flock-Retry.changes | 6 ++++++ perl-File-Flock-Retry.spec | 17 +++++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 File-Flock-Retry-0.61.tar.gz create mode 100644 File-Flock-Retry-0.62.tar.gz diff --git a/File-Flock-Retry-0.61.tar.gz b/File-Flock-Retry-0.61.tar.gz deleted file mode 100644 index bae6e81..0000000 --- a/File-Flock-Retry-0.61.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9dff5abc6b58d0690aecbe72258f522df74ddbc12cc4aed4a031d589e74d46f -size 14811 diff --git a/File-Flock-Retry-0.62.tar.gz b/File-Flock-Retry-0.62.tar.gz new file mode 100644 index 0000000..047443b --- /dev/null +++ b/File-Flock-Retry-0.62.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ae975d97eab872c5019406ae3066bd94554d2f568b3b3404838de24182e6f6 +size 15854 diff --git a/perl-File-Flock-Retry.changes b/perl-File-Flock-Retry.changes index b47ae83..be4630c 100644 --- a/perl-File-Flock-Retry.changes +++ b/perl-File-Flock-Retry.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 3 05:30:18 UTC 2017 - coolo@suse.com + +- updated to 0.62 + see /usr/share/doc/packages/perl-File-Flock-Retry/Changes + ------------------------------------------------------------------- Fri Oct 23 09:01:44 UTC 2015 - coolo@suse.com diff --git a/perl-File-Flock-Retry.spec b/perl-File-Flock-Retry.spec index 32614b7..46eca80 100644 --- a/perl-File-Flock-Retry.spec +++ b/perl-File-Flock-Retry.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Flock-Retry # -# 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,34 +17,34 @@ Name: perl-File-Flock-Retry -Version: 0.61 +Version: 0.62 Release: 0 %define cpan_name File-Flock-Retry Summary: Yet another flock module License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-Flock-Retry/ -Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Slurp::Tiny) +BuildRequires: perl(File::Slurper) BuildRequires: perl(File::chdir) BuildRequires: perl(Test::More) >= 0.98 %{perl_requires} %description This is yet another flock module. It is a more lightweight alternative to -the File::Flock manpage with some other differences: +File::Flock with some other differences: * * OO interface only * * Autoretry (by default for 60s) when trying to acquire lock - I prefer this approach to blocking/waiting indefinitely or failing - immediately. +I prefer this approach to blocking/waiting indefinitely or failing +immediately. %prep %setup -q -n %{cpan_name}-%{version} @@ -63,6 +63,7 @@ the File::Flock manpage with some other differences: %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog