From 701b25b0caa6c2d0133c9d5ff6006329ccd8ac54 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 28 Feb 2008 12:59:41 +0000 Subject: [PATCH] perl rebuild, third small chain --- perl-B-Keywords.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-B-Keywords.spec b/perl-B-Keywords.spec index fb15239..40743df 100644 --- a/perl-B-Keywords.spec +++ b/perl-B-Keywords.spec @@ -1,6 +1,6 @@ Name: perl-B-Keywords Version: 1.06 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Lists of reserved barewords and symbol names Group: Development/Libraries @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Test::Pod) -# BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(YAML) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -42,7 +42,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* # 2) it causes bootstrap problems # (Perl::Critic 0.23 requires this module) mv t/05critic.t t/05critic.t.skip -# AUTHOR_TESTS=1 make test +AUTHOR_TESTS=1 make test %clean @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 28 2008 Tom "spot" Callaway - 1.06-4 +- Rebuild normally, second pass + * Wed Feb 27 2008 Tom "spot" Callaway - 1.06-3 - Rebuild for perl 5.10 (again), disable tests for first pass