Update to 20160739 upstream source
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
2d101cfe88
commit
d037c9ed5b
2
.gitignore
vendored
2
.gitignore
vendored
@ -52,3 +52,5 @@
|
||||
/acpitests-unix-20160422.tar.gz
|
||||
/acpica-unix2-20160527.tar.gz
|
||||
/acpitests-unix-20160527.tar.gz
|
||||
/acpica-unix2-20160729.tar.gz
|
||||
/acpitests-unix-20160729.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: acpica-tools
|
||||
Version: 20160527
|
||||
Version: 20160729
|
||||
Release: 1%{?dist}
|
||||
Summary: ACPICA tools for the development and debug of ACPI tables
|
||||
|
||||
@ -186,6 +186,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 2 2016 Al Stone <ahs3@redhat.com> - 20160729-1
|
||||
- Update to latest upstream. Closes BZ#1361737.
|
||||
- Refresh patches.
|
||||
|
||||
* Thu Jun 9 2016 Al Stone <ahs3@redhat.com> - 20160527-1
|
||||
- Update to latest upstream. Closes BZ#1340573.
|
||||
- Refresh patches.
|
||||
|
@ -110,7 +110,7 @@ badcode.asl 158: Name (_PRW, 4)
|
||||
Error 6105 - ^ Invalid object type for reserved name (_PRW: found Integer, Package required)
|
||||
|
||||
badcode.asl 159: Name (_FDI, Buffer () {0})
|
||||
Error 6105 - ^ Invalid object type for reserved name (_FDI: found Buffer, Package required)
|
||||
Error 6105 - ^ Invalid object type for reserved name (_FDI: found Buffer, Package required)
|
||||
|
||||
badcode.asl 164: Method (_OSC, 5)
|
||||
Warning 3101 - ^ Reserved method has too many arguments (_OSC requires 4)
|
||||
|
@ -2242,13 +2242,14 @@ Index: acpica-unix-20160527/source/include/acmacros.h
|
||||
|
||||
Index: acpica-unix-20160527/source/include/platform/aclinux.h
|
||||
===================================================================
|
||||
--- acpica-unix-20160527.orig/source/include/platform/aclinux.h
|
||||
+++ acpica-unix-20160527/source/include/platform/aclinux.h
|
||||
@@ -178,6 +178,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
--- acpica-unix-20160729.orig/source/include/platform/aclinux.h
|
||||
+++ acpica-unix-20160729/source/include/platform/aclinux.h
|
||||
@@ -179,6 +179,7 @@
|
||||
|
||||
#ifdef ACPI_USE_STANDARD_HEADERS
|
||||
#include <unistd.h>
|
||||
+#include <endian.h>
|
||||
#endif
|
||||
|
||||
/* Define/disable kernel-specific declarators */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user