diff --git a/.cvsignore b/.cvsignore index af32ebd..c9eb10d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Params-Util-0.25.tar.gz +Params-Util-0.29.tar.gz diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec index e4fa593..2963a66 100644 --- a/perl-Params-Util.spec +++ b/perl-Params-Util.spec @@ -1,8 +1,8 @@ Name: perl-Params-Util -Version: 0.25 +Version: 0.29 Release: 1%{?dist} Summary: Simple standalone param-checking functions -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Params-Util/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz @@ -42,7 +42,12 @@ chmod -R u+w $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_ROOT %check +%if "%{version}" == "0.29" +# AUTOMATED_TESTING is broken - Shouldn't do any harm +make test +%else make test AUTOMATED_TESTING=1 +%endif %files %defattr(-,root,root,-) @@ -51,6 +56,14 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Thu Sep 06 2007 Ralf Corsépius - 0.29-1 +- Upstream update. +- Update licence tag. +- Conditionally disable AUTOMATED_TESTING. + +* Sat Jul 28 2007 Ralf Corsépius - 0.26-1 +- Upstream update. + * Wed May 30 2007 Ralf Corsépius - 0.25-1 - Upstream update. diff --git a/sources b/sources index 16a4dec..c987273 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3a95845d71e1a014ae7bbb02bee240c Params-Util-0.25.tar.gz +caa6ff878ffe3b097a7f07242e690be3 Params-Util-0.29.tar.gz