diff --git a/acpica-unix-20240827.tar.gz b/acpica-unix-20240827.tar.gz deleted file mode 100644 index 4acaf8f..0000000 --- a/acpica-unix-20240827.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:373d4f08da7f1e838191311cb0fc2615ca9c76f47b1e103631e20292a38b4836 -size 1952580 diff --git a/acpica-unix-20240927.tar.gz b/acpica-unix-20240927.tar.gz new file mode 100644 index 0000000..e5e4784 --- /dev/null +++ b/acpica-unix-20240927.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57988fb55541e694dfa3323bd19db74b65d37e942bebef559ed51e8cd9348b43 +size 1952744 diff --git a/acpica.changes b/acpica.changes index 83fe327..c7f6fd3 100644 --- a/acpica.changes +++ b/acpica.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 14 08:41:22 UTC 2024 - Thomas Renninger + +- 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 diff --git a/acpica.spec b/acpica.spec index 457a957..93262f2 100644 --- a/acpica.spec +++ b/acpica.spec @@ -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}