From efad9e17e116d8d8b90ea122234a12d8c7ea2d66cc70ef73418832603019e3b9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 7 Sep 2015 15:19:59 +0000 Subject: [PATCH] - extend version OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Path?expand=0&rev=3 --- perl-File-Path.changes | 5 +++++ perl-File-Path.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/perl-File-Path.changes b/perl-File-Path.changes index 3620903..6263520 100644 --- a/perl-File-Path.changes +++ b/perl-File-Path.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 7 15:19:52 UTC 2015 - coolo@suse.com + +- extend version + ------------------------------------------------------------------- Sun Jul 19 08:50:47 UTC 2015 - coolo@suse.com diff --git a/perl-File-Path.spec b/perl-File-Path.spec index 4946909..83e5600 100644 --- a/perl-File-Path.spec +++ b/perl-File-Path.spec @@ -17,15 +17,16 @@ Name: perl-File-Path -Version: 2.11 +Version: 2.110000 Release: 0 +%define cpan_version 2.11 +Provides: perl(File::Path) = 2.110000 %define cpan_name File-Path Summary: Create or remove directory trees License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-Path/ -#Source0: http://www.cpan.org/authors/id/D/DL/DLAND/%{cpan_name}-2.09.tar.gz -Source0: File-Path-2.11.tar.gz +Source0: http://www.cpan.org/authors/id/R/RI/RICHE/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,7 +39,7 @@ This module provide a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem. %prep -%setup -q -n %{cpan_name}-%{version} +%setup -q -n %{cpan_name}-%{cpan_version} find . -type f -print0 | xargs -0 chmod 644 %build