From c6da6dc260576ed63859b7f32bf2ef0ff9235917 Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Wed, 2 Mar 2016 10:37:06 +0000 Subject: 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 --- perl-Path-Tiny.spec | 17 ++++++++++++++--- sources | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index c0efa23..281ea68 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -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 <p...@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 <rel...@fedoraproject.org> - 0.076-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 49f10d5..1aba60e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -495b965187a59af9b99c0f4709013746 Path-Tiny-0.076.tar.gz +0a1d918d0b84a3459355d63411a6c084 Path-Tiny-0.082.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-Path-Tiny.git/commit/?h=master&id=c6da6dc260576ed63859b7f32bf2ef0ff9235917 -- 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