diff --git a/libreoffice.changes b/libreoffice.changes index 8a4a837..11d48d7 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 2 11:30:20 UTC 2018 - tchvatal@suse.com + +- Disable one more test that fails + ------------------------------------------------------------------- Fri Feb 2 11:18:53 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 6753de1..98cd9db 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -891,7 +891,9 @@ sed -i -e '/CppunitTest_desktop_lib/d' desktop/Module_desktop.mk sed -i -e /CppunitTest_dbaccess_hsqldb_test/d dbaccess/Module_dbaccess.mk sed -i -e s/CppunitTest_dbaccess_RowSetClones// dbaccess/Module_dbaccess.mk # Fails due to diff caused by fonts -sed -i -e s/CppunitTest_sw_rtfimport// sw/Module_sw.mk +sed -i -e /CppunitTest_sw_rtfimport/d sw/Module_sw.mk +# only due to the above +sed -i -e /CppunitTest_sw_uiwriter/d sw/Module_sw.mk # Do not generate doxygen timestamp echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile