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
This commit is contained in:
committed by
Git OBS Bridge
parent
4f6ad2ebe3
commit
2eb0b6443c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a9dff5abc6b58d0690aecbe72258f522df74ddbc12cc4aed4a031d589e74d46f
|
|
||||||
size 14811
|
|
||||||
3
File-Flock-Retry-0.62.tar.gz
Normal file
3
File-Flock-Retry-0.62.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:11ae975d97eab872c5019406ae3066bd94554d2f568b3b3404838de24182e6f6
|
||||||
|
size 15854
|
||||||
@@ -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
|
Fri Oct 23 09:01:44 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Flock-Retry
|
# 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
|
# 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,34 +17,34 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-Flock-Retry
|
Name: perl-File-Flock-Retry
|
||||||
Version: 0.61
|
Version: 0.62
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-Flock-Retry
|
%define cpan_name File-Flock-Retry
|
||||||
Summary: Yet another flock module
|
Summary: Yet another flock module
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/File-Flock-Retry/
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Slurp::Tiny)
|
BuildRequires: perl(File::Slurper)
|
||||||
BuildRequires: perl(File::chdir)
|
BuildRequires: perl(File::chdir)
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 0.98
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is yet another flock module. It is a more lightweight alternative to
|
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
|
* * OO interface only
|
||||||
|
|
||||||
* * Autoretry (by default for 60s) when trying to acquire lock
|
* * Autoretry (by default for 60s) when trying to acquire lock
|
||||||
|
|
||||||
I prefer this approach to blocking/waiting indefinitely or failing
|
I prefer this approach to blocking/waiting indefinitely or failing
|
||||||
immediately.
|
immediately.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -63,6 +63,7 @@ the File::Flock manpage with some other differences:
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user