Accepting request 459306 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/459306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2017-02-22 12:44:49 +00:00 committed by Git OBS Bridge
commit 7a05be7f1f
4 changed files with 36 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b8c4c9db710470a26b356e7187eba47217fbba1fe8bd0ad72c5b2cc8f6ba10c
size 91804

3
Path-Tiny-0.104.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c69f1dcfeb4aa004086deb9bc14c7d79f45798b947f1efbd634a3442e267aaef
size 93011

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Feb 18 07:12:28 UTC 2017 - coolo@suse.com
- updated to 0.104
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.104 2017-02-17 07:17:00-05:00 America/New_York
- No changes from 0.103-TRIAL.
0.103 2017-02-10 17:25:06-05:00 America/New_York (TRIAL RELEASE)
[Bug fixes]
- Path::Tiny 0.101 on Windows made `$path->absolute("/foo")` return an
absolute path starting with 'C:/foo', which was an unintentional
behavior change. This release now uses any absolute base without
further normalization.
0.101 2017-02-05 09:56:46-05:00 America/New_York (TRIAL RELEASE)
[Changes]
- The 'absolute' method now always returns an absolute path, even if a
user provided a relative path for the base path. The old, odd
behavior was documented, but people often don't read docs. The new
behavior avoids suprises.
[Additions]
- Added 'cached_temp' method.
-------------------------------------------------------------------
Mon Feb 13 12:47:43 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Path-Tiny
Version: 0.100
Version: 0.104
Release: 0
%define cpan_name Path-Tiny
Summary: File path utility