From 15585e9b30ae2e9ef0d304430b536f494ecdaab8be34286df6ee29c633b8f295 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 9 Dec 2013 13:37:46 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=7 --- Path-Tiny-0.038.tar.gz | 3 --- Path-Tiny-0.047.tar.gz | 3 +++ perl-Path-Tiny.changes | 24 ++++++++++++++++++++++++ perl-Path-Tiny.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 Path-Tiny-0.038.tar.gz create mode 100644 Path-Tiny-0.047.tar.gz diff --git a/Path-Tiny-0.038.tar.gz b/Path-Tiny-0.038.tar.gz deleted file mode 100644 index 23f30c9..0000000 --- a/Path-Tiny-0.038.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bf03c86f7c02d2c391f50ae8d8e627aaa5423ad255165e3679f226447d9ca0d -size 45050 diff --git a/Path-Tiny-0.047.tar.gz b/Path-Tiny-0.047.tar.gz new file mode 100644 index 0000000..81b1a24 --- /dev/null +++ b/Path-Tiny-0.047.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c87170b8d3a84b711fff401d6514ed3858dac3a262632472ca0e0924b7c36eb +size 49076 diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index cba40ed..092dfae 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Dec 9 13:31:53 UTC 2013 - opensuse@dstoecker.de + +- update to 0.047 + - Revised locking tests for portability again: locks are now tested + from a separate process + - Fixed child path construction against the root path. + - Fixed t/00-report-prereqs.t for use with older versions of + CPAN::Meta::Requirements + - When 'realpath' can't be resolved (because intermediate directories + don't exist), the exception now explains the error clearly instead of + complaining about path() needing a defined, positive-length argument. + - Removes duplicate test dependency on File::Spec that triggers + a CPAN.pm bug + - When using 'filehandle' to request a locked handle that truncates an + existing file and has a binmode starting with ":unix", this fixes a + bug where pseudo-layers weren't being cleared properly. + - The 'filehandle' method now offers an option to return locked handles + based on the file mode. Input-output methods now rely on this + feature internally. Truncating file modes defer truncation until + after an exclusive lock is acquired. + - The 'filehandle' method now respects default encoding set by + the caller's open pragma. + ------------------------------------------------------------------- Tue Oct 8 15:50:04 UTC 2013 - coolo@suse.com diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index e530c5a..112062c 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -17,7 +17,7 @@ Name: perl-Path-Tiny -Version: 0.038 +Version: 0.047 Release: 0 %define cpan_name Path-Tiny Summary: File path utility