[perlbrew] update to 0.64

Iain Arnell iarnell at fedoraproject.org
Fri Jun 7 13:05:00 UTC 2013


commit ced9250f53508eb524b59f2bd12c6c203cc7f6e2
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Jun 7 07:04:44 2013 -0600

    update to 0.64

 .gitignore    |    1 +
 perlbrew.spec |    7 ++++++-
 sources       |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8cb2c84..9c96270 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /App-perlbrew-0.50.tar.gz
 /App-perlbrew-0.62.tar.gz
 /App-perlbrew-0.63.tar.gz
+/App-perlbrew-0.64.tar.gz
diff --git a/perlbrew.spec b/perlbrew.spec
index 39c4822..4813e80 100644
--- a/perlbrew.spec
+++ b/perlbrew.spec
@@ -1,5 +1,5 @@
 Name:           perlbrew
-Version:        0.63
+Version:        0.64
 Release:        1%{?dist}
 Summary:        Manage perl installations in your $HOME
 License:        MIT
@@ -28,6 +28,7 @@ BuildRequires:  perl(Test::Spec)
 BuildRequires:  perl(Try::Tiny)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Capture::Tiny) >= 0.19
+Requires:       perl(CPAN::Perl::Releases) >= 0.68
 Requires:       perl(Cwd)
 Requires:       perl(Data::Dumper)
 Requires:       perl(Devel::PatchPerl) >= 0.76
@@ -75,6 +76,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 07 2013 Iain Arnell <iarnell at gmail.com> 0.64-1
+- update to latest upstream version
+- explicitly require CPAN::Perl::Releases
+
 * Fri May 17 2013 Iain Arnell <iarnell at gmail.com> 0.63-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 8ad3412..053c0bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01e375ea848cba2a44bc77cb859a6972  App-perlbrew-0.63.tar.gz
+ceb5832d00dd41576078b37db2944449  App-perlbrew-0.64.tar.gz


More information about the scm-commits mailing list