diff --git a/Path-Tiny-0.104.tar.gz b/Path-Tiny-0.104.tar.gz deleted file mode 100644 index 14fbae2..0000000 --- a/Path-Tiny-0.104.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c69f1dcfeb4aa004086deb9bc14c7d79f45798b947f1efbd634a3442e267aaef -size 93011 diff --git a/Path-Tiny-0.106.tar.gz b/Path-Tiny-0.106.tar.gz new file mode 100644 index 0000000..ef4f5dd --- /dev/null +++ b/Path-Tiny-0.106.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308e39087b626013569a15783b896d61916fd1e67d06017f40cff567af36464d +size 92938 diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index 485d747..0aa01bd 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sun Jul 15 05:54:57 UTC 2018 - coolo@suse.com + +- updated to 0.106 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.106 2018-07-14 09:37:00-04:00 America/New_York + + [Tests] + + - Protected t/locking.t from PERL_PATH_TINY_NO_FLOCK already + in the environment. + + 0.105 2018-07-07 10:09:04-04:00 America/New_York (TRIAL RELEASE) + + [Additions] + + - The PERL_PATH_TINY_NO_FLOCK environment variable has been added to + allow users to disable file locking (and any associated warnings). + + [Changes] + + - Detection of unsupported 'flock' is no longer BSD-specific. This + allows detecting and warning, for example, with the Luster filesystem + on Linux. + + [Tests] + + - Improve reliability and diagnostics of tests run via 'do'. + ------------------------------------------------------------------- Sat Feb 18 07:12:28 UTC 2017 - coolo@suse.com diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 85c1b68..9a1161d 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Path-Tiny # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Path-Tiny -Version: 0.104 +Version: 0.106 Release: 0 %define cpan_name Path-Tiny Summary: File path utility @@ -56,7 +56,7 @@ All paths are forced to have Unix-style forward slashes. Stringifying the object gives you back the path (after some clean up). File input/output methods 'flock' handles before reading or writing, as -appropriate (if supported by the platform). +appropriate (if supported by the platform and/or filesystem). The '*_utf8' methods ('slurp_utf8', 'lines_utf8', etc.) operate in raw mode. On Windows, that means they will not have CRLF translation from the