From 976f2247185df58b67e6d57e7f21e60d1c82730f Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 14 Jan 2008 22:48:46 +0000 Subject: [PATCH] rebuild normally, second pass --- 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 9a09b68..8e63b31 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,6 +1,6 @@ Name: perl-Class-Inspector Version: 1.18 -Release: 2%{?dist}.1 +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 +* Mon Jan 14 2008 Tom "spot" Callaway 1.18-3 +- rebuild normally, second pass + * Sun Jan 13 2008 Tom "spot" Callaway 1.18-2.1 - rebuild for new perl, first pass, disable TMV, tests