Refresh patches.
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
dd882056b9
commit
c328591a0a
@ -118,7 +118,7 @@ diff -urN acpica-unix2-20130626/tests/aapits/atinit.c acpica-unix2-20130626-aapi
|
|||||||
diff -urN acpica-unix2-20130626/tests/aapits/atmain.c acpica-unix2-20130626-aapits/tests/aapits/atmain.c
|
diff -urN acpica-unix2-20130626/tests/aapits/atmain.c acpica-unix2-20130626-aapits/tests/aapits/atmain.c
|
||||||
--- acpica-unix2-20130626/tests/aapits/atmain.c 2013-01-17 12:48:28.000000000 -0700
|
--- acpica-unix2-20130626/tests/aapits/atmain.c 2013-01-17 12:48:28.000000000 -0700
|
||||||
+++ acpica-unix2-20130626-aapits/tests/aapits/atmain.c 2013-07-25 13:18:22.083323948 -0600
|
+++ acpica-unix2-20130626-aapits/tests/aapits/atmain.c 2013-07-25 13:18:22.083323948 -0600
|
||||||
@@ -315,7 +315,7 @@
|
@@ -336,7 +336,7 @@
|
||||||
{
|
{
|
||||||
printf ("ACPICA API TS err: test num %ld of test case %ld"
|
printf ("ACPICA API TS err: test num %ld of test case %ld"
|
||||||
" is not implemented\n",
|
" is not implemented\n",
|
||||||
@ -127,7 +127,7 @@ diff -urN acpica-unix2-20130626/tests/aapits/atmain.c acpica-unix2-20130626-aapi
|
|||||||
return (AtRetNotImpl);
|
return (AtRetNotImpl);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -430,7 +432,7 @@
|
@@ -451,7 +451,7 @@
|
||||||
if (test_case < 1 || test_case > AT_TEST_CASE_NUM)
|
if (test_case < 1 || test_case > AT_TEST_CASE_NUM)
|
||||||
{
|
{
|
||||||
printf ("ACPICA API TS err: test case %ld is out of range 1 - %d\n",
|
printf ("ACPICA API TS err: test case %ld is out of range 1 - %d\n",
|
||||||
@ -136,7 +136,7 @@ diff -urN acpica-unix2-20130626/tests/aapits/atmain.c acpica-unix2-20130626-aapi
|
|||||||
return (AtRetBadParam);
|
return (AtRetBadParam);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -438,7 +440,7 @@
|
@@ -459,7 +459,7 @@
|
||||||
if (test_num < 0 || test_num > AtTestCase[test_case].TestsNum)
|
if (test_num < 0 || test_num > AtTestCase[test_case].TestsNum)
|
||||||
{
|
{
|
||||||
printf ("ACPICA API TS err: test num %ld is out of range 0 - %d\n",
|
printf ("ACPICA API TS err: test num %ld is out of range 0 - %d\n",
|
||||||
|
@ -191,8 +191,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 30 2014 Al Stone <ahs3@redhat.com> - 20140926-1
|
* Wed Oct 1 2014 Al Stone <ahs3@redhat.com> - 20140926-1
|
||||||
- Update to latest upstream. Closes BZ#1147131.
|
- Update to latest upstream. Closes BZ#1147131.
|
||||||
|
- Refresh patches
|
||||||
|
|
||||||
* Fri Aug 29 2014 Al Stone <ahs3@redhat.com> - 20140828-1
|
* Fri Aug 29 2014 Al Stone <ahs3@redhat.com> - 20140828-1
|
||||||
- Update to latest upstream. Closes BZ#1135352.
|
- Update to latest upstream. Closes BZ#1135352.
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@ diff --git a/source/compiler/asltree.c b/source/compiler/asltree.c
|
|||||||
index ebf87f3..fd859d7 100644
|
index ebf87f3..fd859d7 100644
|
||||||
--- a/source/compiler/asltree.c
|
--- a/source/compiler/asltree.c
|
||||||
+++ b/source/compiler/asltree.c
|
+++ b/source/compiler/asltree.c
|
||||||
@@ -590,28 +590,31 @@ TrCreateValuedLeafNode (
|
@@ -589,28 +592,31 @@ TrCreateValuedLeafNode (
|
||||||
"\nCreateValuedLeafNode Ln/Col %u/%u NewNode %p Op %s Value %8.8X%8.8X ",
|
"\nCreateValuedLeafNode Ln/Col %u/%u NewNode %p Op %s Value %8.8X%8.8X ",
|
||||||
Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName(ParseOpcode),
|
Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName(ParseOpcode),
|
||||||
ACPI_FORMAT_UINT64 (Value));
|
ACPI_FORMAT_UINT64 (Value));
|
||||||
@ -56,7 +56,7 @@ index ebf87f3..fd859d7 100644
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case PARSEOP_METHOD:
|
case PARSEOP_METHOD:
|
||||||
@@ -621,11 +624,13 @@ TrCreateValuedLeafNode (
|
@@ -620,11 +622,13 @@ TrCreateValuedLeafNode (
|
||||||
|
|
||||||
case PARSEOP_INTEGER:
|
case PARSEOP_INTEGER:
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ Al Stone <ahs3@redhat.com>
|
|||||||
diff -Naur acpica-unix2-20140424/source/compiler/aslmain.c acpica-unix2-20140424-patch/source/compiler/aslmain.c
|
diff -Naur acpica-unix2-20140424/source/compiler/aslmain.c acpica-unix2-20140424-patch/source/compiler/aslmain.c
|
||||||
--- acpica-unix2-20140424/source/compiler/aslmain.c 2014-04-24 09:48:59.000000000 -0600
|
--- acpica-unix2-20140424/source/compiler/aslmain.c 2014-04-24 09:48:59.000000000 -0600
|
||||||
+++ acpica-unix2-20140424-patch/source/compiler/aslmain.c 2014-05-22 12:55:47.634904320 -0600
|
+++ acpica-unix2-20140424-patch/source/compiler/aslmain.c 2014-05-22 12:55:47.634904320 -0600
|
||||||
@@ -330,18 +330,6 @@
|
@@ -331,18 +319,6 @@
|
||||||
int ReturnStatus = 0;
|
int ReturnStatus = 0;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user