8
0

Accepting request 295965 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/295965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Syntax-Keyword-Junction?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2015-04-14 05:27:19 +00:00
committed by Git OBS Bridge
parent 1b81267e09
commit a4939a4898
4 changed files with 17 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 13 18:30:02 UTC 2015 - coolo@suse.com
- updated to 0.003008
see /usr/share/doc/packages/perl-Syntax-Keyword-Junction/Changes
0.003008 2014-07-06 20:08:35-05:00 America/Chicago
- Stop using base.pm (Olivier Mengué)
-------------------------------------------------------------------
Mon Mar 10 06:57:03 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Syntax-Keyword-Junction
#
# Copyright (c) 2014 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,7 +17,7 @@
Name: perl-Syntax-Keyword-Junction
Version: 0.003007
Version: 0.003008
Release: 0
%define cpan_name Syntax-Keyword-Junction
Summary: Perl6 style Junction operators in Perl5
@@ -32,8 +32,10 @@ BuildRequires: perl-macros
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires) >= 0.07
BuildRequires: perl(parent)
BuildRequires: perl(syntax)
Requires: perl(Sub::Exporter::Progressive) >= 0.001006
Requires: perl(parent)
Requires: perl(syntax)
%{perl_requires}
@@ -69,6 +71,6 @@ such as '/\d/'.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes cpanfile LICENSE README
%doc Changes LICENSE README
%changelog