commit 98b5658b096ad173a9a54735188efa08c86457f8 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Tue Sep 24 12:26:06 2013 +0100 Update to 0.034 - New upstream release 0.034 - Exceptions are now Path::Tiny::Error objects, not autodie exceptions; this removes the last dependency on autodie, which allows us to support Perls as far back as v5.8.1 - BSD/NFS flock fix was not backwards compatible before v5.14; this fixes it harder - Lowered ExtUtils::MakeMaker configure_requires version to 6.17 perl-Path-Tiny.spec | 17 ++++++++++++----- sources | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) --- diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 7efcb21..620e4ab 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,5 +1,5 @@ Name: perl-Path-Tiny -Version: 0.033 +Version: 0.034 Release: 1%{?dist} Summary: File path utility Group: Development/Libraries @@ -8,9 +8,8 @@ URL: http://search.cpan.org/dist/Path-Tiny/ Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-%{version}.tar.gz BuildArch: noarch # Module Build -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 # Module Runtime -BuildRequires: perl(autodie::exception) >= 2.14 BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Cwd) @@ -24,6 +23,7 @@ BuildRequires: perl(File::Path) >= 2.07 BuildRequires: perl(File::Spec) >= 3.40 BuildRequires: perl(File::stat) BuildRequires: perl(File::Temp) >= 0.18 +BuildRequires: perl(if) BuildRequires: perl(overload) BuildRequires: perl(strict) BuildRequires: perl(threads) @@ -77,8 +77,6 @@ appropriate. The *_utf8 methods (slurp_utf8, lines_utf8, etc.) operate in raw mode without CRLF translation. -It uses autodie internally, so most failures will be thrown as exceptions. - %prep %setup -q -n Path-Tiny-%{version} @@ -100,6 +98,15 @@ make test %{_mandir}/man3/Path::Tiny.3pm* %changelog +* Tue Sep 24 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 0.034-1 +- Update to 0.034 + - Exceptions are now Path::Tiny::Error objects, not autodie exceptions; this + removes the last dependency on autodie, which allows us to support Perls as + far back as v5.8.1 + - BSD/NFS flock fix was not backwards compatible before v5.14; this fixes it + harder + - Lowered ExtUtils::MakeMaker configure_requires version to 6.17 + * Thu Sep 12 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 0.033-1 - Update to 0.033 - Perl on BSD may not support locking on an NFS filesystem: if this is diff --git a/sources b/sources index 20e216d..6b1cf04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb70291b1792998c4780eced3ca4d20a Path-Tiny-0.033.tar.gz +ab57348a9460e6894f9fcf0f9f937166 Path-Tiny-0.034.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel