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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18425c6930e08abc4b21f648c9f5625786f0fb1467ddc6cbbde0678f62838f0d
|
|
||||||
size 22145
|
|
3
Data-Format-Pretty-Console-0.37.tar.gz
Normal file
3
Data-Format-Pretty-Console-0.37.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78fcc5bf305f73c6ede28d6af4e5d40e00b81a37448cea2d2fee03169d355cfb
|
||||||
|
size 23728
|
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 06:19:24 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 3 08:23:36 UTC 2015 - coolo@suse.com
|
Sun May 3 08:23:36 UTC 2015 - 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) 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
|
# 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,31 +17,29 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Data-Format-Pretty-Console
|
Name: perl-Data-Format-Pretty-Console
|
||||||
Version: 0.33
|
Version: 0.37
|
||||||
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+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Data-Format-Pretty-Console/
|
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
|
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(Data::Dump::Partial)
|
BuildRequires: perl(Data::Dump::Partial)
|
||||||
BuildRequires: perl(Data::Unixish) >= 1.34
|
BuildRequires: perl(Data::Unixish) >= 1.54
|
||||||
BuildRequires: perl(Data::Unixish::Apply) >= 1.33
|
BuildRequires: perl(JSON::MaybeXS)
|
||||||
BuildRequires: perl(JSON)
|
BuildRequires: perl(Log::Any::IfLOG) >= 0.07
|
||||||
BuildRequires: perl(Log::Any)
|
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(Data::Unixish) >= 1.34
|
Requires: perl(JSON::MaybeXS)
|
||||||
Requires: perl(Data::Unixish::Apply) >= 1.33
|
Requires: perl(Log::Any::IfLOG) >= 0.07
|
||||||
Requires: perl(JSON)
|
|
||||||
Requires: perl(Log::Any)
|
|
||||||
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)
|
||||||
@@ -64,8 +62,6 @@ other program.
|
|||||||
Most of the time, you don't have to configure anything, but some options
|
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.
|
||||||
|
|
||||||
This module uses the Log::Any manpage for logging.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
@@ -83,6 +79,7 @@ This module uses the Log::Any manpage for logging.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user