Hello community,

here is the log from the commit of package dtc for openSUSE:Factory checked in 
at 2020-01-01 14:56:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtc (Old)
 and      /work/SRC/openSUSE:Factory/.dtc.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtc"

Wed Jan  1 14:56:47 2020 rev:34 rq:758450 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dtc/dtc.changes  2019-11-11 12:57:55.925534119 
+0100
+++ /work/SRC/openSUSE:Factory/.dtc.new.6675/dtc.changes        2020-01-01 
14:57:04.277892641 +0100
@@ -1,0 +2,5 @@
+Sun Dec  8 09:18:44 UTC 2019 - Martin Liška <[email protected]>
+
+- Use %make_build and recpect %optflags.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dtc.spec ++++++
--- /var/tmp/diff_new_pack.mN4wBk/_old  2020-01-01 14:57:05.345893199 +0100
+++ /var/tmp/diff_new_pack.mN4wBk/_new  2020-01-01 14:57:05.349893201 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dtc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -73,7 +73,8 @@
 %setup -q
 
 %build
-make %{?_smp_mflags} V=1 NO_PYTHON=1
+export EXTRA_CFLAGS="%{optflags}"
+%make_build NO_PYTHON=1
 cd pylibfdt
 python3 setup.py build_ext
 %py3_build
@@ -86,7 +87,8 @@
 %python3_install
 
 %check
-make %{?_smp_mflags} check
+export EXTRA_CFLAGS="%{optflags}"
+%make_build check
 
 %files
 %license README.license



Reply via email to