[perl-Path-FindDev/f20] 0.4.0 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Wed Oct 2 12:52:52 UTC 2013


commit 982fa5763a0e2490f75020d655d640d55b4d76e0
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Wed Oct 2 14:52:14 2013 +0200

    0.4.0 bump

 .gitignore             |    1 +
 perl-Path-FindDev.spec |   16 +++++++++-------
 sources                |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7220cb9..54eb1fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Path-FindDev-0.2.0.tar.gz
+/Path-FindDev-0.4.0.tar.gz
diff --git a/perl-Path-FindDev.spec b/perl-Path-FindDev.spec
index 133eb86..35f7004 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.4.0
 Release:        1%{?dist}
 Summary:        Find a development path somewhere in an upper hierarchy
 License:        GPL+ or Artistic
@@ -13,21 +13,20 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Moo)
+BuildRequires:  perl(Class::Tiny) >= 0.010
 BuildRequires:  perl(Path::IsDev) >= 0.2.2
 BuildRequires:  perl(Path::IsDev::Object)
-BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Path::Tiny) >= 0.038
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Sub::Exporter)
 # Tests
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(File::Spec)
 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)
-Requires:       perl(File::Spec)
 Requires:       perl(Path::IsDev) >= 0.2.2
 Requires:       perl(Path::IsDev::Object)
 Requires:       perl(Path::Tiny)
@@ -57,5 +56,8 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 02 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.4.0-1
+- 0.4.0 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..9697b7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad33f49af7172c6928a46cf1f623f06b  Path-FindDev-0.2.0.tar.gz
+afc2b1f00e133a7a630e7f424fe9866a  Path-FindDev-0.4.0.tar.gz



More information about the perl-devel mailing list