[perlbrew] Update to latest upstream version 0.62.

Iain Arnell iarnell at fedoraproject.org
Fri Apr 19 14:40:15 UTC 2013


commit 713d7653f2603325a553adcc66721593fd9ca3c2
Author: Johan Vromans <jvromans at squirrel.nl>
Date:   Mon Apr 15 15:36:19 2013 +0200

    Update to latest upstream version 0.62.

 .gitignore    |    1 +
 perlbrew.spec |   16 +++++++++-------
 sources       |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3fdf59..e73de56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /App-perlbrew-0.44.tar.gz
 /App-perlbrew-0.46.tar.gz
 /App-perlbrew-0.50.tar.gz
+/App-perlbrew-0.62.tar.gz
diff --git a/perlbrew.spec b/perlbrew.spec
index 90c50d7..ad8a9ad 100644
--- a/perlbrew.spec
+++ b/perlbrew.spec
@@ -1,6 +1,6 @@
 Name:           perlbrew
-Version:        0.50
-Release:        2%{?dist}
+Version:        0.62
+Release:        1%{?dist}
 Summary:        Manage perl installations in your $HOME
 License:        MIT
 Group:          Development/Libraries
@@ -23,6 +23,7 @@ BuildRequires:  perl(Pod::Usage)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Output)
+BuildRequires:  perl(Test::NoWarnings)
 BuildRequires:  perl(Test::Spec)
 BuildRequires:  perl(Try::Tiny)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -32,7 +33,7 @@ Requires:       perl(Data::Dumper)
 Requires:       perl(Devel::PatchPerl) >= 0.76
 Requires:       perl(ExtUtils::MakeMaker)
 Requires:       perl(File::Copy)
-Requires:       perl(local::lib) >= 1.008000
+Requires:       perl(local::lib) >= 1.008008
 Requires:       perl(Pod::Usage)
 Requires:       curl
 
@@ -52,10 +53,6 @@ almost like an isolated perl environments.
 %prep
 %setup -q -n App-perlbrew-%{version}
 
-# test fails in mock
-# see https://rt.cpan.org/Public/Bug/Display.html?id=72274
-rm t/command-help.t
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -78,6 +75,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 14 2013 Johan Vromans <jvromans at squirrel.nl> 0.62-1
+- update to latest upstream version
+- add dependency for perl-Test-NoWarnings
+- depend on perl-local-lib at least version 1.008008
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.50-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 26b88d6..95012c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5009d34c64be3453a6836bb4b12d7e23  App-perlbrew-0.50.tar.gz
+e4b1c980efa25bb8555d1ab9b36c3096  App-perlbrew-0.62.tar.gz


More information about the scm-commits mailing list