Accepting request 692336 from home:trenn:branches:hardware
- Update to version 20190405 iASL: Implemented an enhanced multiple file compilation that combines named objects from all input files to a single namespace. With this feature, any unresolved external declarations as well as duplicate named object declarations can be detected during compilation rather than generating errors much later at runtime. The following commands are examples that utilize this feature: iasl dsdt.asl ssdt.asl iasl dsdt.asl ssdt1.asl ssdt2.asl iasl dsdt.asl ssdt*.asl - Adjusted patch: M acpica-no-compiletime.patch OBS-URL: https://build.opensuse.org/request/show/692336 OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=119
This commit is contained in:
parent
0c667a7aa3
commit
0963c68a97
@ -1,7 +1,8 @@
|
||||
diff -ur acpica-unix-20190215.orig/source/compiler/aslcompile.c acpica-unix-20190215/source/compiler/aslcompile.c
|
||||
--- acpica-unix-20190215.orig/source/compiler/aslcompile.c 2019-03-13 20:33:47.883014329 +0100
|
||||
+++ acpica-unix-20190215/source/compiler/aslcompile.c 2019-03-13 20:37:08.244481058 +0100
|
||||
@@ -597,8 +597,6 @@
|
||||
Index: acpica-unix-20190405/source/compiler/aslcompile.c
|
||||
===================================================================
|
||||
--- acpica-unix-20190405.orig/source/compiler/aslcompile.c 2019-04-05 17:12:58.000000000 +0200
|
||||
+++ acpica-unix-20190405/source/compiler/aslcompile.c 2019-04-08 16:12:09.102476939 +0200
|
||||
@@ -647,8 +647,6 @@ void
|
||||
AslCompilerFileHeader (
|
||||
UINT32 FileId)
|
||||
{
|
||||
@ -10,7 +11,7 @@ diff -ur acpica-unix-20190215.orig/source/compiler/aslcompile.c acpica-unix-2019
|
||||
char *Prefix = "";
|
||||
|
||||
|
||||
@@ -640,13 +638,9 @@
|
||||
@@ -690,13 +688,9 @@ AslCompilerFileHeader (
|
||||
}
|
||||
|
||||
/* Compilation header with timestamp */
|
||||
@ -26,10 +27,11 @@ diff -ur acpica-unix-20190215.orig/source/compiler/aslcompile.c acpica-unix-2019
|
||||
Prefix);
|
||||
|
||||
switch (FileId)
|
||||
diff -ur acpica-unix-20190215.orig/source/compiler/aslutils.c acpica-unix-20190215/source/compiler/aslutils.c
|
||||
--- acpica-unix-20190215.orig/source/compiler/aslutils.c 2019-03-13 20:33:47.887014283 +0100
|
||||
+++ acpica-unix-20190215/source/compiler/aslutils.c 2019-03-13 20:39:05.967107457 +0100
|
||||
@@ -541,8 +541,8 @@
|
||||
Index: acpica-unix-20190405/source/compiler/aslutils.c
|
||||
===================================================================
|
||||
--- acpica-unix-20190405.orig/source/compiler/aslutils.c 2019-04-05 17:12:58.000000000 +0200
|
||||
+++ acpica-unix-20190405/source/compiler/aslutils.c 2019-04-08 16:12:09.102476939 +0200
|
||||
@@ -547,8 +547,8 @@ UtDisplayOneSummary (
|
||||
{
|
||||
/* Compiler name and version number */
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71133ab2b1b2e2f176a9b5081060571977a3d2c91b36722e198bffa7ce9b0d37
|
||||
size 1809671
|
3
acpica-unix-20190405.tar.gz
Normal file
3
acpica-unix-20190405.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de01ca0e5c4b064f2170b2888c40f595cb896748aa8b4a8e5354a03696549034
|
||||
size 1816623
|
3
acpica-unix-20190405.tar.xz
Normal file
3
acpica-unix-20190405.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06210cd8718e14dd8d6d660787e81fc4e15f225fb6194b255fa00a3f3c183f60
|
||||
size 5086688
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 14:28:59 UTC 2019 - trenn@suse.de
|
||||
|
||||
- Update to version 20190405
|
||||
iASL: Implemented an enhanced multiple file compilation that combines
|
||||
named objects from all input files to a single namespace. With this
|
||||
feature, any unresolved external declarations as well as duplicate named
|
||||
object declarations can be detected during compilation rather than
|
||||
generating errors much later at runtime. The following commands are
|
||||
examples that utilize this feature:
|
||||
iasl dsdt.asl ssdt.asl
|
||||
iasl dsdt.asl ssdt1.asl ssdt2.asl
|
||||
iasl dsdt.asl ssdt*.asl
|
||||
- Adjusted patch:
|
||||
M acpica-no-compiletime.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:56:38 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
|
||||
%define dmp_ver %{kver}
|
||||
Name: acpica
|
||||
Version: 20190215
|
||||
Version: 20190405
|
||||
Release: 0
|
||||
Summary: This is a set of tools to display and debug your BIOS ACPI tables
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user