[acpica-tools] Update to 20140114 versions of upstream

Al Stone ahs3 at fedoraproject.org
Fri Jan 24 17:41:03 UTC 2014


commit db6b4f2b56aece07626152c77b4fc4c738f0740c
Author: Al Stone <ahs3 at redhat.com>
Date:   Fri Jan 24 10:40:50 2014 -0700

    Update to 20140114 versions of upstream
    
    Signed-off-by: Al Stone <ahs3 at redhat.com>

 aapits-ld.patch         |   12 ++++
 acpica-tools.spec       |   11 +++-
 badcode.asl.result      |    2 +-
 examples-makefile.patch |  152 -----------------------------------------------
 grammar.asl.result      |    2 +-
 5 files changed, 22 insertions(+), 157 deletions(-)
---
diff --git a/aapits-ld.patch b/aapits-ld.patch
new file mode 100644
index 0000000..88748e8
--- /dev/null
+++ b/aapits-ld.patch
@@ -0,0 +1,12 @@
+diff -urN acpica-unix-20140114/tests/aapits/Makefile acpica-unix-20140114.patch/tests/aapits/Makefile
+--- acpica-unix-20140114/tests/aapits/Makefile	2014-01-14 15:02:45.000000000 -0700
++++ acpica-unix-20140114.patch/tests/aapits/Makefile	2014-01-23 16:07:50.124972105 -0700
+@@ -29,6 +29,7 @@
+ 	../../source/components/debugger/dbmethod.c \
+ 	../../source/components/debugger/dbnames.c \
+ 	../../source/components/debugger/dbstats.c \
++	../../source/components/debugger/dbtest.c \
+ 	../../source/components/debugger/dbutils.c \
+ 	../../source/components/debugger/dbxface.c \
+ 	../../source/components/disassembler/dmbuffer.c \
+
diff --git a/acpica-tools.spec b/acpica-tools.spec
index 0497386..7dad0cf 100644
--- a/acpica-tools.spec
+++ b/acpica-tools.spec
@@ -1,5 +1,5 @@
 Name:           acpica-tools
-Version:        20131218
+Version:        20140114
 Release:        1%{?dist}
 Summary:        ACPICA tools for the development and debug of ACPI tables
 
@@ -27,7 +27,7 @@ Patch0:         debian-big_endian.patch
 Patch1:         debian-unaligned.patch
 Patch2:         name-miscompare.patch
 Patch3:         aapits-linux.patch
-Patch4:		examples-makefile.patch
+Patch4:         aapits-ld.patch
 
 BuildRequires:  bison patchutils flex
 
@@ -82,7 +82,7 @@ gzip -dc %{SOURCE1} | tar -x --strip-components=1 -f -
 %patch1 -p1 -b .debian-unaligned
 %patch2 -p1 -b .name-miscompare
 %patch3 -p1 -b .aapits-linux
-%patch4 -p1 -b .examples-makefile
+%patch4 -p1 -b .aapits-ld
 
 cp -p %{SOURCE2} README.Fedora
 cp -p %{SOURCE3} iasl.1
@@ -187,6 +187,11 @@ fi
 
 
 %changelog
+* Tue Jan 21 2014 Al Stone <ahs3 at redhat.com> - 20140114-1
+- Update to latest upstream.  Closes BZ#1053396.
+- Remove temporary patch to add Makefile missing from upstream tarball.
+- Add temporary patch so that AAPITS will build and run.
+
 * Tue Jan 7 2014 Al Stone <ahs3 at redhat.com> - 20131218-1
 - Update to latest upstream.  Closes BZ#1044951.
 - Add temporary patch to add Makefile missing from upstream tarball.
diff --git a/badcode.asl.result b/badcode.asl.result
index d8deae7..63cf833 100644
--- a/badcode.asl.result
+++ b/badcode.asl.result
@@ -235,7 +235,7 @@ Remark   2089 -                        Object is not referenced ^  (Name is with
 
 Intel ACPI Component Architecture
 ASL Optimizing Compiler version VVVVVVVV-YYYY [XXXXXXXXXXX]
-Copyright (c) 2000 - 2013 Intel Corporation
+Copyright (c) 2000 - 2014 Intel Corporation
 
 Ignoring all errors, forcing AML file generation
 
diff --git a/grammar.asl.result b/grammar.asl.result
index cae7021..aed0d5d 100644
--- a/grammar.asl.result
+++ b/grammar.asl.result
@@ -124,7 +124,7 @@ Remark   2063 -                                     ^ Initializer list shorter t
 
 Intel ACPI Component Architecture
 ASL Optimizing Compiler version VVVVVVVV-YYYY [XXXXXXXXXXX]
-Copyright (c) 2000 - 2013 Intel Corporation
+Copyright (c) 2000 - 2014 Intel Corporation
 
 Ignoring all errors, forcing AML file generation
 


More information about the scm-commits mailing list