From 2fe40f5ecdf6c2431bd8ce6f2eb5b7553a563db2945a7f110696a156f32d15b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Feb 2020 12:55:23 +0000 Subject: [PATCH] Accepting request 766374 from home:pluskalm:branches:hardware - Make building more verbose OBS-URL: https://build.opensuse.org/request/show/766374 OBS-URL: https://build.opensuse.org/package/show/hardware/qclib?expand=0&rev=22 --- qclib.changes | 5 +++++ qclib.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/qclib.changes b/qclib.changes index cb3b0e6..a5d8209 100644 --- a/qclib.changes +++ b/qclib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 22 16:01:05 UTC 2020 - Martin Pluskal + +- Make building more verbose + ------------------------------------------------------------------- Tue Jan 21 18:28:32 UTC 2020 - Mark Post diff --git a/qclib.spec b/qclib.spec index 1467e09..722f206 100644 --- a/qclib.spec +++ b/qclib.spec @@ -1,7 +1,7 @@ # # spec file for package qclib # -# Copyright (c) 2017-2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -99,7 +99,7 @@ Systems. %build MYCFLAGS=$(grep ^CFLAGS Makefile | cut -f2 -d=) -make %{?_smp_mflags} all CFLAGS="${MYCFLAGS} %{optflags}" +make %{?_smp_mflags} all CFLAGS="${MYCFLAGS} %{optflags}" V=1 make %{?_smp_mflags} doc %check