[binutils] Rebase on 2.21.53.0.1 tarball. Delete unneeded patches. (BZ 712668)

Nicholas Clifton nickc at fedoraproject.org
Tue Jul 19 11:21:47 UTC 2011


commit 1ac3c72670171960fa3e133beb052809ddbc37c6
Author: Nick Clifton <nickc at redhat.com>
Date:   Tue Jul 19 12:22:08 2011 +0100

    Rebase on 2.21.53.0.1 tarball.  Delete unneeded patches.  (BZ 712668)

 .gitignore                                         |    1 +
 binutils-2.21.52.0.1-finding-without-symbols.patch |   14 ----
 binutils-2.21.52.0.1-keeping-notes.patch           |   67 --------------------
 ...tils-2.21.52.0.1-sh_offset-for-SHT_NOBITS.patch |   55 ----------------
 binutils.spec                                      |   13 ++---
 sources                                            |    2 +-
 6 files changed, 7 insertions(+), 145 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d33226..186cf9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ binutils-2.20.51.0.10.tar.bz2
 /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.21.53.0.1.tar.bz2
diff --git a/binutils.spec b/binutils.spec
index 7797a41..a9fc787 100644
--- a/binutils.spec
+++ b/binutils.spec
@@ -16,8 +16,8 @@
 
 Summary: A GNU collection of binary utilities
 Name: %{?cross}binutils%{?_with_debug:-debug}
-Version: 2.21.52.0.1
-Release: 5%{?dist}
+Version: 2.21.53.0.1
+Release: 1%{?dist}
 License: GPLv3+
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -31,9 +31,6 @@ Patch05: binutils-2.20.51.0.2-set-long-long.patch
 Patch06: binutils-2.20.51.0.10-copy-osabi.patch
 Patch07: binutils-2.20.51.0.10-sec-merge-emit.patch
 Patch08: binutils-2.20.51.0.2-build-id.patch
-Patch09: binutils-2.21.52.0.1-keeping-notes.patch
-Patch10: binutils-2.21.52.0.1-finding-without-symbols.patch
-Patch11: binutils-2.21.52.0.1-sh_offset-for-SHT_NOBITS.patch
 
 %define gold_arches %ix86 x86_64
 
@@ -132,9 +129,6 @@ using libelf instead of BFD.
 %patch06 -p0 -b .copy-osabi~
 %patch07 -p0 -b .sec-merge-emit~
 %patch08 -p0 -b .build-id~
-%patch09 -p0 -b .keeping-notes~
-%patch10 -p0 -b .finding~
-%patch11 -p0 -b .sh_offset~
 
 # We cannot run autotools as there is an exact requirement of autoconf-2.59.
 
@@ -424,6 +418,9 @@ exit 0
 %endif # %{isnative}
 
 %changelog
+* Tue Jul  19 2011 Nick Clifton <nickc at redhat.com> - 2.21.53.0.1-1
+- Rebase on 2.21.53.0.1 tarball.  Delete unneeded patches.  (BZ 712668)
+
 * Fri Jun  24 2011 Nick Clifton <nickc at redhat.com> - 2.21.52.0.1-5
 - Import fix for PR ld/12921.
 
diff --git a/sources b/sources
index 1d39f1b..b5ffbe6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32cee6ed103fc428cd802bac938ea7b3  binutils-2.21.52.0.1.tar.bz2
+5b15f6dbced20172431e349b47a30758  binutils-2.21.53.0.1.tar.bz2


More information about the scm-commits mailing list