8
0

- 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:
2014-01-08 14:14:40 +00:00
committed by Git OBS Bridge
parent 31f54591b9
commit 995387f9b0
4 changed files with 22 additions and 7 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b601fbd15a79aa46755a2944f5b56a6c9c56036e7181b0fa612f4b678409c55
size 52812

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
Name: perl-Data-Printer
Version: 0.33
Version: 0.35
Release: 0
%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+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Printer/
@@ -54,7 +54,14 @@ Requires: perl(version) >= 0.77
%{perl_requires}
%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
%setup -q -n %{cpan_name}-%{version}