[perl-Data-Dump] update to 1.21

Iain Arnell iarnell at fedoraproject.org
Tue Jan 17 15:38:38 UTC 2012


commit 51f30f55f1de4dd494ad644d562a847cb1662f1c
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Jan 17 16:38:24 2012 +0100

    update to 1.21

 .gitignore          |    1 +
 perl-Data-Dump.spec |   10 ++++++++--
 sources             |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26eceaf..3ec6860 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Data-Dump-1.15.tar.gz
 /Data-Dump-1.19.tar.gz
+/Data-Dump-1.21.tar.gz
diff --git a/perl-Data-Dump.spec b/perl-Data-Dump.spec
index 6293f9b..e88bd3e 100644
--- a/perl-Data-Dump.spec
+++ b/perl-Data-Dump.spec
@@ -1,6 +1,6 @@
 Name:           perl-Data-Dump
-Version:        1.19
-Release:        3%{?dist}
+Version:        1.21
+Release:        1%{?dist}
 Summary:        Pretty printing of data structures
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -13,6 +13,8 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 
+%?perl_default_filter
+
 %description
 This module provides a single function called dump() that takes a list of
 values as its argument and produces a string as its result. The string
@@ -46,6 +48,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 17 2012 Iain Arnell <iarnell at gmail.com> 1.21-1
+- update to latest upstream version
+- add perl_default_filter
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.19-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index c06833a..99d777f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-160ce8ba33291daeac6287cdfaac69c0  Data-Dump-1.19.tar.gz
+5de5616e29fd0626a8a5966a2be85628  Data-Dump-1.21.tar.gz



More information about the perl-devel mailing list