Rebase on 2.23.51.0.1 release.

Retire binutils-2.22.52.0.4-dwz.patch, binutils-2.22.52.0.4-ar-4Gb.patch, binutils-2.22.52.0.4-arm-plt-refcount.patch, binutils-2.22.52.0.4-s390-64bit-archive.patch.
Resolves: #846433
This commit is contained in:
Nick Clifton 2012-08-08 11:04:01 +01:00
parent cc48585e6c
commit fe57180be4
3 changed files with 13 additions and 19 deletions

6
.gitignore vendored
View File

@ -2,6 +2,7 @@ binutils-2.20.51.0.7/
binutils-2.22.52.0.1/
binutils-2.22.52.0.3/
binutils-2.22.52.0.4/
binutils-2.23.51.0.1/
i386
i686
/binutils-2.20.51.0.7.tar.bz2
@ -14,12 +15,13 @@ i686
/binutils-2.21.51.0.8.tar.bz2
/binutils-2.21.51.0.9.tar.bz2
/binutils-2.21.52.0.1.tar.bz2
/binutils-2.22.52.0.2.tar.bz2
/binutils-2.21.53.0.1.tar.bz2
/binutils-2.21.53.0.2.tar.bz2
/binutils-2.22.tar.bz2
/binutils-2.22.52.0.2.tar.bz2
/binutils-2.22.52.0.3.tar.bz2
/binutils-2.22.52.0.4.tar.bz2
/binutils-2.22.tar.bz2
/binutils-2.23.51.0.1.tar.bz2
.build-*
*.src.rpm
*.log

View File

@ -16,8 +16,8 @@
Summary: A GNU collection of binary utilities
Name: %{?cross}binutils%{?_with_debug:-debug}
Version: 2.22.52.0.4
Release: 8%{?dist}
Version: 2.23.51.0.1
Release: 1%{?dist}
License: GPLv3+
Group: Development/Tools
URL: http://sources.redhat.com/binutils
@ -38,16 +38,8 @@ Patch07: binutils-2.20.51.0.10-sec-merge-emit.patch
Patch08: binutils-2.22.52.0.1-relro-on-by-default.patch
# Local patch - export demangle.h with the binutils-devel rpm.
Patch09: binutils-2.22.52.0.1-export-demangle.h.patch
# Backport for https://fedoraproject.org/wiki/Features/DwarfCompressor
Patch10: binutils-2.22.52.0.4-dwz.patch
# Import of patch for FSF PR #14302
Patch11: binutils-2.22.52.0.4-ar-4Gb.patch
# Import of patch for FSF PR #14189
Patch12: binutils-2.22.52.0.4-arm-plt-refcount.patch
# Use 64-bit symbox index tables in s390 archives. BZ #835957
Patch13: binutils-2.22.52.0.4-s390-64bit-archive.patch
# Disable checks that config.h has been included before system headers. BZ #845084
Patch14: binutils-2.22.52.0.4-no-config-h-check.patch
Patch10: binutils-2.22.52.0.4-no-config-h-check.patch
%define gold_arches %ix86 x86_64
@ -150,11 +142,7 @@ using libelf instead of BFD.
%patch08 -p0 -b .relro~
%endif
%patch09 -p0 -b .export-demangle-h~
%patch10 -p0 -b .dwz~
%patch11 -p0 -b .ar4Gb~
%patch12 -p0 -b .arm-plt-refcount~
%patch13 -p0 -b .s390-64bit-archive~
%patch14 -p0 -b .no-config-h-check~
%patch10 -p0 -b .no-config-h-check~
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
@ -449,6 +437,10 @@ exit 0
%endif # %{isnative}
%changelog
* Wed Aug 08 2012 Nick Clifton <nickc@redhat.com> - 2.23.51.0.1-1
- Rebase on 2.23.51.0.1 release. (#846433)
- Retire binutils-2.22.52.0.4-dwz.patch, binutils-2.22.52.0.4-ar-4Gb.patch, binutils-2.22.52.0.4-arm-plt-refcount.patch, binutils-2.22.52.0.4-s390-64bit-archive.patch.
* Thu Aug 02 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.4-8
- Make the binutils-devel package depend upon the binutils package. (#845082)

View File

@ -1 +1 @@
2a5beea06d6f3e21107365b91184e11c binutils-2.22.52.0.4.tar.bz2
a6328eafc6bfc59fe555a4e50b3c3055 binutils-2.23.51.0.1.tar.bz2