From 49fc22c44d6d81d8ccf538128bd4c9114f8ca48371230aef837a69e6364a1cef Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 20 Jan 2016 08:19:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=356 --- libreoffice.changes | 8 ++++++++ libreoffice.spec | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/libreoffice.changes b/libreoffice.changes index ddeb88a..c56bdcd 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 20 08:17:45 UTC 2016 - fstrba@suse.com + +- Remove writerperfect/qa/unit/data/impress/libetonyek/fail/v6.zip + * The file-format is supported by libetonyek >= 0.1.4 and the + test is bound to fail with system libetonyek version higher + then 0.1.3 + ------------------------------------------------------------------- Mon Dec 21 11:48:07 UTC 2015 - andras.timar@collabora.com diff --git a/libreoffice.spec b/libreoffice.spec index 514f4a6..0c4148d 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1028,6 +1028,10 @@ cd - echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile +# Remove test that is bound to fail with libetonyek >= 0.1.4 +# since the file-format is supported from that version on. +rm -f writerperfect/qa/unit/data/impress/libetonyek/fail/v6.zip + %build # Parallel build settings ... lo_jobs="%{?jobs:%{jobs}}"