From cb73bc8018a37791a1035d4d655f5edd37d0ce32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 20 Jul 2015 12:26:34 +0200 Subject: [PATCH] 2.11 bump --- .gitignore | 1 + .rpmlint | 2 ++ perl-File-Path.spec | 14 +++++++++++--- sources | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .rpmlint diff --git a/.gitignore b/.gitignore index fc512b0..8df150d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /File-Path-2.09.tar.gz +/File-Path-2.11.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..1cab9d2 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* subtree"); diff --git a/perl-File-Path.spec b/perl-File-Path.spec index 4252021..a7f2f72 100644 --- a/perl-File-Path.spec +++ b/perl-File-Path.spec @@ -1,12 +1,15 @@ Name: perl-File-Path -Version: 2.09 -Release: 347%{?dist} +Version: 2.11 +Release: 1%{?dist} Summary: Create or remove directory trees License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Path/ -Source0: http://www.cpan.org/authors/id/D/DL/DLAND/File-Path-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RI/RICHE/File-Path-%{version}.tar.gz BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) @@ -21,8 +24,10 @@ BuildRequires: perl(File::Spec) BuildRequires: perl(vars) # Tests: BuildRequires: perl(Config) +BuildRequires: perl(Fcntl) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) %if !%{defined perl_bootstrap} # Optional tests: BuildRequires: perl(Test::Output) @@ -55,6 +60,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Jul 20 2015 Petr Pisar - 2.11-1 +- 2.11 bump + * Thu Jun 18 2015 Fedora Release Engineering - 2.09-347 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index d787b83..9d362a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -423f5ead2727be5270f08a39df53be6c File-Path-2.09.tar.gz +b47c33a4f43944d263893a6ad3a0483e File-Path-2.11.tar.gz