Update the changelog

Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
Al Stone 2014-05-22 18:07:46 -06:00
parent fad899c950
commit 09074c9a3e

View File

@ -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 <ahs3@redhat.com> - 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 <ahs3@redhat.com> - 20140424-1
- Update to latest upstream. Closes BZ#1091189.