Accepting request 770466 from hardware

- Add -fcommon as there are a lot re-definitions which lead to errors
  and compile failures with gcc10 which enables -fno-common by default
  bsc#1160383 - acpica fails with -fno-common

- Update to version 20200110

OBS-URL: https://build.opensuse.org/request/show/770466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpica?expand=0&rev=61
This commit is contained in:
Oliver Kurz 2020-02-14 15:27:21 +00:00 committed by Git OBS Bridge
commit d9df92f9fa
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f124ab6e99110a192864b23dc6911d180968dd15b49f95f7adc37d69dd14621a
size 1818925

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d3f60fbe801cf1049f854de23da5c9a569a34267b27b97fab3d66a68c5266b1
size 1863088

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Feb 6 08:19:10 UTC 2020 - trenn@suse.de
- Add -fcommon as there are a lot re-definitions which lead to errors
and compile failures with gcc10 which enables -fno-common by default
bsc#1160383 - acpica fails with -fno-common
-------------------------------------------------------------------
Mon Jan 20 09:28:08 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 20200110
-------------------------------------------------------------------
Tue May 28 05:36:02 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package acpica
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
%define dmp_ver %{kver}
Name: acpica
Version: 20190509
Version: 20200110
Release: 0
Summary: A set of tools to display and debug BIOS ACPI tables
License: GPL-2.0-only
@ -71,7 +71,7 @@ cd acpidump-%{dmp_ver}
cc %{SOURCE1} %{optflags} -o ec_access
make %{?_smp_mflags} -C acpi_genl CFLAGS="%{optflags}"
make %{?_smp_mflags} -C wmidump CFLAGS="%{optflags}"
make %{?_smp_mflags} OPT_CFLAGS="%{optflags}" HOST="_LINUX"
make %{?_smp_mflags} OPT_CFLAGS="%{optflags} -fcommon" HOST="_LINUX"
cd acpidump-%{dmp_ver}/tools/power/acpi
if [ -f tools/acpidump/Makefile ]; then # 4.3+
cd tools/acpidump/