[perlbrew/f14] update to 0.28 (cherry picked from commit c9529b718f49d0dd2d733281d91fc5b552921cf3)

Iain Arnell iarnell at fedoraproject.org
Sat Aug 13 08:46:03 UTC 2011


commit e4e027bd593bd6bdfdee9c323f7d850741be6f46
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Aug 13 10:41:02 2011 +0200

    update to 0.28
    (cherry picked from commit c9529b718f49d0dd2d733281d91fc5b552921cf3)
    
    Conflicts:
    
    	perlbrew.spec

 .gitignore    |    1 +
 perlbrew.spec |    6 +++++-
 sources       |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca48836..8749060 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /App-perlbrew-0.23.tar.gz
 /App-perlbrew-0.24.tar.gz
 /App-perlbrew-0.27.tar.gz
+/App-perlbrew-0.28.tar.gz
diff --git a/perlbrew.spec b/perlbrew.spec
index ac9b650..834fa94 100644
--- a/perlbrew.spec
+++ b/perlbrew.spec
@@ -1,5 +1,5 @@
 Name:           perlbrew
-Version:        0.27
+Version:        0.28
 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::Path::Tiny)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::All)
 BuildRequires:  perl(Path::Class)
@@ -62,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Aug 13 2011 Iain Arnell <iarnell at gmail.com> 0.28-1
+- update to latest upstream version
+
 * Wed Jul 13 2011 Iain Arnell <iarnell at gmail.com> 0.27-1
 - update to latest upstream
 - BR perl(File::Temp)
diff --git a/sources b/sources
index 1694f5e..fd65df7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfe29d49235c6f37e7a155d457579e12  App-perlbrew-0.27.tar.gz
+f1c4dd8dca73b0338c896b4a56e112d9  App-perlbrew-0.28.tar.gz



More information about the perl-devel mailing list