- Disable the CppunitTest_desktop_lib as it fails on the utf encoding

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=547
This commit is contained in:
Tomáš Chvátal 2017-11-16 12:53:27 +00:00 committed by Git OBS Bridge
parent ad91272d31
commit 9ad80509e1
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 16 12:53:43 UTC 2017 - tchvatal@suse.com
- Disable the CppunitTest_desktop_lib as it fails on the utf encoding
-------------------------------------------------------------------
Fri Nov 3 12:21:12 UTC 2017 - tchvatal@suse.com

View File

@ -936,6 +936,11 @@ Provides additional %{langname} translations and resources for %{project}. \
%patch104 -p1
%patch990 -p1
# Disable some of the failing tests (some are random)
%if 0%{?suse_version} < 1330
sed -i -e '/CppunitTest_desktop_lib/d' desktop/Module_desktop.mk
%endif
# Do not generate doxygen timestamp
echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile
echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile