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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e2aa12287b072d11eb7bc048dacc0918be34ddc3ace654697f0b5479f33b52d4
|
|
||||||
size 15410
|
|
3
JSON-Color-0.130.tar.gz
Normal file
3
JSON-Color-0.130.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e00fb1c54c2564784405f3a299d76378c2d388598f9fa27cf4f8bf9d49d7b60
|
||||||
|
size 18236
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -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
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 9 18:08:08 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.130
|
||||||
|
see /usr/share/doc/packages/perl-JSON-Color/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 3 06:48:58 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Wed Apr 3 06:48:58 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-JSON-Color
|
# 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
|
# 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,20 +17,33 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-JSON-Color
|
Name: perl-JSON-Color
|
||||||
Version: 0.12
|
Version: 0.130
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name JSON-Color
|
%define cpan_name JSON-Color
|
||||||
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
|
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
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
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(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(Term::ANSIColor) >= 3.00
|
||||||
|
Requires: perl(parent)
|
||||||
Recommends: perl(Scalar::Util::LooksLikeNumber)
|
Recommends: perl(Scalar::Util::LooksLikeNumber)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user