Accepting request 494772 from devel:languages:perl:autoupdate
- updated to 0.37 see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes 0.37 2016-03-13 (PERLANCAR) - No functional changes. - Bump prereq version Data::Unixish to 0.54 [RT#112947]. 0.36 2016-03-11 (PERLANCAR) - Replace JSON with JSON::MaybeXS. 0.35 2015-10-20 (PERLANCAR) - No functional changes. - Avoid runtime requires of Data::Unixish (now only TestRequires). 0.34 2015-08-17 (PERLANCAR) - No functional changes. - Switch from Log::Any to Log::Any::IfLOG. OBS-URL: https://build.opensuse.org/request/show/494772 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Format-Pretty-Console?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
1c7234c766
commit
5ade882e6a
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Format-Pretty-Console
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,31 +17,29 @@
|
||||
|
||||
|
||||
Name: perl-Data-Format-Pretty-Console
|
||||
Version: 0.33
|
||||
Version: 0.37
|
||||
Release: 0
|
||||
%define cpan_name Data-Format-Pretty-Console
|
||||
Summary: Pretty-print data structure for console output
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Data-Format-Pretty-Console/
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHARYANTO/%{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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Data::Dump::Partial)
|
||||
BuildRequires: perl(Data::Unixish) >= 1.34
|
||||
BuildRequires: perl(Data::Unixish::Apply) >= 1.33
|
||||
BuildRequires: perl(JSON)
|
||||
BuildRequires: perl(Log::Any)
|
||||
BuildRequires: perl(Data::Unixish) >= 1.54
|
||||
BuildRequires: perl(JSON::MaybeXS)
|
||||
BuildRequires: perl(Log::Any::IfLOG) >= 0.07
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Text::ANSITable) >= 0.08
|
||||
BuildRequires: perl(YAML::Any)
|
||||
BuildRequires: perl(experimental)
|
||||
Requires: perl(Data::Unixish) >= 1.34
|
||||
Requires: perl(Data::Unixish::Apply) >= 1.33
|
||||
Requires: perl(JSON)
|
||||
Requires: perl(Log::Any)
|
||||
Requires: perl(JSON::MaybeXS)
|
||||
Requires: perl(Log::Any::IfLOG) >= 0.07
|
||||
Requires: perl(Text::ANSITable) >= 0.08
|
||||
Requires: perl(YAML::Any)
|
||||
Requires: perl(experimental)
|
||||
@@ -64,8 +62,6 @@ other program.
|
||||
Most of the time, you don't have to configure anything, but some options
|
||||
are provided to tweak the output.
|
||||
|
||||
This module uses the Log::Any manpage for logging.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
@@ -83,6 +79,7 @@ This module uses the Log::Any manpage for logging.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user