Accepting request 914008 from devel:languages:perl:autoupdate

- updated to 0.131
   see /usr/share/doc/packages/perl-JSON-Color/Changes
  0.131   2021-05-07  Released-By: PERLANCAR; Urgency: medium
  	- [bugfix] Add missing prereq to ColorThemeRole::ANSI (resolves
  	  https://github.com/ingydotnet/xxx-pm/issues/13).

OBS-URL: https://build.opensuse.org/request/show/914008
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Color?expand=0&rev=3
This commit is contained in:
2021-08-25 16:16:58 +00:00
committed by Git OBS Bridge
parent 6a122e7858
commit bae70e4f57
4 changed files with 24 additions and 14 deletions

View File

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

3
JSON-Color-0.131.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun May 9 03:08:24 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.131
see /usr/share/doc/packages/perl-JSON-Color/Changes
0.131 2021-05-07 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Add missing prereq to ColorThemeRole::ANSI (resolves
https://github.com/ingydotnet/xxx-pm/issues/13).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 18:08:08 UTC 2020 - Tina Müller <timueller+perl@suse.de> Tue Jun 9 18:08:08 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-JSON-Color # spec file for package perl-JSON-Color
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# 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
@@ -16,31 +16,31 @@
# #
Name: perl-JSON-Color
Version: 0.130
Release: 0
%define cpan_name JSON-Color %define cpan_name JSON-Color
Name: perl-JSON-Color
Version: 0.131
Release: 0
Summary: Encode to colored JSON Summary: Encode to colored JSON
License: Artistic-1.0 OR GPL-1.0-or-later 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 Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Color::ANSI::Util) >= 0.164 BuildRequires: perl(Color::ANSI::Util) >= 0.164
BuildRequires: perl(ColorThemeBase::Static::FromStructColors) >= 0.006 BuildRequires: perl(ColorThemeBase::Static::FromStructColors) >= 0.006
BuildRequires: perl(ColorThemeRole::ANSI)
BuildRequires: perl(Graphics::ColorNamesLite::WWW) BuildRequires: perl(Graphics::ColorNamesLite::WWW)
BuildRequires: perl(Module::Load::Util) BuildRequires: perl(Module::Load::Util) >= 0.004
BuildRequires: perl(Role::Tiny) BuildRequires: perl(Role::Tiny)
BuildRequires: perl(Term::ANSIColor) >= 3.00 BuildRequires: perl(Term::ANSIColor) >= 3.00
BuildRequires: perl(parent) BuildRequires: perl(parent)
Requires: perl(Color::ANSI::Util) >= 0.164 Requires: perl(Color::ANSI::Util) >= 0.164
Requires: perl(ColorThemeBase::Static::FromStructColors) >= 0.006 Requires: perl(ColorThemeBase::Static::FromStructColors) >= 0.006
Requires: perl(ColorThemeRole::ANSI)
Requires: perl(Graphics::ColorNamesLite::WWW) Requires: perl(Graphics::ColorNamesLite::WWW)
Requires: perl(Module::Load::Util) Requires: perl(Module::Load::Util) >= 0.004
Requires: perl(Role::Tiny) Requires: perl(Role::Tiny)
Requires: perl(Term::ANSIColor) >= 3.00 Requires: perl(Term::ANSIColor) >= 3.00
Requires: perl(parent) Requires: perl(parent)
@@ -54,11 +54,11 @@ To change the color, see the '%theme' in the source code. In theory you can
also modify it to colorize using HTML. also modify it to colorize using HTML.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@@ -69,7 +69,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README %doc Changes README
%license LICENSE %license LICENSE