[perl-Path-FindDev] 0.3.1 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Fri Sep 20 11:25:13 UTC 2013


commit d0d379672f0070b1e804d1d3001767d141a4bd26
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Fri Sep 20 13:23:28 2013 +0200

    0.3.1 bump

 .gitignore             |    1 +
 perl-Path-FindDev.spec |   13 ++++++++-----
 sources                |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7220cb9..70260bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Path-FindDev-0.2.0.tar.gz
+/Path-FindDev-0.3.1.tar.gz
diff --git a/perl-Path-FindDev.spec b/perl-Path-FindDev.spec
index 133eb86..5ebcf99 100644
--- a/perl-Path-FindDev.spec
+++ b/perl-Path-FindDev.spec
@@ -1,5 +1,5 @@
 Name:           perl-Path-FindDev
-Version:        0.2.0
+Version:        0.3.1
 Release:        1%{?dist}
 Summary:        Find a development path somewhere in an upper hierarchy
 License:        GPL+ or Artistic
@@ -8,22 +8,22 @@ 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.3601
+BuildRequires:  perl(Module::Build) >= 0.4007
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Class::Tiny) >= 0.010
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Moo)
 BuildRequires:  perl(Path::IsDev) >= 0.2.2
 BuildRequires:  perl(Path::IsDev::Object)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Sub::Exporter)
 # Tests
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::More) >= 0.98
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Carp)
@@ -57,5 +57,8 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 20 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.3.1-1
+- 0.3.1 bump
+
 * Mon Sep 16 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.2.0-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index ce7ca85..7921402 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad33f49af7172c6928a46cf1f623f06b  Path-FindDev-0.2.0.tar.gz
+9b65671e59fe9c919e730fc5f3b44a9f  Path-FindDev-0.3.1.tar.gz



More information about the perl-devel mailing list