[perl-Path-IsDev] 1.000002 bump

Petr Pisar ppisar at fedoraproject.org
Tue Nov 26 09:06:38 UTC 2013


commit 177d5ee5b57b300e6930ff20a5613672a31bd5d7
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Nov 26 10:05:55 2013 +0100

    1.000002 bump

 .gitignore           |    1 +
 perl-Path-IsDev.spec |   16 ++++++++--------
 sources              |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4334162..3bf1abd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Path-IsDev-0.4.0.tar.gz
 /Path-IsDev-0.6.0.tar.gz
 /Path-IsDev-1.000000.tar.gz
+/Path-IsDev-1.000002.tar.gz
diff --git a/perl-Path-IsDev.spec b/perl-Path-IsDev.spec
index 053af79..a4d36e9 100644
--- a/perl-Path-IsDev.spec
+++ b/perl-Path-IsDev.spec
@@ -1,5 +1,5 @@
 Name:           perl-Path-IsDev
-Version:        1.000000
+Version:        1.000002
 Release:        1%{?dist}
 Summary:        Determine if a given Path resembles a development source tree
 License:        GPL+ or Artistic
@@ -8,12 +8,12 @@ URL:            http://search.cpan.org/dist/Path-IsDev/
 Source0:        http://www.cpan.org/authors/id/K/KE/KENTNL/Path-IsDev-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build) >= 0.3601
+BuildRequires:  perl(Module::Build) >= 0.4202
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Class::Tiny) >= 0.011
+BuildRequires:  perl(Class::Tiny) >= 0.010
 BuildRequires:  perl(Config)
 BuildRequires:  perl(File::HomeDir)
 BuildRequires:  perl(Module::Runtime)
@@ -23,13 +23,10 @@ BuildRequires:  perl(Role::Tiny::With)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Sub::Exporter)
 # Tests
-BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
-BuildRequires:  perl(IO::Handle)
-BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::Fatal)
-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::HomeDir)
@@ -43,7 +40,7 @@ Requires:       perl(Scalar::Util)
 This module is more or less a bunch of heuristics for determining if a
 given path is a development tree root of some kind.
 
-This has many useful applications, notably ones that require behaviours for
+This has many useful applications, notably ones that require behaviors for
 "installed" modules to be different to those that are still "in
 development"
 
@@ -67,6 +64,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 26 2013 Petr Pisar <ppisar at redhat.com> - 1.000002-1
+- 1.000002 bump
+
 * Thu Oct 24 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.000000-1
 - 1.000000 bump
 
diff --git a/sources b/sources
index 23d41fc..6ad2eb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9ffbd766f6aa97205eaedba5ce219488  Path-IsDev-1.000000.tar.gz
+5645c9006031cc1fed8dce70095e312e  Path-IsDev-1.000002.tar.gz


More information about the scm-commits mailing list