Sync from SUSE:SLFO:Main acpica revision 5eeabe6a66ca39eba7594c252435eab4

This commit is contained in:
Adrian Schröter 2024-12-04 09:19:24 +01:00
parent 1f8476e49c
commit 97cd078ff9
4 changed files with 12 additions and 6 deletions

BIN
acpica-unix-20240827.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
acpica-unix-20240927.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 14 08:41:22 UTC 2024 - Thomas Renninger <trenn@suse.de>
- Update to 20240927
* Fix the acpixf.h file which caused issues for the last release
(before this) 20240827
* Fix the pointer offset for the SLIC table
-------------------------------------------------------------------
Fri Sep 20 12:03:58 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@ -20,7 +20,7 @@
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
%define dmp_ver %{kver}
Name: acpica
Version: 20240827
Version: 20240927
Release: 0
Summary: A set of tools to display and debug BIOS ACPI tables
License: GPL-2.0-only
@ -60,8 +60,6 @@ firmware. It also can disassemble AML, for debugging purposes.
%prep
%setup -q -n %{src_dir} -a 2 -a 4
# Workaround for https://github.com/acpica/acpica/issues/971
mv source/include/ACPIXF.H source/include/acpixf.h
%autopatch -p1
mkdir acpidump-%{dmp_ver}
cd acpidump-%{dmp_ver}