diff --git a/perl-Crypt-OpenSSL-DSA.spec b/perl-Crypt-OpenSSL-DSA.spec index 3fdaa08..95afdb9 100644 --- a/perl-Crypt-OpenSSL-DSA.spec +++ b/perl-Crypt-OpenSSL-DSA.spec @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-DSA Version: 0.13 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Perl interface to OpenSSL for DSA License: GPL+ or Artistic Group: Development/Libraries @@ -38,8 +38,7 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; %{_fixperms} %{buildroot}/* %check -# temporarily disabled because of #520153 -make test || : +make test %clean rm -rf %{buildroot} @@ -52,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Aug 31 2009 Stepan Kasal - 0.13-14 +- re-enable tests + * Fri Aug 28 2009 Stepan Kasal - 0.13-13 - disable tests to work around bug #520152