commit a5854203da1d5834253c45dfa8e54c6bf75229f3 Author: Iain Arnell <iarnell@xxxxxxxxx> 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@xxxxxxxxx> 0.15-2 +- actually apply the older-Test-More patch + * Thu Dec 09 2010 Iain Arnell <iarnell@xxxxxxxxx> 0.15-1 - update to latest upstream version - no longer requires perl(File::Path::Tiny) -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel