diff --git a/perl-File-Slurp.spec b/perl-File-Slurp.spec index 1d4ed85..268f5ac 100644 --- a/perl-File-Slurp.spec +++ b/perl-File-Slurp.spec @@ -1,6 +1,6 @@ Name: perl-File-Slurp Version: 9999.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Efficient Reading/Writing of Complete Files License: GPL+ or Artistic Group: Development/Libraries @@ -44,9 +44,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_ROOT %check -# This works fine, everywhere except the odd -# Fedora builder environment. :/ -# make test +make test %files %defattr(-,root,root,-) @@ -56,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Jul 09 2008 Ralf Corsépius - 9999.13-4 +- Re-activate tests. + * Wed Feb 27 2008 Tom "spot" Callaway - 9999.13-3 - Rebuild for perl 5.10 (again)