Accepting request 903212 from home:susnux:branches:hardware

- Update to version 20210604

OBS-URL: https://build.opensuse.org/request/show/903212
OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=140
This commit is contained in:
Thomas Renninger 2021-07-05 07:46:11 +00:00 committed by Git OBS Bridge
parent f5970c11ae
commit 359ce77978
4 changed files with 27 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Jun 30 11:26:33 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 20210604:
* ACPICA kernel-resident subsystem
* Cleaned up (delete) the context mutex during local address
handler object deletion.
* Fixed a memory leak caused by the _CID repair function.
* Add support for PlatformRtMechanism OperationRegion handler.
* Add a new utility function, AcpiUtConvertUuidToString.
* iASL Compiler/Disassembler and ACPICA tools:
* Added full support for the PRMT ACPI table
* Added full support for the BDAT ACPI table.
* Added full support for the RGRT ACPI table.
* Added full support for the SVKL ACPI table.
* Completed full support for the IVRS ACPI table.
* Added compiler support for IVRS, updated disassembler support
* Added a new utility, UtIsIdInteger, to determine if a
HID/CID is an integer or a string.
* Headers: Added more structs to the CEDT table
* ACPI 6.4: MADT: added Multiprocessor Wakeup Mailbox Structure.
-------------------------------------------------------------------
Fri Apr 16 15:01:48 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -20,12 +20,12 @@
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
%define dmp_ver %{kver}
Name: acpica
Version: 20210331
Version: 20210604
Release: 0
Summary: A set of tools to display and debug BIOS ACPI tables
License: GPL-2.0-only
URL: https://acpica.org
Source: https://acpica.org/sites/acpica/files/%{src_dir}.tar.gz
Source: https://acpica.org/sites/acpica/files/%{src_dir}.tar_0.gz
Source1: ec_access.c
Source2: acpi_genl.tar.bz2
Source3: acpi_validate