Reorganized and simplified new big-endian patches

Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
Al Stone 2017-01-09 14:48:30 -07:00
parent 06e41212a5
commit ec8dd1f16b
3 changed files with 1592 additions and 1096 deletions

View File

@ -1,6 +1,6 @@
Name: acpica-tools
Version: 20160930
Release: 2%{?dist}
Release: 3%{?dist}
Summary: ACPICA tools for the development and debug of ACPI tables
Group: Development/Languages
@ -34,9 +34,8 @@ Patch7: f23-harden.patch
Patch8: asllookup-ppc64.patch
Patch9: template.patch
Patch10: s390x-ptrs.patch
Patch11: big-endian-part1.patch
Patch12: free.patch
Patch13: big-endian-part2.patch
Patch11: free.patch
Patch12: update-big-endian.patch
BuildRequires: bison patchutils flex
@ -97,9 +96,8 @@ gzip -dc %{SOURCE1} | tar -x --strip-components=1 -f -
%patch8 -p1 -b .asllookup-ppc64
%patch9 -p1 -b .template
%patch10 -p1 -b .s390x-ptrs
%patch11 -p1 -b .big-endian-part1
%patch12 -p1 -b .free
%patch13 -p1 -b .big-endian-part2
%patch11 -p1 -b .free
%patch12 -p1 -b .update-big-endian
cp -p %{SOURCE2} README.Fedora
cp -p %{SOURCE3} iasl.1
@ -194,6 +192,11 @@ fi
%changelog
* Mon Jan 9 2017 Al Stone <ahs3@redhat.com> - 20160930-3
- Restructure the repairs for big-endian support to simplify patching -- it is
all combined into update-big-endian.patch now. (NB: this version may still
have issues on big-endian)
* Fri Dec 9 2016 Al Stone <ahs3@redhat.com> - 20160930-2
- Major repairs to compiler and disassembler code to make it endian-neutral
again (added patches big-endian-part1 and big-endian-part2).

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff