8
0

- updated to 0.208

Fix deprecated defined(@array) for Perl 5.16

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LockFile-Simple?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2013-07-26 18:35:43 +00:00
committed by Git OBS Bridge
parent beda0bae90
commit 5d615eb5c6
4 changed files with 21 additions and 15 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 26 18:33:49 UTC 2013 - coolo@suse.com
- updated to 0.208
Fix deprecated defined(@array) for Perl 5.16
-------------------------------------------------------------------
Thu Jul 14 07:13:31 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-LockFile-Simple
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,23 @@
#
# MANUAL license
Name: perl-LockFile-Simple
Version: 0.207
Release: 1
# MANUAL
License: GPL-2.0+ or Artistic-1.0
Version: 0.208
Release: 0
%define cpan_name LockFile-Simple
Summary: simple file locking scheme
Url: http://search.cpan.org/dist/LockFile-Simple/
Summary: Simple file locking scheme
License: GPL-2.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/J/JV/JV/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/LockFile-Simple/
Source: http://www.cpan.org/authors/id/S/SC/SCHWIGON/lockfile-simple/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(LockFile::Lock)
#BuildRequires: perl(LockFile::Lock::Simple)
#BuildRequires: perl(LockFile::Manager)
#BuildRequires: perl(LockFile::Simple)
%{perl_requires}
%description
@@ -58,9 +61,6 @@ too ancient) before attempting the locking.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ChangeLog README