Accepting request 844821 from devel:languages:perl:autoupdate

- updated to 0.130
   see /usr/share/doc/packages/perl-JSON-Color/Changes

OBS-URL: https://build.opensuse.org/request/show/844821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Color?expand=0&rev=2
This commit is contained in:
2020-10-29 09:56:08 +00:00
committed by Git OBS Bridge
parent bdf4ec43c5
commit 6a122e7858
5 changed files with 53 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-JSON-Color
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,33 @@
Name: perl-JSON-Color
Version: 0.12
Version: 0.130
Release: 0
%define cpan_name JSON-Color
Summary: Encode to colored JSON
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Color::ANSI::Util) >= 0.164
BuildRequires: perl(ColorThemeBase::Static::FromStructColors) >= 0.006
BuildRequires: perl(Graphics::ColorNamesLite::WWW)
BuildRequires: perl(Module::Load::Util)
BuildRequires: perl(Role::Tiny)
BuildRequires: perl(Term::ANSIColor) >= 3.00
BuildRequires: perl(parent)
Requires: perl(Color::ANSI::Util) >= 0.164
Requires: perl(ColorThemeBase::Static::FromStructColors) >= 0.006
Requires: perl(Graphics::ColorNamesLite::WWW)
Requires: perl(Module::Load::Util)
Requires: perl(Role::Tiny)
Requires: perl(Term::ANSIColor) >= 3.00
Requires: perl(parent)
Recommends: perl(Scalar::Util::LooksLikeNumber)
%{perl_requires}