From 9e3f181e0bec025785cd13efc01f69016d64ef89 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 10 Dec 2012 11:59:03 +0000 Subject: [PATCH] Update to 0.27 - New upstream release 0.27: - Added pruning support in dir->recurse(); if recurse callback returns $item->PRUNE, no children of this item will be analyzed - Documented 'basename' method for directories - Added traverse_if() function, which allows one to filter children before processing them - Added tempdir() function - Package upstream LICENSE file --- perl-Path-Class.spec | 16 +++++++++++++--- sources | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/perl-Path-Class.spec b/perl-Path-Class.spec index 38aa1f5..c2fb7f4 100644 --- a/perl-Path-Class.spec +++ b/perl-Path-Class.spec @@ -1,6 +1,6 @@ Name: perl-Path-Class -Version: 0.26 -Release: 3%{?dist} +Version: 0.27 +Release: 1%{?dist} Summary: Cross-platform path specification manipulation License: GPL+ or Artistic Group: Development/Libraries @@ -57,7 +57,7 @@ AUTHOR_TESTING=1 ./Build test rm -rf %{buildroot} %files -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/Path/ %{_mandir}/man3/Path::Class.3pm* %{_mandir}/man3/Path::Class::Dir.3pm* @@ -65,6 +65,16 @@ rm -rf %{buildroot} %{_mandir}/man3/Path::Class::File.3pm* %changelog +* Mon Dec 10 2012 Paul Howarth - 0.27-1 +- Update to 0.27: + - Added pruning support in dir->recurse(); if recurse callback returns + $item->PRUNE, no children of this item will be analyzed + - Documented 'basename' method for directories + - Added traverse_if() function, which allows one to filter children before + processing them + - Added tempdir() function +- Package upstream LICENSE file + * Fri Jul 20 2012 Fedora Release Engineering - 0.26-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index d5c6457..dc24e8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec77aaa16cff0c29143c578f30d420cd Path-Class-0.26.tar.gz +31fde06f8cfda2256a4f38fc208fb709 Path-Class-0.27.tar.gz