Accepting request 692555 from hardware
OBS-URL: https://build.opensuse.org/request/show/692555 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpica?expand=0&rev=58
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
diff -ur acpica-unix-20190215.orig/source/compiler/aslcompile.c acpica-unix-20190215/source/compiler/aslcompile.c
|
Index: acpica-unix-20190405/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
|
--- acpica-unix-20190405.orig/source/compiler/aslcompile.c 2019-04-05 17:12:58.000000000 +0200
|
||||||
@@ -597,8 +597,6 @@
|
+++ acpica-unix-20190405/source/compiler/aslcompile.c 2019-04-08 16:12:09.102476939 +0200
|
||||||
|
@@ -647,8 +647,6 @@ void
|
||||||
AslCompilerFileHeader (
|
AslCompilerFileHeader (
|
||||||
UINT32 FileId)
|
UINT32 FileId)
|
||||||
{
|
{
|
||||||
@@ -10,7 +11,7 @@ diff -ur acpica-unix-20190215.orig/source/compiler/aslcompile.c acpica-unix-2019
|
|||||||
char *Prefix = "";
|
char *Prefix = "";
|
||||||
|
|
||||||
|
|
||||||
@@ -640,13 +638,9 @@
|
@@ -690,13 +688,9 @@ AslCompilerFileHeader (
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Compilation header with timestamp */
|
/* Compilation header with timestamp */
|
||||||
@@ -26,10 +27,11 @@ diff -ur acpica-unix-20190215.orig/source/compiler/aslcompile.c acpica-unix-2019
|
|||||||
Prefix);
|
Prefix);
|
||||||
|
|
||||||
switch (FileId)
|
switch (FileId)
|
||||||
diff -ur acpica-unix-20190215.orig/source/compiler/aslutils.c acpica-unix-20190215/source/compiler/aslutils.c
|
Index: acpica-unix-20190405/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
|
--- acpica-unix-20190405.orig/source/compiler/aslutils.c 2019-04-05 17:12:58.000000000 +0200
|
||||||
@@ -541,8 +541,8 @@
|
+++ 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 */
|
/* 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
|
@@ -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>
|
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 kver %(rpm -q --qf '%%{VERSION}' kernel-source)
|
||||||
%define dmp_ver %{kver}
|
%define dmp_ver %{kver}
|
||||||
Name: acpica
|
Name: acpica
|
||||||
Version: 20190215
|
Version: 20190405
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: This is a set of tools to display and debug your BIOS ACPI tables
|
Summary: This is a set of tools to display and debug your BIOS ACPI tables
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Reference in New Issue
Block a user