commit 6bd8f0fddb499f3157acbdfc95deb96a0926d0f3
Author: Iain Arnell <iarn...@gmail.com>
Date:   Fri Aug 16 10:13:44 2013 -0600

    update to 1.22

 .gitignore          |    1 +
 perl-Data-Dump.spec |   10 ++++++----
 sources             |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ec6860..4ecc68c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Data-Dump-1.15.tar.gz
 /Data-Dump-1.19.tar.gz
 /Data-Dump-1.21.tar.gz
+/Data-Dump-1.22.tar.gz
diff --git a/perl-Data-Dump.spec b/perl-Data-Dump.spec
index 4593d72..0492837 100644
--- a/perl-Data-Dump.spec
+++ b/perl-Data-Dump.spec
@@ -1,6 +1,6 @@
 Name:           perl-Data-Dump
-Version:        1.21
-Release:        6%{?dist}
+Version:        1.22
+Release:        1%{?dist}
 Summary:        Pretty printing of data structures
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -32,10 +32,9 @@ perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -48,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 16 2013 Iain Arnell <iarn...@gmail.com> 1.22-1
+- update to latest upstream version
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.21-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 99d777f..71802cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5de5616e29fd0626a8a5966a2be85628  Data-Dump-1.21.tar.gz
+db211fe64a5cab15b1e86e5b0dc379a4  Data-Dump-1.22.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to