From 55fef0c9128a455c780c311903b30681fc61350900ec18d738314ec2e839315d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 8 Oct 2013 15:50:59 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=5 --- Path-Tiny-0.035.tar.gz | 3 --- Path-Tiny-0.038.tar.gz | 3 +++ perl-Path-Tiny.changes | 15 +++++++++++++++ perl-Path-Tiny.spec | 22 ++++++++++------------ 4 files changed, 28 insertions(+), 15 deletions(-) delete mode 100644 Path-Tiny-0.035.tar.gz create mode 100644 Path-Tiny-0.038.tar.gz diff --git a/Path-Tiny-0.035.tar.gz b/Path-Tiny-0.035.tar.gz deleted file mode 100644 index acd355c..0000000 --- a/Path-Tiny-0.035.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68e49e087dcc16ffdec2f9b1233c613413f70e4b288d80778c2d6b0630ccd934 -size 44291 diff --git a/Path-Tiny-0.038.tar.gz b/Path-Tiny-0.038.tar.gz new file mode 100644 index 0000000..23f30c9 --- /dev/null +++ b/Path-Tiny-0.038.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf03c86f7c02d2c391f50ae8d8e627aaa5423ad255165e3679f226447d9ca0d +size 45050 diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index 256486a..cba40ed 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Oct 8 15:50:04 UTC 2013 - coolo@suse.com + +- updated to 0.038 + [ADDITIONS] + - Added 'is_rootdir' method to simplify testing if a path is + the root directory + + [FIXES] + - Fixed for v5.8 + + [PREREQS] + - No longer lists 'threads' as a prerequisite. If you have a threaded + perl, you have it and if you're not, Path::Tiny doesn't care. + ------------------------------------------------------------------- Wed Sep 25 07:34:04 UTC 2013 - opensuse@dstoecker.de diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index ac9d959..e530c5a 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -17,7 +17,7 @@ Name: perl-Path-Tiny -Version: 0.035 +Version: 0.038 Release: 0 %define cpan_name Path-Tiny Summary: File path utility @@ -29,18 +29,19 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Devel::Hide) BuildRequires: perl(Digest::SHA) >= 5.45 BuildRequires: perl(File::Path) >= 2.07 BuildRequires: perl(File::Spec) >= 3.40 -BuildRequires: perl(File::Temp) >= 0.18 -BuildRequires: perl(File::pushd) -BuildRequires: perl(Test::Deep) -BuildRequires: perl(Test::FailWarnings) -BuildRequires: perl(Test::Fatal) +BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(Test::More) >= 0.96 +#BuildRequires: perl(Path::Class) +#BuildRequires: perl(Path::Tiny) +#BuildRequires: perl(Pod::Wordlist) +#BuildRequires: perl(Test::FailWarnings) +#BuildRequires: perl(Test::Spelling) >= 0.12 +#BuildRequires: perl(TestUtils) +#BuildRequires: perl(Unicode::UTF8) >= 0.58 Requires: perl(Digest::SHA) >= 5.45 -Requires: perl(File::Copy) Requires: perl(File::Path) >= 2.07 Requires: perl(File::Spec) >= 3.40 Requires: perl(File::Temp) >= 0.18 @@ -68,9 +69,6 @@ The '*_utf8' methods ('slurp_utf8', 'lines_utf8', etc.) operate in raw mode without CRLF translation. Installing the Unicode::UTF8 manpage 0.58 or later will speed up several of them and is highly recommended. -It uses the autodie manpage internally, so most failures will be thrown as -exceptions. - %prep %setup -q -n %{cpan_name}-%{version} @@ -88,6 +86,6 @@ exceptions. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING LICENSE perlcritic.rc README tidyall.ini +%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README tidyall.ini %changelog