Accepting request 296496 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296496
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tie-Cycle?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2015-04-15 05:05:50 +00:00 committed by Git OBS Bridge
parent dd770d21a9
commit 6bfb6de037
4 changed files with 20 additions and 9 deletions

View File

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

3
Tie-Cycle-1.21.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 14 20:38:26 UTC 2015 - coolo@suse.com
- updated to 1.21
see /usr/share/doc/packages/perl-Tie-Cycle/Changes
1.21 - Fri Oct 3 22:08:25 2014
* Update Makefile for better META data
1.19_01 - Mon Sep 2 10:51:42 2013
* Take out // (5.10 feature I used without thought) to restore
5.8 compatibility.
-------------------------------------------------------------------
Fri Oct 4 09:15:18 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Tie-Cycle
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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,10 +17,10 @@
Name: perl-Tie-Cycle
Version: 1.19
Version: 1.21
Release: 0
%define cpan_name Tie-Cycle
Summary: Cycle through a list of values via a scalar.
Summary: Cycle through a list of values via a scalar
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Tie-Cycle/
@ -30,8 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.95
#BuildRequires: perl(Tie::Cycle)
Requires: perl(Test::More) >= 0.95
%{perl_requires}
%description
@ -68,6 +66,6 @@ included _test.pl_ script for an example of this effect.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE MYMETA.json MYMETA.yml README
%doc Changes examples LICENSE README
%changelog