[perl-Path-IsDev] 1.000000 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Oct 24 11:51:20 UTC 2013


commit 075a31a8fb12a8efad0216bc2d3ee7af9c04ef17
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Oct 24 13:51:15 2013 +0200

    1.000000 bump

 .gitignore           |    1 +
 perl-Path-IsDev.spec |   13 ++++++++++---
 sources              |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae5477a..4334162 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Path-IsDev-0.3.3.tar.gz
 /Path-IsDev-0.4.0.tar.gz
 /Path-IsDev-0.6.0.tar.gz
+/Path-IsDev-1.000000.tar.gz
diff --git a/perl-Path-IsDev.spec b/perl-Path-IsDev.spec
index d237a40..053af79 100644
--- a/perl-Path-IsDev.spec
+++ b/perl-Path-IsDev.spec
@@ -1,5 +1,5 @@
 Name:           perl-Path-IsDev
-Version:        0.6.0
+Version:        1.000000
 Release:        1%{?dist}
 Summary:        Determine if a given Path resembles a development source tree
 License:        GPL+ or Artistic
@@ -14,8 +14,9 @@ BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Tiny) >= 0.011
+BuildRequires:  perl(Config)
+BuildRequires:  perl(File::HomeDir)
 BuildRequires:  perl(Module::Runtime)
-BuildRequires:  perl(parent)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Role::Tiny)
 BuildRequires:  perl(Role::Tiny::With)
@@ -28,13 +29,16 @@ BuildRequires:  perl(FindBin)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(Test::More) >= 0.99
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Carp)
+Requires:       perl(File::HomeDir)
 Requires:       perl(Module::Runtime)
 Requires:       perl(Path::Tiny)
 Requires:       perl(Scalar::Util)
 
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Class::Tiny\\)\\s*$
+
 %description
 This module is more or less a bunch of heuristics for determining if a
 given path is a development tree root of some kind.
@@ -63,6 +67,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 24 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.000000-1
+- 1.000000 bump
+
 * Tue Oct 08 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.6.0-1
 - 0.6.0 bump
 
diff --git a/sources b/sources
index 17fb0b0..23d41fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81dd4d8b48602dbbaf2fc972a44d2d15  Path-IsDev-0.6.0.tar.gz
+9ffbd766f6aa97205eaedba5ce219488  Path-IsDev-1.000000.tar.gz



More information about the perl-devel mailing list