diff --git a/.gitignore b/.gitignore index 72fd933..16a23a1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /Path-FindDev-0.3.2.tar.gz /Path-FindDev-0.4.0.tar.gz /Path-FindDev-0.4.1.tar.gz +/Path-FindDev-0.4.2.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..06451f9 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* IsDev"); diff --git a/perl-Path-FindDev.spec b/perl-Path-FindDev.spec index 0f51bd6..c581719 100644 --- a/perl-Path-FindDev.spec +++ b/perl-Path-FindDev.spec @@ -1,5 +1,5 @@ Name: perl-Path-FindDev -Version: 0.4.1 +Version: 0.4.2 Release: 1%{?dist} Summary: Find a development path somewhere in an upper hierarchy License: GPL+ or Artistic @@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/Path-FindDev/ Source0: http://www.cpan.org/authors/id/K/KE/KENTNL/Path-FindDev-%{version}.tar.gz BuildArch: noarch BuildRequires: perl -BuildRequires: perl(Module::Build) >= 0.4007 +BuildRequires: perl(Module::Build) >= 0.4008 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time @@ -24,7 +24,7 @@ BuildRequires: perl(File::Spec) BuildRequires: perl(FindBin) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) -BuildRequires: perl(Test::More) >= 0.99 +BuildRequires: perl(Test::More) >= 1.001002 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) Requires: perl(File::Spec) @@ -57,6 +57,9 @@ perl Build.PL installdirs=vendor %{_mandir}/man3/* %changelog +* Mon Nov 25 2013 Petr Pisar - 0.4.2-1 +- 0.4.2 bump + * Thu Oct 24 2013 Jitka Plesnikova - 0.4.1-1 - 0.4.1 bump diff --git a/sources b/sources index 35015a2..72611c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a11511306156719502d3f4a6e1be4a27 Path-FindDev-0.4.1.tar.gz +8f95bc7519db7d107ca9dad0b7c481cc Path-FindDev-0.4.2.tar.gz