disable test-new-dribble that sometimes hangs indefinitely

This commit is contained in:
Kamil Dudka 2018-02-09 23:03:38 +01:00
parent 554edd4e12
commit d99a0c0fb4

View File

@ -74,6 +74,10 @@ developing applications that use %{name}.
%setup -q
%patch1 -p1
%patch2 -p1
# disable test-new-dribble that sometimes hangs indefinitely
sed -e 's/test-new-dribble/#&/' -i tests/Makefile.am
autoreconf -fiv
%check
@ -143,6 +147,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Fri Feb 09 2018 Kamil Dudka <kdudka@redhat.com> - 0.1.14-4.20171128gitfb2f1f7
- disable test-new-dribble that sometimes hangs indefinitely
- make tests compile on i686
- make the package build on armv7hl
- make the package build on Fedora 28