diff --git a/.cvsignore b/.cvsignore index ce774ad..1f3930b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Params-Util-0.17.tar.gz +Params-Util-0.19.tar.gz diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec index a047e4e..67a99a8 100644 --- a/perl-Params-Util.spec +++ b/perl-Params-Util.spec @@ -1,6 +1,6 @@ Name: perl-Params-Util -Version: 0.17 -Release: 2%{?dist} +Version: 0.19 +Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL or Artistic Group: Development/Libraries @@ -13,7 +13,7 @@ BuildArch: noarch BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(File::Spec) >= 0.82 -BuildRequires: perl(Scalar::Util) >= 1.11 +BuildRequires: perl(Scalar::Util) >= 1.14 # Required by the tests BuildRequires: perl(Test::Pod) >= 1.00 @@ -41,7 +41,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_ROOT %check -make test +make test AUTOMATED_TESTING=1 %files %defattr(-,root,root,-) @@ -50,6 +50,10 @@ make test %{_mandir}/man3/* %changelog +* Mon Sep 18 2006 Ralf Corsépius - 0.19-1 +- Upstream update. +- Activate AUTOMATED_TESTING (t/99_author.t). + * Tue Sep 05 2006 Ralf Corsépius - 0.17-2 - Mass rebuild. diff --git a/sources b/sources index 005596b..bb546cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -058f3bd8acd7fd21233043724c78ea9e Params-Util-0.17.tar.gz +c5d75b97f92fa232b2dadcc44595ca61 Params-Util-0.19.tar.gz