[perlbrew] actually apply the older-Test-More patch

Iain Arnell iarnell at fedoraproject.org
Thu Dec 9 04:31:09 UTC 2010


commit a5854203da1d5834253c45dfa8e54c6bf75229f3
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Dec 9 05:27:57 2010 +0100

    actually apply the older-Test-More patch

 perlbrew.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perlbrew.spec b/perlbrew.spec
index 9bac5fe..c7fc16a 100644
--- a/perlbrew.spec
+++ b/perlbrew.spec
@@ -1,6 +1,6 @@
 Name:           perlbrew
 Version:        0.15
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Manage perl installations in your $HOME
 License:        MIT
 Group:          Development/Libraries
@@ -31,6 +31,7 @@ almost like an isolated perl environments.
 
 %prep
 %setup -q -n App-perlbrew-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -61,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 09 2010 Iain Arnell <iarnell at gmail.com> 0.15-2
+- actually apply the older-Test-More patch
+
 * Thu Dec 09 2010 Iain Arnell <iarnell at gmail.com> 0.15-1
 - update to latest upstream version
 - no longer requires perl(File::Path::Tiny)


More information about the scm-commits mailing list