Hello community,

here is the log from the commit of package acpica for openSUSE:Factory checked 
in at 2020-05-01 11:07:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/acpica (Old)
 and      /work/SRC/openSUSE:Factory/.acpica.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "acpica"

Fri May  1 11:07:29 2020 rev:62 rq:798830 version:20200110

Changes:
--------
--- /work/SRC/openSUSE:Factory/acpica/acpica.changes    2020-02-14 
16:27:29.571259639 +0100
+++ /work/SRC/openSUSE:Factory/.acpica.new.2738/acpica.changes  2020-05-01 
11:07:48.819124622 +0200
@@ -1,0 +2,6 @@
+Mon Apr 27 19:33:25 UTC 2020 - Martin Liška <[email protected]>
+
+- Enable -fcommon in CFLAGS and CXXFLAGS in order
+  to fix boo#1160383.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ acpica.spec ++++++
--- /var/tmp/diff_new_pack.BBJT21/_old  2020-05-01 11:07:50.887129120 +0200
+++ /var/tmp/diff_new_pack.BBJT21/_new  2020-05-01 11:07:50.891129128 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package acpica
 #
-# Copyright (c) 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
@@ -68,6 +68,9 @@
 (cd %{_prefix}/src/linux ; tar -cf - COPYING CREDITS README tools include 
scripts Kbuild Makefile drivers/acpi lib) | tar -xf -
 
 %build
+%global optflags %{optflags} -fcommon
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
 cc %{SOURCE1} %{optflags} -o ec_access
 make %{?_smp_mflags} -C acpi_genl CFLAGS="%{optflags}"
 make %{?_smp_mflags} -C wmidump CFLAGS="%{optflags}"


Reply via email to