diff --git a/JSON-Color-0.12.tar.gz b/JSON-Color-0.12.tar.gz deleted file mode 100644 index 8b70f5b..0000000 --- a/JSON-Color-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2aa12287b072d11eb7bc048dacc0918be34ddc3ace654697f0b5479f33b52d4 -size 15410 diff --git a/JSON-Color-0.130.tar.gz b/JSON-Color-0.130.tar.gz new file mode 100644 index 0000000..11ba468 --- /dev/null +++ b/JSON-Color-0.130.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e00fb1c54c2564784405f3a299d76378c2d388598f9fa27cf4f8bf9d49d7b60 +size 18236 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-JSON-Color.changes b/perl-JSON-Color.changes index 782fdbc..c5a1b8f 100644 --- a/perl-JSON-Color.changes +++ b/perl-JSON-Color.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 9 18:08:08 UTC 2020 - Tina Müller + +- updated to 0.130 + see /usr/share/doc/packages/perl-JSON-Color/Changes + ------------------------------------------------------------------- Wed Apr 3 06:48:58 UTC 2019 - Stephan Kulow diff --git a/perl-JSON-Color.spec b/perl-JSON-Color.spec index d373065..88bd459 100644 --- a/perl-JSON-Color.spec +++ b/perl-JSON-Color.spec @@ -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}