2.11 bump

This commit is contained in:
Petr Písař 2015-07-20 12:26:34 +02:00
parent 23be12b0d2
commit cb73bc8018
4 changed files with 15 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/File-Path-2.09.tar.gz
/File-Path-2.11.tar.gz

2
.rpmlint Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* subtree");

View File

@ -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 <ppisar@redhat.com> - 2.11-1
- 2.11 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-347
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
423f5ead2727be5270f08a39df53be6c File-Path-2.09.tar.gz
b47c33a4f43944d263893a6ad3a0483e File-Path-2.11.tar.gz