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