forked from pool/perl-Data-Dump
- update to 1.21
Make dump($1) work when $1 was integer [RT#63883] Dump floats without quoting Add depth() method to FilterContext Make dump($1) work [RT#63883] Limit our temp listen socket to localhost [RT#63534] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Dump?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
4fb97c6fe1
commit
1ef1d629c9
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d3aea333596aec4b722379220b7b33d39aa16912e4e59b6e62bdbd50bf46c357
|
|
||||||
size 19705
|
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 22 19:03:09 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- update to 1.21
|
||||||
|
Make dump($1) work when $1 was integer [RT#63883]
|
||||||
|
Dump floats without quoting
|
||||||
|
Add depth() method to FilterContext
|
||||||
|
Make dump($1) work [RT#63883]
|
||||||
|
Limit our temp listen socket to localhost [RT#63534]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 03 21:08:10 UTC 2011 - pascal.bleser@opensuse.org
|
Thu Mar 03 21:08:10 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-Dump (Version 1.15)
|
# spec file for package perl-Data-Dump
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 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
|
||||||
@@ -15,18 +15,16 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
Name: perl-Data-Dump
|
Name: perl-Data-Dump
|
||||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
%define cpan_name Data-Dump
|
||||||
Summary: Pretty printing of data structures
|
Summary: Pretty printing of data structures
|
||||||
Version: 1.19
|
|
||||||
Release: 1
|
|
||||||
License: GPL/Artistic
|
License: GPL/Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Version: 1.21
|
||||||
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/Data-Dump
|
Url: http://search.cpan.org/dist/Data-Dump
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Data-Dump-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Data-Dump-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -71,4 +69,3 @@ Authors:
|
|||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user