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