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
|
/acpitests-unix-20160422.tar.gz
|
||||||
/acpica-unix2-20160527.tar.gz
|
/acpica-unix2-20160527.tar.gz
|
||||||
/acpitests-unix-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
|
Name: acpica-tools
|
||||||
Version: 20160527
|
Version: 20160729
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ACPICA tools for the development and debug of ACPI tables
|
Summary: ACPICA tools for the development and debug of ACPI tables
|
||||||
|
|
||||||
@ -186,6 +186,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 9 2016 Al Stone <ahs3@redhat.com> - 20160527-1
|
||||||
- Update to latest upstream. Closes BZ#1340573.
|
- Update to latest upstream. Closes BZ#1340573.
|
||||||
- Refresh patches.
|
- Refresh patches.
|
||||||
|
@ -2242,13 +2242,14 @@ Index: acpica-unix-20160527/source/include/acmacros.h
|
|||||||
|
|
||||||
Index: acpica-unix-20160527/source/include/platform/aclinux.h
|
Index: acpica-unix-20160527/source/include/platform/aclinux.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix-20160527.orig/source/include/platform/aclinux.h
|
--- acpica-unix-20160729.orig/source/include/platform/aclinux.h
|
||||||
+++ acpica-unix-20160527/source/include/platform/aclinux.h
|
+++ acpica-unix-20160729/source/include/platform/aclinux.h
|
||||||
@@ -178,6 +178,7 @@
|
@@ -179,6 +179,7 @@
|
||||||
#include <stdlib.h>
|
|
||||||
#include <ctype.h>
|
#ifdef ACPI_USE_STANDARD_HEADERS
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
+#include <endian.h>
|
+#include <endian.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Define/disable kernel-specific declarators */
|
/* Define/disable kernel-specific declarators */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user