Accepting request 623030 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/623030 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=19
This commit is contained in:
commit
71be0814b2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c69f1dcfeb4aa004086deb9bc14c7d79f45798b947f1efbd634a3442e267aaef
|
|
||||||
size 93011
|
|
3
Path-Tiny-0.106.tar.gz
Normal file
3
Path-Tiny-0.106.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:308e39087b626013569a15783b896d61916fd1e67d06017f40cff567af36464d
|
||||||
|
size 92938
|
@ -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
|
Sat Feb 18 07:12:28 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Path-Tiny
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Path-Tiny
|
Name: perl-Path-Tiny
|
||||||
Version: 0.104
|
Version: 0.106
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Path-Tiny
|
%define cpan_name Path-Tiny
|
||||||
Summary: File path utility
|
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).
|
object gives you back the path (after some clean up).
|
||||||
|
|
||||||
File input/output methods 'flock' handles before reading or writing, as
|
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
|
The '*_utf8' methods ('slurp_utf8', 'lines_utf8', etc.) operate in raw
|
||||||
mode. On Windows, that means they will not have CRLF translation from the
|
mode. On Windows, that means they will not have CRLF translation from the
|
||||||
|
Loading…
Reference in New Issue
Block a user