parent
d1c45d07d2
commit
bc7b34fba7
@ -19,7 +19,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||||
Version: 2.25.1
|
Version: 2.25.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://sources.redhat.com/binutils
|
URL: http://sources.redhat.com/binutils
|
||||||
@ -52,6 +52,8 @@ Patch12: binutils-2.25-kernel-ld-r.patch
|
|||||||
Patch13: binutils-2.23.2-aarch64-em.patch
|
Patch13: binutils-2.23.2-aarch64-em.patch
|
||||||
# Fix detections little endian PPC shared libraries
|
# Fix detections little endian PPC shared libraries
|
||||||
Patch14: binutils-2.24-ldforcele.patch
|
Patch14: binutils-2.24-ldforcele.patch
|
||||||
|
# Fix parsing of corupt iHex binaries
|
||||||
|
Patch15: binutils-2.25.1-ihex-parsing.patch
|
||||||
|
|
||||||
|
|
||||||
Provides: bundled(libiberty)
|
Provides: bundled(libiberty)
|
||||||
@ -175,6 +177,7 @@ using libelf instead of BFD.
|
|||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
%patch14 -p1 -b .ldforcele~
|
%patch14 -p1 -b .ldforcele~
|
||||||
%endif
|
%endif
|
||||||
|
%patch15 -p1 -b .ihex~
|
||||||
|
|
||||||
|
|
||||||
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
|
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
|
||||||
@ -488,6 +491,10 @@ exit 0
|
|||||||
%endif # %{isnative}
|
%endif # %{isnative}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 04 2015 Nick Clifton <nickc@redhat.com> - 2.25.1-3
|
||||||
|
- Fix the parsing of corrupt iHex files.
|
||||||
|
- Resovles: 1250141
|
||||||
|
|
||||||
* Tue Aug 04 2015 Nick Clifton <nickc@redhat.com> - 2.25.1-2
|
* Tue Aug 04 2015 Nick Clifton <nickc@redhat.com> - 2.25.1-2
|
||||||
- Retire: binutils-2.25-aarch64-fPIC-error.patch
|
- Retire: binutils-2.25-aarch64-fPIC-error.patch
|
||||||
- Resovles: 1249969
|
- Resovles: 1249969
|
||||||
|
Loading…
Reference in New Issue
Block a user