forked from pool/perl-Data-Printer
- updated to latest upstream version 0.35; for details see
http://cpansearch.perl.org/src/GARU/Data-Printer-0.35/Changes - provided a more verbose description - fixed two RPMLINT warnings OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Printer?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c85055327b006130d1366e66a6f7f1532a80be90d366963e6c9b4500bb229e7
|
|
||||||
size 51473
|
|
3
Data-Printer-0.35.tar.gz
Normal file
3
Data-Printer-0.35.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b601fbd15a79aa46755a2944f5b56a6c9c56036e7181b0fa612f4b678409c55
|
||||||
|
size 52812
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 14:03:40 UTC 2014 - ncutler@suse.com
|
||||||
|
|
||||||
|
- updated to latest upstream version 0.35; for details see
|
||||||
|
http://cpansearch.perl.org/src/GARU/Data-Printer-0.35/Changes
|
||||||
|
- provided a more verbose description
|
||||||
|
- fixed two RPMLINT warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 17 14:26:54 UTC 2012 - coolo@suse.com
|
Mon Sep 17 14:26:54 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-Printer
|
# spec file for package perl-Data-Printer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Data-Printer
|
Name: perl-Data-Printer
|
||||||
Version: 0.33
|
Version: 0.35
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Data-Printer
|
%define cpan_name Data-Printer
|
||||||
Summary: colored pretty-print of Perl data structures and objects
|
Summary: Colored pretty-print of Perl data structures and objects
|
||||||
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-Printer/
|
Url: http://search.cpan.org/dist/Data-Printer/
|
||||||
@@ -54,7 +54,14 @@ Requires: perl(version) >= 0.77
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
colored pretty-print of Perl data structures and objects
|
Unlike the standard Data::Dumper package and others that seek to improve on it,
|
||||||
|
Data::Printer focuses exclusively on printing data structures: it does not
|
||||||
|
serialize them.
|
||||||
|
|
||||||
|
Data::Printer is fully customizable. If you want to change how things are
|
||||||
|
displayed, or even its standard behavior. Take a look at the available
|
||||||
|
customizations. Once you figure out your own preferences, create a
|
||||||
|
configuration file for yourself and Data::Printer will automatically use it!
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user