From 7986f25c10ed0ccf438a8e08c771c2e74bc16c01af26a0930ba62d1df046df4c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 18 Dec 2013 10:40:52 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Class?expand=0&rev=23 --- Path-Class-0.32.tar.gz | 3 --- Path-Class-0.33.tar.gz | 3 +++ perl-Path-Class.changes | 17 +++++++++++++++++ perl-Path-Class.spec | 11 ++++++----- 4 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 Path-Class-0.32.tar.gz create mode 100644 Path-Class-0.33.tar.gz diff --git a/Path-Class-0.32.tar.gz b/Path-Class-0.32.tar.gz deleted file mode 100644 index 2bce7ee..0000000 --- a/Path-Class-0.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:320ba296e134170eaabb42ff3929f82419bedd4de98bf44babfaccef17d3ecb8 -size 32205 diff --git a/Path-Class-0.33.tar.gz b/Path-Class-0.33.tar.gz new file mode 100644 index 0000000..09c1364 --- /dev/null +++ b/Path-Class-0.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8cc6a68e2099eeb6099df6af83b4585eb0ddf6c77490d6fa97eadb09d0c677 +size 33101 diff --git a/perl-Path-Class.changes b/perl-Path-Class.changes index 2ff7ccf..937cbe8 100644 --- a/perl-Path-Class.changes +++ b/perl-Path-Class.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Dec 18 10:40:28 UTC 2013 - coolo@suse.com + +- updated to 0.33 + - New copy_to() and move_to() methods. [Robert Rothenberg & Ken Williams] + + - As advised in the utime() docs, pass undef as the time for touch(). + + - Do a better job cleaning up temp files in the tests. + + - Optimization: use parent.pm instead of base.pm. [Olivier Mengué] + + - Changed the docs to show that file() and dir() are exported by + default. + + - Fixed spelling error in POD. [Salvatore Bonaccorso] + ------------------------------------------------------------------- Sun Jun 9 14:52:47 UTC 2013 - coolo@suse.com diff --git a/perl-Path-Class.spec b/perl-Path-Class.spec index 5efad49..f771177 100644 --- a/perl-Path-Class.spec +++ b/perl-Path-Class.spec @@ -17,7 +17,7 @@ Name: perl-Path-Class -Version: 0.32 +Version: 0.33 Release: 0 %define cpan_name Path-Class Summary: Cross-platform path specification manipulation @@ -31,11 +31,12 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::Spec) >= 3.26 BuildRequires: perl(Module::Build) >= 0.3601 -#BuildRequires: perl(Path::Class) -#BuildRequires: perl(Path::Class::Dir) -#BuildRequires: perl(Path::Class::Entity) -#BuildRequires: perl(Path::Class::File) +BuildRequires: perl(Perl::OSType) +BuildRequires: perl(parent) + Requires: perl(File::Spec) >= 3.26 +Requires: perl(Perl::OSType) +Requires: perl(parent) %{perl_requires} %description