forked from pool/acpica
Accepting request 971920 from home:susnux:branches:hardware
Update bundled wmidump OBS-URL: https://build.opensuse.org/request/show/971920 OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=145
This commit is contained in:
parent
84eb472dd6
commit
0b9f700d44
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 21:02:11 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update bundled wmidump to latest upstream 2021-10-11:
|
||||
* Add support for '//' comments
|
||||
* Print object_id or notify_id based on ACPI_WMI_EVENT flag
|
||||
object_id and notify_id member are in one union. It depends on
|
||||
ACPI_WMI_EVENT flag which member is stored in this union.
|
||||
So print only one member based on ACPI_WMI_EVENT flag.
|
||||
- Add comment about origin of the wmidump sources
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 20 20:02:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -29,7 +29,8 @@ Source: https://acpica.org/sites/acpica/files/%{src_dir}.tar.gz
|
||||
Source1: ec_access.c
|
||||
Source2: acpi_genl.tar.bz2
|
||||
Source3: acpi_validate
|
||||
Source4: wmidump.tar.bz2
|
||||
# https://xf.iksaif.net/dev/wmidump.html
|
||||
Source4: wmidump-20211011.tar.xz
|
||||
Patch1: acpica-no-compiletime.patch
|
||||
Patch2: wmidump_add_she_bang.patch
|
||||
Patch3: do_not_use_build_date_and_time.patch
|
||||
@ -85,7 +86,7 @@ install -Dm 755 ec_access %{buildroot}%{_sbindir}/ec_access
|
||||
|
||||
install -Dm 755 wmidump/wmidump %{buildroot}%{_bindir}/wmidump
|
||||
install -Dm 755 wmidump/wmixtract.py %{buildroot}%{_bindir}/wmixtract
|
||||
install -Dm 644 wmidump/README %{buildroot}/%{_docdir}/%{name}/README_wmidump
|
||||
install -Dm 644 wmidump/README.md %{buildroot}/%{_docdir}/%{name}/README_wmidump.md
|
||||
|
||||
install -Dm 755 acpi_genl/acpi_genl %{buildroot}%{_sbindir}/acpi_genl
|
||||
install -Dm 644 acpi_genl/README %{buildroot}/%{_docdir}/%{name}/README_acpi_genl
|
||||
|
BIN
wmidump-20211011.tar.xz
(Stored with Git LFS)
Normal file
BIN
wmidump-20211011.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ac2ddfa65eb9228554cdb58bb652134d9e55809df73d871002739fd08007edc
|
||||
size 3996
|
Loading…
x
Reference in New Issue
Block a user