From b70b047ba2ef079981300cd9e31edc682d2f2da07d8ec53f29d4c04c7b7a8a2d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 28 May 2016 13:07:41 +0000 Subject: [PATCH] Accepting request 398472 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/398472 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=23 --- Path-Tiny-0.090.tar.gz | 3 --- Path-Tiny-0.094.tar.gz | 3 +++ perl-Path-Tiny.changes | 34 ++++++++++++++++++++++++++++++++++ perl-Path-Tiny.spec | 6 ++++-- 4 files changed, 41 insertions(+), 5 deletions(-) delete mode 100644 Path-Tiny-0.090.tar.gz create mode 100644 Path-Tiny-0.094.tar.gz diff --git a/Path-Tiny-0.090.tar.gz b/Path-Tiny-0.090.tar.gz deleted file mode 100644 index 9e8d9fe..0000000 --- a/Path-Tiny-0.090.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6129b6d5b7929ff4660769828ada3576836e88508c4b64093c1ed2d0c1bf8c04 -size 89951 diff --git a/Path-Tiny-0.094.tar.gz b/Path-Tiny-0.094.tar.gz new file mode 100644 index 0000000..2cfd0ae --- /dev/null +++ b/Path-Tiny-0.094.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06ac7dfe46b54f8919c279b9f6fc452c0d003940e3d3fda043c2b7f0f87b4cd +size 90610 diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index 5e18214..f6a4b79 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Sat May 28 10:23:26 UTC 2016 - coolo@suse.com + +- updated to 0.094 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.094 2016-05-23 12:45:19-04:00 America/New_York + + - Fixed Changes note typo in 0.092. 0.092 had no changes since 0.091, + not 0.090, meaning that all 0.091 changes were (and are) included. + + 0.092 2016-05-23 11:36:54-04:00 America/New_York + + - No changes from 0.091 + + 0.091 2016-05-17 13:32:21-04:00 America/New_York (TRIAL RELEASE) + + [Changes] + + - Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8) + if available and Unicode::UTF8 is not installed. + + [Fixes] + + - The 'touch' method can now set the current time on files that aren't + owned, as long as they are writeable. + + [Tests] + + - Improved consistency of symlink support inspection; now always + looks at $Config{d_symlink}. + + - Skips impossible test on 'msys' platform. + ------------------------------------------------------------------- Thu May 5 09:54:39 UTC 2016 - coolo@suse.com diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index a731c7b..fdb850d 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -17,7 +17,7 @@ Name: perl-Path-Tiny -Version: 0.090 +Version: 0.094 Release: 0 %define cpan_name Path-Tiny Summary: File path utility @@ -61,7 +61,9 @@ appropriate (if supported by the platform). The '*_utf8' methods ('slurp_utf8', 'lines_utf8', etc.) operate in raw mode. On Windows, that means they will not have CRLF translation from the ':crlf' IO layer. Installing Unicode::UTF8 0.58 or later will speed up -'*_utf8' situations in many cases and is highly recommended. +'*_utf8' situations in many cases and is highly recommended. Alternatively, +installing PerlIO::utf8_strict 0.003 or later will be used in place of the +default ':encoding(UTF-8)'. This module depends heavily on PerlIO layers for correct operation and thus requires Perl 5.008001 or later.