Accepting request 337565 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/337565
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Path?expand=0&rev=5
This commit is contained in:
Dirk Stoecker 2015-10-10 11:11:27 +00:00 committed by Git OBS Bridge
parent 3acc9c759d
commit c2b3467c19
4 changed files with 47 additions and 7 deletions

View File

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

3
File-Path-2.12.tar.gz Normal file
View File

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

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Sat Oct 10 08:56:34 UTC 2015 - coolo@suse.com
- updated to 2.12
see /usr/share/doc/packages/perl-File-Path/Changes
2.12 2015-10-09
- RT 105935 Change ERROR HANDLING doc section to be very clear about the
error handling mechanism for root nodes.
- RT 105935 Change ERROR HANDLING doc section to remove the EXPERIMENTAL
note; the error handling mechanism has been in place for several versions.
2.11_004 2015-10-01
- RT 105935 Revert change made in 2.10_001 to carp on failure to find root
directory when performing an rmtree.
2.11_003 2015-08-03
- Fix root tests to properly call prereq() -- failed primarily on Windows
since getpwent/getgrent not implemented on Windows.
2.11_002 2015-07-25
- Fix windows refactored tests - missing import and since it's out of
Path.t the path creation creates 2 directories (t/Path_win32.t)
- Fix root only tests. getpwent/getgrent was called twice, causing
skip_all to trigger and giving impression all tests pass.
2.11_001 2015-07-24
- RT 105527 FIX: Move eg/ and author tests from t/Path.t to xt/
- RT 105935 FIX: Clarify error behavior for rmtree errors on root directory
(not fixed but documented). Clarify in documentation the how alike
rmtree is to 'rm -r'.
- RT 105977 FIX: Fix INSTALLDIRS for Perl 5.6
- RT 105986 FIX: Refactor unit tests to better care for test counts
- RT 106039 FIX: Wrong version in Pod
- RT 106043 FIX: Suboptimal error message
- RT 106045 FIX: _run_for_warning does not consume multiple messages
- RT 106047 FIX: _run_for_verbose cause fail test on 5.6.2
- Removed optional File::Output usage and run those tests for everyone.
-------------------------------------------------------------------
Mon Sep 7 15:19:52 UTC 2015 - coolo@suse.com

View File

@ -17,10 +17,10 @@
Name: perl-File-Path
Version: 2.110000
Version: 2.120000
Release: 0
%define cpan_version 2.11
Provides: perl(File::Path) = 2.110000
%define cpan_version 2.12
Provides: perl(File::Path) = 2.120000
%define cpan_name File-Path
Summary: Create or remove directory trees
License: Artistic-1.0 or GPL-1.0+
@ -56,6 +56,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README README.md TODO
%doc Changes README
%changelog