Accepting request 913801 from devel:languages:perl:autoupdate
- updated to 0.391 see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes OBS-URL: https://build.opensuse.org/request/show/913801 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Format-Pretty-Console?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:283419084a908919a0c1ca586bab4790b54c37919810852830c69d30d6ae10d4
|
|
||||||
size 23431
|
|
3
Data-Format-Pretty-Console-0.391.tar.gz
Normal file
3
Data-Format-Pretty-Console-0.391.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0cde85e5fe61b2d81c6a071eada50a03c84b8b530845ef63f6168e80142f7f3c
|
||||||
|
size 25292
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 9 03:07:03 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.391
|
||||||
|
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 3 06:52:23 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Wed Apr 3 06:52:23 UTC 2019 - Stephan Kulow <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) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# 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-Data-Format-Pretty-Console
|
|
||||||
Version: 0.38
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Data-Format-Pretty-Console
|
%define cpan_name Data-Format-Pretty-Console
|
||||||
|
Name: perl-Data-Format-Pretty-Console
|
||||||
|
Version: 0.391
|
||||||
|
Release: 0
|
||||||
Summary: Pretty-print data structure for console output
|
Summary: Pretty-print data structure for console output
|
||||||
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(Data::Dump::Partial)
|
BuildRequires: perl(Data::Dump::Partial)
|
||||||
BuildRequires: perl(Data::Unixish) >= 1.54
|
BuildRequires: perl(Data::Unixish) >= 1.572
|
||||||
BuildRequires: perl(JSON::MaybeXS)
|
BuildRequires: perl(JSON::MaybeXS)
|
||||||
BuildRequires: perl(Log::ger) >= 0.011
|
BuildRequires: perl(List::Util) >= 1.45
|
||||||
|
BuildRequires: perl(Log::ger) >= 0.038
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 0.98
|
||||||
BuildRequires: perl(Text::ANSITable) >= 0.08
|
BuildRequires: perl(Text::ANSITable) >= 0.602
|
||||||
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::ger) >= 0.011
|
Requires: perl(List::Util) >= 1.45
|
||||||
Requires: perl(Text::ANSITable) >= 0.08
|
Requires: perl(Log::ger) >= 0.038
|
||||||
|
Requires: perl(Text::ANSITable) >= 0.602
|
||||||
Requires: perl(YAML::Any)
|
Requires: perl(YAML::Any)
|
||||||
Requires: perl(experimental)
|
Requires: perl(experimental)
|
||||||
Recommends: perl(Term::Size)
|
Recommends: perl(Term::Size)
|
||||||
@@ -63,11 +63,11 @@ Most of the time, you don't have to configure anything, but some options
|
|||||||
are provided to tweak the output.
|
are provided to tweak the output.
|
||||||
|
|
||||||
%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
|
||||||
@@ -78,7 +78,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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user