forked from pool/perl-File-Path-Tiny
Accepting request 573797 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/573797 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Path-Tiny?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
4cab17c7f2
commit
484f631d81
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78f8eec74a11f423b4a9080d009d3c895c6b2c65833f0fd7fb11998cde50b6e8
|
||||
size 7723
|
3
File-Path-Tiny-0.9.tar.gz
Normal file
3
File-Path-Tiny-0.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a752bf67dbec35b68a4277335e4459e37c6f73343491fa7a372c564651aee6b4
|
||||
size 9883
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 16:31:14 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 0.9
|
||||
see /usr/share/doc/packages/perl-File-Path-Tiny/Changes
|
||||
|
||||
0.9 2017-12-29 16:17:42
|
||||
- Do chdir() for security reasons by default
|
||||
- Stop emptying/removing a path if it is changed out from underneath us
|
||||
- rt 96843: Add SEE ALSO section
|
||||
- prereq and unit test fixups
|
||||
- Unit tests for symlink toggling protection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 09:59:50 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Path-Tiny
|
||||
#
|
||||
# Copyright (c) 2016 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,19 +17,21 @@
|
||||
|
||||
|
||||
Name: perl-File-Path-Tiny
|
||||
Version: 0.8
|
||||
Version: 0.9
|
||||
Release: 0
|
||||
%define cpan_name File-Path-Tiny
|
||||
Summary: Recursive Versions of Mkdir() and Rmdir() Without As Much Overhead As Fi[cut]
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/File-Path-Tiny/
|
||||
Source0: http://www.cpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::Exception)
|
||||
Requires: perl(Test::Exception)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -53,14 +55,20 @@ need from here on out.
|
||||
|
||||
* * chdir()s
|
||||
|
||||
It does a ton of chdir()s which could leave you somewhere you're not
|
||||
It forces a ton of chdir()s which could leave you somewhere you're not
|
||||
planning on being and requires much more overhead to do.
|
||||
|
||||
This module provides a way to disable that if you know it is safe to do so
|
||||
in your circumstance.
|
||||
|
||||
* * can croak not allowing you to detect and handle failure
|
||||
|
||||
Just let me handle errors how I want. Don't make my entire app die or have
|
||||
to wrap it in an eval
|
||||
|
||||
The exception here is the security checks can croak, which is what you
|
||||
want. See DIAGNOSTICS for more info.
|
||||
|
||||
* * A well intentioned output system
|
||||
|
||||
Just let me do the output how I want. (Nothing, As HTML, print to a
|
||||
|
Reference in New Issue
Block a user