Update to 0.082

- New upstream release 0.082
  - The relative() method no longer uses File::Spec's buggy rel2abs method;
    the new Path::Tiny algorithm should be comparable and passes File::Spec
    rel2abs test cases, except that it correctly accounts for symlinks
  - Added 'edit' and 'edit_lines' plus _utf8 and _raw variants; this is
    similar to perl's -i flag (though without backups)
  - Fixed lines_utf8() with chomping for repeated empty lines
  - Fixed lines_utf8+chomp and relative() bugs on Windows
  - Documented that subclassing is not supported
This commit is contained in:
Paul Howarth 2016-03-02 10:37:06 +00:00
parent 67e788a766
commit c6da6dc260
2 changed files with 15 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# TODO: BR: optional test dependency perl(Test::MockRandom) when available
Name: perl-Path-Tiny
Version: 0.076
Release: 2%{?dist}
Version: 0.082
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
License: ASL 2.0
@ -28,7 +28,7 @@ BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Glob)
BuildRequires: perl(File::Path) >= 2.07
BuildRequires: perl(File::Spec) >= 3.40
BuildRequires: perl(File::Spec) >= 0.86
BuildRequires: perl(File::stat)
BuildRequires: perl(File::Temp) >= 0.19
BuildRequires: perl(if)
@ -106,6 +106,17 @@ make test
%{_mandir}/man3/Path::Tiny.3*
%changelog
* Wed Mar 2 2016 Paul Howarth <paul@city-fan.org> - 0.082-1
- Update to 0.082
- The relative() method no longer uses File::Spec's buggy rel2abs method;
the new Path::Tiny algorithm should be comparable and passes File::Spec
rel2abs test cases, except that it correctly accounts for symlinks
- Added 'edit' and 'edit_lines' plus _utf8 and _raw variants; this is
similar to perl's -i flag (though without backups)
- Fixed lines_utf8() with chomping for repeated empty lines
- Fixed lines_utf8+chomp and relative() bugs on Windows
- Documented that subclassing is not supported
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.076-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
495b965187a59af9b99c0f4709013746 Path-Tiny-0.076.tar.gz
0a1d918d0b84a3459355d63411a6c084 Path-Tiny-0.082.tar.gz