Update to 0.086

- New upstream release 0.086
  - Improved documentation of copy and move
- Simplify find command using -delete
This commit is contained in:
Paul Howarth 2016-04-04 10:52:26 +01:00
parent 4536339a68
commit 5e259b1a4f
2 changed files with 8 additions and 3 deletions

View File

@ -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 <paul@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 <paul@city-fan.org> - 0.084-1
- Update to 0.084
- Fixed relative() for the case with regex metacharacters in the path

View File

@ -1 +1 @@
91de357ef60ba1a86b1c68b6064321a9 Path-Tiny-0.084.tar.gz
03629b386517b8dc1256422742a8d6fa Path-Tiny-0.086.tar.gz