Update to 0.088
- New upstream release 0.088 - Fixed bugs in relative symlink resolution for realpath, spew and edit_lines - Symlink resolution will detect circular loops and throw an error
This commit is contained in:
parent
5e259b1a4f
commit
0c96b35e29
@ -1,7 +1,7 @@
|
||||
# TODO: BR: optional test dependency perl(Test::MockRandom) when available
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.086
|
||||
Version: 0.088
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
Group: Development/Libraries
|
||||
@ -106,6 +106,11 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 18 2016 Paul Howarth <paul@city-fan.org> - 0.088-1
|
||||
- Update to 0.088
|
||||
- Fixed bugs in relative symlink resolution for realpath, spew and edit_lines
|
||||
- Symlink resolution will detect circular loops and throw an error
|
||||
|
||||
* Mon Apr 4 2016 Paul Howarth <paul@city-fan.org> - 0.086-1
|
||||
- Update to 0.086
|
||||
- Improved documentation of copy and move
|
||||
|
||||
Loading…
Reference in New Issue
Block a user