From 09074c9a3e3dd6c21ae875920e13721eda7be4c4 Mon Sep 17 00:00:00 2001 From: Al Stone Date: May 23 2014 00:07:46 +0000 Subject: Update the changelog Signed-off-by: Al Stone --- diff --git a/acpica-tools.spec b/acpica-tools.spec index 7a5dac1..d8ca851 100644 --- a/acpica-tools.spec +++ b/acpica-tools.spec @@ -1,6 +1,6 @@ Name: acpica-tools Version: 20140424 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ACPICA tools for the development and debug of ACPI tables Group: Development/Languages @@ -29,6 +29,7 @@ Patch2: name-miscompare.patch Patch3: aapits-linux.patch Patch4: asllookup-miscompare.patch Patch5: aapits-makefile.patch +Patch6: re-enable-big-endian.patch BuildRequires: bison patchutils flex @@ -85,6 +86,7 @@ gzip -dc %{SOURCE1} | tar -x --strip-components=1 -f - %patch3 -p1 -b .aapits-linux %patch4 -p1 -b .asllookup-miscompare %patch5 -p1 -b .aapits-makefile +%patch6 -p1 -b .re-enable-big-endian cp -p %{SOURCE2} README.Fedora cp -p %{SOURCE3} iasl.1 @@ -189,6 +191,10 @@ fi %changelog +* Thu May 22 2014 Al Stone - 20140424-2 +- Add ppc64le as a 64-bit arch in run-misc-tests.sh. Closes BZ#1098614. +- Re-enable big-endian support in iasl. + * Wed May 7 2014 Al Stone - 20140424-1 - Update to latest upstream. Closes BZ#1091189.