Accepting request 691340 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/691340 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Format-Pretty-Console?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
5ade882e6a
commit
f85d2d0f57
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78fcc5bf305f73c6ede28d6af4e5d40e00b81a37448cea2d2fee03169d355cfb
|
|
||||||
size 23728
|
|
3
Data-Format-Pretty-Console-0.38.tar.gz
Normal file
3
Data-Format-Pretty-Console-0.38.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:283419084a908919a0c1ca586bab4790b54c37919810852830c69d30d6ae10d4
|
||||||
|
size 23431
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 3 06:52:23 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 0.38
|
||||||
|
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 21 06:19:24 UTC 2017 - coolo@suse.com
|
Tue Feb 21 06:19:24 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-Format-Pretty-Console
|
# spec file for package perl-Data-Format-Pretty-Console
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Data-Format-Pretty-Console
|
Name: perl-Data-Format-Pretty-Console
|
||||||
Version: 0.37
|
Version: 0.38
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Data-Format-Pretty-Console
|
%define cpan_name Data-Format-Pretty-Console
|
||||||
Summary: Pretty-print data structure for console output
|
Summary: Pretty-print data structure for console output
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Data-Format-Pretty-Console/
|
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
|
||||||
@@ -33,13 +33,13 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Data::Dump::Partial)
|
BuildRequires: perl(Data::Dump::Partial)
|
||||||
BuildRequires: perl(Data::Unixish) >= 1.54
|
BuildRequires: perl(Data::Unixish) >= 1.54
|
||||||
BuildRequires: perl(JSON::MaybeXS)
|
BuildRequires: perl(JSON::MaybeXS)
|
||||||
BuildRequires: perl(Log::Any::IfLOG) >= 0.07
|
BuildRequires: perl(Log::ger) >= 0.011
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 0.98
|
||||||
BuildRequires: perl(Text::ANSITable) >= 0.08
|
BuildRequires: perl(Text::ANSITable) >= 0.08
|
||||||
BuildRequires: perl(YAML::Any)
|
BuildRequires: perl(YAML::Any)
|
||||||
BuildRequires: perl(experimental)
|
BuildRequires: perl(experimental)
|
||||||
Requires: perl(JSON::MaybeXS)
|
Requires: perl(JSON::MaybeXS)
|
||||||
Requires: perl(Log::Any::IfLOG) >= 0.07
|
Requires: perl(Log::ger) >= 0.011
|
||||||
Requires: perl(Text::ANSITable) >= 0.08
|
Requires: perl(Text::ANSITable) >= 0.08
|
||||||
Requires: perl(YAML::Any)
|
Requires: perl(YAML::Any)
|
||||||
Requires: perl(experimental)
|
Requires: perl(experimental)
|
||||||
@@ -66,11 +66,11 @@ are provided to tweak the output.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Reference in New Issue
Block a user