Update binutils 2.24 snapshot.

This commit is contained in:
Nick Clifton 2013-11-21 16:17:44 +00:00
parent fcc0aa9887
commit 229c6dbadb
2 changed files with 9 additions and 4 deletions

View File

@ -17,7 +17,7 @@
Summary: A GNU collection of binary utilities Summary: A GNU collection of binary utilities
Name: %{?cross}binutils%{?_with_debug:-debug} Name: %{?cross}binutils%{?_with_debug:-debug}
Version: 2.24 Version: 2.24
Release: 5%{?dist} Release: 6%{?dist}
License: GPLv3+ License: GPLv3+
Group: Development/Tools Group: Development/Tools
URL: http://sources.redhat.com/binutils URL: http://sources.redhat.com/binutils
@ -26,7 +26,7 @@ URL: http://sources.redhat.com/binutils
# many controversial patches so we stick with the official FSF version # many controversial patches so we stick with the official FSF version
# instead. # instead.
%global DATE 2013-11-11 %global DATE 2013-11-21
# Note - There are no 2.24 tarballs yet, so instead we use a manually created # Note - There are no 2.24 tarballs yet, so instead we use a manually created
# tarball. The sources were pulled from the upstream binutils CVS repository. # tarball. The sources were pulled from the upstream binutils CVS repository.
# The current tarball was created from sources checked in to the 2.24 branch # The current tarball was created from sources checked in to the 2.24 branch
@ -35,8 +35,10 @@ URL: http://sources.redhat.com/binutils
# git clone -b binutils-2_24-branch ssh://sourceware.org/git/binutils-gdb.git \ # git clone -b binutils-2_24-branch ssh://sourceware.org/git/binutils-gdb.git \
# binutils-%{version}-%{DATE} # binutils-%{version}-%{DATE}
# #
# rm -fr binutils-%{version}-%{DATE}/.git
#
# tar cf - binutils-%{version}-%{DATE} | \ # tar cf - binutils-%{version}-%{DATE} | \
# bzip2 -9 > binutils-%{version}-%{DATE}.tar.bz2 # bzip2 -c -9 > binutils-%{version}-%{DATE}.tar.bz2
# #
Source: binutils-%{version}-%{DATE}.tar.bz2 Source: binutils-%{version}-%{DATE}.tar.bz2
# Once there is an official 2.24 release this source can be used: # Once there is an official 2.24 release this source can be used:
@ -482,6 +484,9 @@ exit 0
%endif # %{isnative} %endif # %{isnative}
%changelog %changelog
* Thu Nov 21 2013 Nick Clifton <nickc@redhat.com> - 2.24-6
- Update binutils 2.24 snapshot.
* Mon Nov 11 2013 Nick Clifton <nickc@redhat.com> - 2.24-5 * Mon Nov 11 2013 Nick Clifton <nickc@redhat.com> - 2.24-5
- Update binutils 2.24 snapshot. - Update binutils 2.24 snapshot.
- Switch to using GIT instead of CVS to access the FSF repository. - Switch to using GIT instead of CVS to access the FSF repository.

View File

@ -1 +1 @@
7d9ccc93f42f3249092c2e305c9ea278 binutils-2.24-2013-11-11.tar.bz2 0283c27dfc79f74c3514bd56697d3b41 binutils-2.24-2013-11-21.tar.bz2