[perlbrew/f14] update to 0.27

Iain Arnell iarnell at fedoraproject.org
Wed Jul 13 04:24:41 UTC 2011


commit 22e4e017f4299b9a0a6c03d7318242fd314f99da
Author: Iain Arnell <iarnell at gmail.com>
Date:   Wed Jul 13 05:54:48 2011 +0200

    update to 0.27

 .gitignore    |    1 +
 perlbrew.spec |    9 +++++++--
 sources       |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97d3d06..ca48836 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /App-perlbrew-0.22.tar.gz
 /App-perlbrew-0.23.tar.gz
 /App-perlbrew-0.24.tar.gz
+/App-perlbrew-0.27.tar.gz
diff --git a/perlbrew.spec b/perlbrew.spec
index 9bd2d61..ac9b650 100644
--- a/perlbrew.spec
+++ b/perlbrew.spec
@@ -1,5 +1,5 @@
 Name:           perlbrew
-Version:        0.24
+Version:        0.27
 Release:        1%{?dist}
 Summary:        Manage perl installations in your $HOME
 License:        MIT
@@ -10,6 +10,7 @@ BuildArch:      noarch
 BuildRequires:  perl >= 1:5.8.0
 BuildRequires:  perl(Devel::PatchPerl)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::All)
 BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(Test::Exception)
@@ -50,7 +51,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %check
 # no Test::Spec (yet)
-rm t/installation2.t
+rm t/installation2.t t/10.resolve.t
 make test
 
 %files
@@ -61,6 +62,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 13 2011 Iain Arnell <iarnell at gmail.com> 0.27-1
+- update to latest upstream
+- BR perl(File::Temp)
+
 * Wed Jun 08 2011 Iain Arnell <iarnell at gmail.com> 0.24-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 3cc1309..1694f5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2618a5a879f40da2f364216088c07b99  App-perlbrew-0.24.tar.gz
+cfe29d49235c6f37e7a155d457579e12  App-perlbrew-0.27.tar.gz


More information about the scm-commits mailing list