From ad91272d3179e273a6c591aeb55fd879f3a25a37f7d06b6d3598ee7b509e5499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 3 Nov 2017 12:20:13 +0000 Subject: [PATCH] - Disable the verbosity of the build again, getting complaints of build log is too long... OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=545 --- libreoffice.changes | 6 ++++++ libreoffice.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libreoffice.changes b/libreoffice.changes index f544d78..b8d97b8 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 3 12:21:12 UTC 2017 - tchvatal@suse.com + +- Disable the verbosity of the build again, getting complaints of + build log is too long... + ------------------------------------------------------------------- Thu Nov 2 13:36:04 UTC 2017 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 91b206c..d6f3cb6 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1071,9 +1071,7 @@ export NOCONFIGURE=yes # no coinormp packages for coinmp # just call make here as we added the jobs in configure -# The check phase is run here too if it is split with nocheck -# install of jars get broken sometimes -make verbose=true build-nocheck +make build-nocheck %check # Run tests only on 64b intel as they are resource hogs