[perlbrew] update to 0.13

Iain Arnell iarnell at fedoraproject.org
Tue Nov 23 04:08:55 UTC 2010


commit a8068ee686eb366b7f1ac54d7e772109585cb043
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Nov 23 05:08:52 2010 +0100

    update to 0.13

 .gitignore    |    1 +
 perlbrew.spec |   12 ++++++++----
 sources       |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2514ae7..79aceb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 App-perlbrew-0.06.tar.gz
+/App-perlbrew-0.13.tar.gz
diff --git a/perlbrew.spec b/perlbrew.spec
index b36acf3..9a2cbbd 100644
--- a/perlbrew.spec
+++ b/perlbrew.spec
@@ -1,6 +1,6 @@
 Name:           perlbrew
-Version:        0.06
-Release:        3%{?dist}
+Version:        0.13
+Release:        1%{?dist}
 Summary:        Manage perl installations in your $HOME
 License:        MIT
 Group:          Development/Libraries
@@ -10,10 +10,11 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl >= 1:5.8.0
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(HTTP::Lite) >= 2.2
+BuildRequires:  perl(File::Path::Tiny) >= 0.1
 BuildRequires:  perl(Test::More)
-Requires:       perl(HTTP::Lite) >= 2.2
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(File::Path::Tiny) >= 0.1
+Requires:       curl
 
 # maybe someone expects to find
 Provides:       perl-App-perlbrew = %{version}-%{release}
@@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 23 2010 Iain Arnell <iarnell at gmail.com> 0.13-1
+- update to latest upstream version
+
 * Tue Jun 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.06-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 8c735b2..cc78d26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c19844213c36b12163b7bf100ec3ad28  App-perlbrew-0.06.tar.gz
+9c066254c5daf3722cfae0ef10622125  App-perlbrew-0.13.tar.gz



More information about the perl-devel mailing list