Reorganized and simplified new big-endian patches
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
06e41212a5
commit
ec8dd1f16b
@ -1,6 +1,6 @@
|
|||||||
Name: acpica-tools
|
Name: acpica-tools
|
||||||
Version: 20160930
|
Version: 20160930
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: ACPICA tools for the development and debug of ACPI tables
|
Summary: ACPICA tools for the development and debug of ACPI tables
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -34,9 +34,8 @@ Patch7: f23-harden.patch
|
|||||||
Patch8: asllookup-ppc64.patch
|
Patch8: asllookup-ppc64.patch
|
||||||
Patch9: template.patch
|
Patch9: template.patch
|
||||||
Patch10: s390x-ptrs.patch
|
Patch10: s390x-ptrs.patch
|
||||||
Patch11: big-endian-part1.patch
|
Patch11: free.patch
|
||||||
Patch12: free.patch
|
Patch12: update-big-endian.patch
|
||||||
Patch13: big-endian-part2.patch
|
|
||||||
|
|
||||||
BuildRequires: bison patchutils flex
|
BuildRequires: bison patchutils flex
|
||||||
|
|
||||||
@ -97,9 +96,8 @@ gzip -dc %{SOURCE1} | tar -x --strip-components=1 -f -
|
|||||||
%patch8 -p1 -b .asllookup-ppc64
|
%patch8 -p1 -b .asllookup-ppc64
|
||||||
%patch9 -p1 -b .template
|
%patch9 -p1 -b .template
|
||||||
%patch10 -p1 -b .s390x-ptrs
|
%patch10 -p1 -b .s390x-ptrs
|
||||||
%patch11 -p1 -b .big-endian-part1
|
%patch11 -p1 -b .free
|
||||||
%patch12 -p1 -b .free
|
%patch12 -p1 -b .update-big-endian
|
||||||
%patch13 -p1 -b .big-endian-part2
|
|
||||||
|
|
||||||
cp -p %{SOURCE2} README.Fedora
|
cp -p %{SOURCE2} README.Fedora
|
||||||
cp -p %{SOURCE3} iasl.1
|
cp -p %{SOURCE3} iasl.1
|
||||||
@ -194,6 +192,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 9 2016 Al Stone <ahs3@redhat.com> - 20160930-2
|
||||||
- Major repairs to compiler and disassembler code to make it endian-neutral
|
- Major repairs to compiler and disassembler code to make it endian-neutral
|
||||||
again (added patches big-endian-part1 and big-endian-part2).
|
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
Loading…
Reference in New Issue
Block a user