8
0
Stephan Kulow
2013-12-18 10:40:52 +00:00
committed by Git OBS Bridge
parent 273b229d5a
commit 7986f25c10
4 changed files with 26 additions and 8 deletions

View File

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

3
Path-Class-0.33.tar.gz Normal file
View File

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

View File

@@ -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

View File

@@ -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