[binutils] Rebase on 2.21.53.0.2 tarball. Delete unneeded patches. (BZ 728677)

Nicholas Clifton nickc at fedoraproject.org
Mon Aug 8 13:06:29 UTC 2011


commit 408e5810e0f95789da8db5bb64abc79304af4c4a
Author: Nick Clifton <nickc at redhat.com>
Date:   Mon Aug 8 14:07:13 2011 +0100

    Rebase on 2.21.53.0.2 tarball.  Delete unneeded patches.  (BZ 728677)

 .gitignore                             |    1 +
 binutils-2.21.53.0.1-debug_macro.patch |  450 --------------
 binutils-2.21.53.0.1-demangle.patch    | 1062 --------------------------------
 binutils.spec                          |   11 +-
 sources                                |    2 +-
 5 files changed, 7 insertions(+), 1519 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 186cf9b..53f13e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ binutils-2.20.51.0.10.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
+/binutils-2.21.53.0.2.tar.bz2
diff --git a/binutils.spec b/binutils.spec
index 855be56..2c60f2c 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.53.0.1
-Release: 3%{?dist}
+Version: 2.21.53.0.2
+Release: 1%{?dist}
 License: GPLv3+
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -31,8 +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.53.0.1-debug_macro.patch
-Patch10: binutils-2.21.53.0.1-demangle.patch
 
 %define gold_arches %ix86 x86_64
 
@@ -131,8 +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 .debug_macro~
-%patch10 -p1 -b .demangle~
 
 # We cannot run autotools as there is an exact requirement of autoconf-2.59.
 
@@ -422,6 +418,9 @@ exit 0
 %endif # %{isnative}
 
 %changelog
+* Tue Aug  08 2011 Nick Clifton <nickc at redhat.com> - 2.21.53.0.2-1
+- Rebase on 2.21.53.0.2 tarball.  Delete unneeded patches.  (BZ 728677)
+
 * Tue Aug  02 2011 Nick Clifton <nickc at redhat.com> - 2.21.53.0.1-3
 - Update libiberty demangling.  (BZ 727453)
 
diff --git a/sources b/sources
index b5ffbe6..d17d8d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b15f6dbced20172431e349b47a30758  binutils-2.21.53.0.1.tar.bz2
+c6868a0e6d0ab7a6cdf30bb0bd32476d  binutils-2.21.53.0.2.tar.bz2


More information about the scm-commits mailing list