From cd4b54d08c8febd981dd53d582738667dcd5893d Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 28 Feb 2008 13:00:07 +0000 Subject: [PATCH] perl rebuild, third small chain --- perl-Class-Inspector.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 6bc622b..d3102d5 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,6 +1,6 @@ Name: perl-Class-Inspector Version: 1.20 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic Group: Development/Libraries @@ -15,7 +15,7 @@ BuildRequires: perl(Test::More) # For better test coverage BuildRequires: perl(Test::Pod) >= 1.00 -# BuildRequires: perl(Test::MinimumVersion) >= 0.007 +BuildRequires: perl(Test::MinimumVersion) >= 0.007 %description Class::Inspector allows you to get information about a loaded class. @@ -42,7 +42,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_ROOT %check -# make test AUTOMATED_TESTING=1 +make test AUTOMATED_TESTING=1 %files %defattr(-,root,root,-) @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Feb 28 2008 Tom "spot" Callaway - 1.20-3 +- Rebuild normally, second pass + * Wed Feb 27 2008 Tom "spot" Callaway - 1.20-2 - Rebuild for perl 5.10 (again), first pass