auto-import changelog data from binutils-2.10.0.18-5.src.rpm

Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
- add one more alpha patch
Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
- fix alpha visibility as problem
- add support for Ultra-III
This commit is contained in:
cvsdist 2004-09-09 03:30:08 +00:00
parent 9dadb48e2f
commit 8c799d0e5a

View File

@ -1,7 +1,7 @@
Summary: A GNU collection of binary utilities.
Name: binutils
Version: 2.10.0.18
Release: 3
Release: 5
Copyright: GPL
Group: Development/Tools
URL: http://sourceware.cygnus.com/binutils
@ -9,6 +9,9 @@ Source: ftp://ftp.valinux.com/pub/support/hjl/binutils/binutils-%{version}.tar.b
Patch1: binutils-sparc-gas.patch
Patch2: binutils-sparc64-bfd.patch
Patch3: binutils-alpha-ld-relax.patch
Patch4: binutils-alpha-visibility.patch
Patch5: binutils-sparc64-ultraIII.patch
Patch6: binutils-alpha-fixes.patch
Buildroot: /var/tmp/binutils-root
ExcludeArch: ia64
@ -32,6 +35,9 @@ binary files. Most programmers will want to install binutils.
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0
%patch6 -p0
%build
ADDITIONAL_TARGETS=""
@ -96,6 +102,13 @@ fi
%{_infodir}/*info*
%changelog
* Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
- add one more alpha patch
* Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
- fix alpha visibility as problem
- add support for Ultra-III
* Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
- and one more alpha patch