From 5e259b1a4f91f84c4cb5e2a0722b744668ecfaa8 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 4 Apr 2016 10:52:26 +0100
Subject: Update to 0.086

- New upstream release 0.086
  - Improved documentation of copy and move
- Simplify find command using -delete
---
 perl-Path-Tiny.spec | 9 +++++++--
 sources             | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index cd33ba2..0b97622 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,7 +1,7 @@
 # TODO: BR: optional test dependency perl(Test::MockRandom) when available
 
 Name:          perl-Path-Tiny
-Version:       0.084
+Version:       0.086
 Release:       1%{?dist}
 Summary:       File path utility
 Group:         Development/Libraries
@@ -93,7 +93,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -106,6 +106,11 @@ make test
 %{_mandir}/man3/Path::Tiny.3*
 
 %changelog
+* Mon Apr  4 2016 Paul Howarth <p...@city-fan.org> - 0.086-1
+- Update to 0.086
+  - Improved documentation of copy and move
+- Simplify find command using -delete
+
 * Fri Mar  4 2016 Paul Howarth <p...@city-fan.org> - 0.084-1
 - Update to 0.084
   - Fixed relative() for the case with regex metacharacters in the path
diff --git a/sources b/sources
index 8e736ae..9901367 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91de357ef60ba1a86b1c68b6064321a9  Path-Tiny-0.084.tar.gz
+03629b386517b8dc1256422742a8d6fa  Path-Tiny-0.086.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Path-Tiny.git/commit/?h=master&id=5e259b1a4f91f84c4cb5e2a0722b744668ecfaa8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to