Accepting request 295776 from devel:languages:perl:autoupdate

OBS-URL: https://build.opensuse.org/request/show/295776
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-JSON?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-04-13 18:11:48 +00:00
committed by Git OBS Bridge
parent 77fd4147fb
commit af1d432808
4 changed files with 23 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Apr 13 17:44:38 UTC 2015 - coolo@suse.com
- updated to 1.5202
see /usr/share/doc/packages/perl-Config-JSON/Changes
1.5202 2014-12-25
- Fix: Moo does not import Carp it would seem - Joel Berger
1.5201 2014-12-25
- Forgot to update the prereqs to move to Moo.
1.5200 2014-12-25
- Switched from Any::Moose to Moo at the behest of Joel Berger.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 19 11:36:42 UTC 2014 - lars@linux-schulserver.de Wed Nov 19 11:36:42 UTC 2014 - lars@linux-schulserver.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Config-JSON # spec file for package perl-Config-JSON
# #
# 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 # 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,9 +17,9 @@
Name: perl-Config-JSON Name: perl-Config-JSON
Version: 1.5100 Version: 1.5202
Release: 0 Release: 0
%define cpan_name Config-JSON %define cpan_name Config-JSON
Summary: A JSON based config file system. Summary: A JSON based config file system.
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
@@ -29,17 +29,16 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Any::Moose) >= 0.13
BuildRequires: perl(File::Temp) >= 0.18 BuildRequires: perl(File::Temp) >= 0.18
BuildRequires: perl(JSON) >= 2.16 BuildRequires: perl(JSON) >= 2.16
BuildRequires: perl(List::Util) >= 1.19 BuildRequires: perl(List::Util) >= 1.19
BuildRequires: perl(Moo)
BuildRequires: perl(Test::Deep) >= 0.095 BuildRequires: perl(Test::Deep) >= 0.095
BuildRequires: perl(Test::More) >= 0.7 BuildRequires: perl(Test::More) >= 0.7
#BuildRequires: perl(Config::JSON)
Requires: perl(Any::Moose) >= 0.13
Requires: perl(File::Temp) >= 0.18 Requires: perl(File::Temp) >= 0.18
Requires: perl(JSON) >= 2.16 Requires: perl(JSON) >= 2.16
Requires: perl(List::Util) >= 1.19 Requires: perl(List::Util) >= 1.19
Requires: perl(Moo)
Requires: perl(Test::Deep) >= 0.095 Requires: perl(Test::Deep) >= 0.095
Requires: perl(Test::More) >= 0.7 Requires: perl(Test::More) >= 0.7
%{perl_requires} %{perl_requires}