SHA256
1
0
forked from pool/acpica

Accepting request 452440 from home:trenn:branches:hardware

- Update to version 20170119 (fate#322313).

OBS-URL: https://build.opensuse.org/request/show/452440
OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=101
This commit is contained in:
2017-01-25 15:59:34 +00:00
committed by Git OBS Bridge
parent d19f32020b
commit f62366e8db
5 changed files with 19 additions and 14 deletions

View File

@@ -12,10 +12,10 @@ Signed-off-by: Thomas Renninger <trenn@suse.de>
source/include/acapps.h | 8 ++++---- source/include/acapps.h | 8 ++++----
3 files changed, 8 insertions(+), 13 deletions(-) 3 files changed, 8 insertions(+), 13 deletions(-)
Index: acpica-unix2-20161117/source/compiler/aslcompile.c Index: acpica-unix2-20170119/source/compiler/aslcompile.c
=================================================================== ===================================================================
--- acpica-unix2-20161117.orig/source/compiler/aslcompile.c 2016-11-17 18:20:12.000000000 +0100 --- acpica-unix2-20170119.orig/source/compiler/aslcompile.c 2017-01-19 17:45:05.000000000 +0100
+++ acpica-unix2-20161117/source/compiler/aslcompile.c 2016-12-07 12:26:58.193287602 +0100 +++ acpica-unix2-20170119/source/compiler/aslcompile.c 2017-01-25 16:29:14.797215317 +0100
@@ -471,8 +471,6 @@ void @@ -471,8 +471,6 @@ void
AslCompilerFileHeader ( AslCompilerFileHeader (
UINT32 FileId) UINT32 FileId)
@@ -40,18 +40,18 @@ Index: acpica-unix2-20161117/source/compiler/aslcompile.c
Prefix); Prefix);
switch (FileId) switch (FileId)
Index: acpica-unix2-20161117/source/compiler/aslutils.c Index: acpica-unix2-20170119/source/compiler/aslutils.c
=================================================================== ===================================================================
--- acpica-unix2-20161117.orig/source/compiler/aslutils.c 2016-11-17 18:20:13.000000000 +0100 --- acpica-unix2-20170119.orig/source/compiler/aslutils.c 2017-01-25 16:29:14.801215545 +0100
+++ acpica-unix2-20161117/source/compiler/aslutils.c 2016-12-07 12:26:58.197287829 +0100 +++ acpica-unix2-20170119/source/compiler/aslutils.c 2017-01-25 16:31:07.975615508 +0100
@@ -381,8 +381,8 @@ UtDisplaySummary ( @@ -381,8 +381,8 @@ UtDisplaySummary (
{ {
/* Compiler name and version number */ /* Compiler name and version number */
- FlPrintFile (FileId, "%s version %X%s [%s]\n\n", - FlPrintFile (FileId, "%s version %X [%s]\n\n",
- ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH, __DATE__); - ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, __DATE__);
+ FlPrintFile (FileId, "%s version %X%s\n\n", + FlPrintFile (FileId, "%s version %X\n\n",
+ ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH); + ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION);
} }
/* Summary of main input and output files */ /* Summary of main input and output files */

View File

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

View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 25 15:35:03 UTC 2017 - trenn@suse.de
- Update to version 20170119 (fate#322313).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 5 16:51:25 UTC 2017 - trenn@suse.de Thu Jan 5 16:51:25 UTC 2017 - trenn@suse.de

View File

@@ -18,7 +18,7 @@
Name: acpica Name: acpica
Url: http://acpica.org Url: http://acpica.org
Version: 20161117 Version: 20170119
Release: 0 Release: 0
%define src_dir acpica-unix2-%{version} %define src_dir acpica-unix2-%{version}