Re-enable 12html test as the bug has been fixed

This commit is contained in:
Petr Písař 2012-08-03 13:52:44 +02:00
parent 55f844a89d
commit 44e81b18cb

View File

@ -4,7 +4,7 @@ Name: perl-XML-LibXML
# it might not be needed anymore
# this module is maintained, the other is not
Version: 2.0003
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
Summary: Perl interface to the libxml2 library
@ -75,10 +75,6 @@ find %{buildroot} -type d -depth -exec rmdir {} ';' 2>/dev/null
chmod -R u+w %{buildroot}/*
%check
%ifarch ppc64 s390x
# see rhbz#769537
rm t/12html.t
%endif
THREAD_TEST=1 make test
%triggerin -- perl-XML-SAX
@ -102,6 +98,9 @@ fi
%{_mandir}/man3/*.3*
%changelog
* Fri Aug 03 2012 Petr Pisar <ppisar@redhat.com> - 1:2.0003-2
- Re-enable 12html test as the bug has been fixed
* Mon Jul 30 2012 Petr Šabata <contyk@redhat.com> - 1:2.0003-1
- 2.0003 bump