diff --git a/perl-GD-SVG.spec b/perl-GD-SVG.spec index c52a7d7..d9aadf1 100644 --- a/perl-GD-SVG.spec +++ b/perl-GD-SVG.spec @@ -1,6 +1,6 @@ Name: perl-GD-SVG Version: 0.28 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GD::SVG enables SVG output from scripts written using GD Group: Development/Libraries @@ -41,7 +41,7 @@ find $RPM_BUILD_ROOT -type f -a \( -name .packlist \ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -%check || : +%check make test @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.28-5 +- Remove old check construct that prevents build in F-10+ (#449503) + * Fri Feb 08 2008 Tom "spot" Callaway 0.28-4 - rebuild for new perl