[perl-Data-Visitor] update to 0.30

Iain Arnell iarnell at fedoraproject.org
Fri Aug 16 16:16:55 UTC 2013


commit 3c1392d5241f72c25ecd27eb1b4a35154ea761cc
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Aug 16 10:16:42 2013 -0600

    update to 0.30

 .gitignore             |    1 +
 perl-Data-Visitor.spec |    8 +++++---
 sources                |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d5e108..00a66c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Data-Visitor-0.27.tar.gz
 /Data-Visitor-0.28.tar.gz
+/Data-Visitor-0.30.tar.gz
diff --git a/perl-Data-Visitor.spec b/perl-Data-Visitor.spec
index 15be664..a742e49 100644
--- a/perl-Data-Visitor.spec
+++ b/perl-Data-Visitor.spec
@@ -1,6 +1,6 @@
 Name:           perl-Data-Visitor
-Version:        0.28
-Release:        6%{?dist}
+Version:        0.30
+Release:        1%{?dist}
 Summary:        Visitor style traversal of Perl data structures
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -36,7 +36,6 @@ make %{?_smp_mflags}
 %install
 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}/*
 
@@ -49,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 16 2013 Iain Arnell <iarnell at gmail.com> 0.30-1
+- update to latest upstream version
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.28-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index eecf1af..bb18992 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-649119a643cf7450cb28445966952d35  Data-Visitor-0.28.tar.gz
+a43deb0bc99f4d49721965780eae6cef  Data-Visitor-0.30.tar.gz



More information about the perl-devel mailing list