From 148d73a7599258783bf37f326a0819fe35d0f1a8 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jan 14 2008 22:46:34 +0000 Subject: rebuild normally, second pass --- diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec index 301b81c..731fd19 100644 --- a/perl-Params-Util.spec +++ b/perl-Params-Util.spec @@ -1,6 +1,6 @@ Name: perl-Params-Util Version: 0.31 -Release: 3%{?dist}.1 +Release: 4%{?dist} Summary: Simple standalone param-checking functions License: GPL+ or Artistic Group: Development/Libraries @@ -15,7 +15,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(File::Spec) >= 0.82 BuildRequires: perl(Scalar::Util) >= 1.14 -# BuildRequires: perl(Test::MinimumVersion) >= 0.007 +BuildRequires: perl(Test::MinimumVersion) >= 0.007 # Required by the tests BuildRequires: perl(Test::Pod) >= 1.00 @@ -43,7 +43,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,-) @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Jan 14 2008 Tom "spot" Callaway - 0.31-4 +- rebuild normally, second pass + * Sat Jan 12 2008 Tom "spot" Callaway - 0.31-3.1 - disable Test::MinimumVersion, tests for first pass