diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index c942f66..6da9299 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite Version: 1.14 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Self Contained RDBMS in a DBI Driver Group: Development/Libraries @@ -52,7 +52,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' %check # These tests are failing on x86_64, FIXME. -# make test +make test %clean @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 19 2008 Chris Weyl 1.14-7 +- reenable tests + * Tue Mar 18 2008 Chris Weyl 1.14-6 - apply sanity patches derived from RT#32100