From fd98b6e4bb78a827ac891bd7a6c020ce36a10e2b083b643477606d3bacc74513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Feb 2017 14:48:52 +0000 Subject: [PATCH] Accepting request 458472 from home:michel_mno:branches:LibreOffice:Factory - bypass upstream bug for aarch64 and ppc64/ppc64le https://bugs.documentfoundation.org/show_bug.cgi?id=105519 removing some fods data files source of test failure. only a new sr (but same bypass as previous one) to be compatible with last available version. OBS-URL: https://build.opensuse.org/request/show/458472 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=467 --- libreoffice.changes | 7 +++++++ libreoffice.spec | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/libreoffice.changes b/libreoffice.changes index 517fe46..328a585 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 16 12:19:35 UTC 2017 - normand@linux.vnet.ibm.com + +- bypass upstream bug for aarch64 and ppc64/ppc64le + https://bugs.documentfoundation.org/show_bug.cgi?id=105519 + removing some fods data files source of test failure. + ------------------------------------------------------------------- Tue Feb 14 12:20:48 UTC 2017 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 8f66a75..84aef6e 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -959,6 +959,15 @@ Provides additional %{langname} translations and resources for %{project}. \ echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile +# bypass test failure tracked by upstream bug +# https://bugs.documentfoundation.org/show_bug.cgi?id=105519 +%ifarch aarch64 ppc64 ppc64le +for xx in forecast.ets.add forecast.ets.mult linest logest minverse rate +do + rm sc/qa/unit/data/functions/fods/$xx.fods +done +%endif + %build # Parallel build settings ... lo_jobs="%{?jobs:%{jobs}}"