2.15.94.0.2.2-3
This commit is contained in:
parent
3a5276851d
commit
8bd3eb4025
@ -1,7 +1,7 @@
|
|||||||
Summary: A GNU collection of binary utilities.
|
Summary: A GNU collection of binary utilities.
|
||||||
Name: binutils
|
Name: binutils
|
||||||
Version: 2.15.94.0.2.2
|
Version: 2.15.94.0.2.2
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://sources.redhat.com/binutils
|
URL: http://sources.redhat.com/binutils
|
||||||
@ -19,6 +19,8 @@ Patch10: binutils-2.15.94.0.2-gcc4.patch
|
|||||||
Patch11: binutils-2.15.94.0.2-arhdr.patch
|
Patch11: binutils-2.15.94.0.2-arhdr.patch
|
||||||
Patch12: binutils-2.15.94.0.2-ld-speedup.patch
|
Patch12: binutils-2.15.94.0.2-ld-speedup.patch
|
||||||
Patch13: binutils-2.15.94.0.2-robustify.patch
|
Patch13: binutils-2.15.94.0.2-robustify.patch
|
||||||
|
Patch14: binutils-2.15.94.0.2-robustify2.patch
|
||||||
|
Patch15: binutils-2.15.94.0.2-robustify3.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/binutils-root
|
Buildroot: %{_tmppath}/binutils-root
|
||||||
BuildRequires: texinfo >= 4.0, dejagnu, gettext, flex, bison
|
BuildRequires: texinfo >= 4.0, dejagnu, gettext, flex, bison
|
||||||
@ -61,6 +63,8 @@ addresses to file and line).
|
|||||||
%patch11 -p0 -b .arhdr~
|
%patch11 -p0 -b .arhdr~
|
||||||
%patch12 -p0 -b .ld-speedup~
|
%patch12 -p0 -b .ld-speedup~
|
||||||
%patch13 -p0 -b .robustify~
|
%patch13 -p0 -b .robustify~
|
||||||
|
%patch14 -p0 -b .robustify2~
|
||||||
|
%patch15 -p0 -b .robustify3~
|
||||||
# libtool sucks
|
# libtool sucks
|
||||||
perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in}
|
perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in}
|
||||||
# LTP sucks
|
# LTP sucks
|
||||||
@ -169,6 +173,9 @@ fi
|
|||||||
%{_infodir}/*info*
|
%{_infodir}/*info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-3
|
||||||
|
- further objdump and readelf robustification (CAN-2005-1704, #158680)
|
||||||
|
|
||||||
* Wed May 25 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-2
|
* Wed May 25 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-2
|
||||||
- bfd and readelf robustification (CAN-2005-1704, #158680)
|
- bfd and readelf robustification (CAN-2005-1704, #158680)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user