rpms/binutils/F-10 binutils.spec,1.144,1.145

Jan Kratochvil jkratoch at fedoraproject.org
Mon Feb 2 12:41:41 UTC 2009


Author: jkratoch

Update of /cvs/pkgs/rpms/binutils/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4809

Modified Files:
	binutils.spec 
Log Message:
* Mon Feb  2 2009 Jan Kratochvil <jan.kratochvil at redhat.com> 2.18.50.0.9-8
- Fix .eh_frame_hdr build also for .gcc_except_table LSDA refs (BZ 461675).



Index: binutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/binutils/F-10/binutils.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- binutils.spec	30 Oct 2008 15:04:13 -0000	1.144
+++ binutils.spec	2 Feb 2009 12:41:09 -0000	1.145
@@ -17,7 +17,7 @@
 Summary: A GNU collection of binary utilities
 Name: %{?cross}binutils%{?_with_debug:-debug}
 Version: 2.18.50.0.9
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv3+
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -33,6 +33,7 @@
 Patch12: binutils-2.18.50.0.9-set-long-long.patch
 Patch13: binutils-2.18.50.0.9-upstream.patch
 Patch14: binutils-2.18.50.0.9-linkonce-r-discard.patch
+Patch15: binutils-2.18.50.0.9-gcc_except_table.patch
 
 %if 0%{?_with_debug:1}
 # Define this if you want to skip the strip step and preserve debug info.
@@ -106,6 +107,7 @@
 %patch12 -p0 -b .set-long-long~
 %patch13 -p0 -b .upstream~
 %patch14 -p0 -b .linkonce-r-discard~
+%patch15 -p0 -b .gcc_except_table~
 
 # We cannot run autotools as there is an exact requirement of autoconf-2.59.
 
@@ -349,6 +351,9 @@
 %endif # %{isnative}
 
 %changelog
+* Mon Feb  2 2009 Jan Kratochvil <jan.kratochvil at redhat.com> 2.18.50.0.9-8
+- Fix .eh_frame_hdr build also for .gcc_except_table LSDA refs (BZ 461675).
+
 * Thu Oct 30 2008 Jan Kratochvil <jan.kratochvil at redhat.com> 2.18.50.0.9-7
 - Fix %%{_prefix}/include/bfd.h on 32-bit hosts due the 64-bit BFD target
   support from 2.18.50.0.8-2 (BZ 468495).




More information about the fedora-extras-commits mailing list