[perl-Path-IsDev] 0.3.3 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Sep 26 12:25:26 UTC 2013


commit 7162621b326c653863f64246c48c4306a86a6199
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Sep 26 14:25:05 2013 +0200

    0.3.3 bump

 .gitignore           |    1 +
 perl-Path-IsDev.spec |    8 ++++++--
 sources              |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 382dcc0..c30e4d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Path-IsDev-0.3.0.tar.gz
 /Path-IsDev-0.3.2.tar.gz
+/Path-IsDev-0.3.3.tar.gz
diff --git a/perl-Path-IsDev.spec b/perl-Path-IsDev.spec
index a3a4725..f77a388 100644
--- a/perl-Path-IsDev.spec
+++ b/perl-Path-IsDev.spec
@@ -1,5 +1,5 @@
 Name:           perl-Path-IsDev
-Version:        0.3.2
+Version:        0.3.3
 Release:        1%{?dist}
 Summary:        Determine if a given Path resembles a development source tree
 License:        GPL+ or Artistic
@@ -13,13 +13,14 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Class::Tiny) >= 0.010
+BuildRequires:  perl(Class::Tiny) >= 0.011
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Sub::Exporter)
 # Tests
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(IO::Handle)
@@ -60,6 +61,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 26 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.3.3-1
+- 0.3.3 bump
+
 * Thu Sep 19 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.3.2-1
 - 0.3.2 bump
 
diff --git a/sources b/sources
index b68ef33..820e1c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ae9527dc25a5effcea91cffb0f16909  Path-IsDev-0.3.2.tar.gz
+e4a0f62c3d29af2fbdc89e8567393887  Path-IsDev-0.3.3.tar.gz



More information about the perl-devel mailing list