[avr-binutils] updated to 2.24

Michal Hlavinka mhlavink at fedoraproject.org
Wed Aug 13 09:48:14 UTC 2014


commit 321056650fc7ed966562851e85ac35b6eac67a1b
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Aug 13 11:48:15 2014 +0200

    updated to 2.24

 .gitignore        |    1 +
 avr-binutils.spec |   15 ++++++---------
 sources           |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2407f35..c7fbeb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ binutils-2.20.tar.bz2
 /binutils-2.21.tar.bz2
 /binutils-2.23.1.tar.bz2
 /binutils-2.23.2.tar.bz2
+/binutils-2.24.tar.bz2
diff --git a/avr-binutils.spec b/avr-binutils.spec
index 8251dbb..ba01beb 100644
--- a/avr-binutils.spec
+++ b/avr-binutils.spec
@@ -1,8 +1,8 @@
 %define target avr
 
 Name:           %{target}-binutils
-Version:        2.23.2
-Release:        6%{?dist}
+Version:        2.24
+Release:        1%{?dist}
 Epoch:		1
 Summary:        Cross Compiling GNU binutils targeted at %{target}
 Group:          Development/Tools
@@ -12,9 +12,6 @@ Source0:        ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{version}.tar.bz2
 Source1:        README.fedora
 #add widespread options to avr-size: --format=avr -mcu=XX
 Patch1: http://distribute.atmel.no/tools/opensource/avr-gcc/binutils-2.20.1/30-binutils-2.20.1-avr-size.patch
-Patch2:         avr-binutils-aarch64.patch
-Patch3: avr-binutils-2.23.2-fixtex.patch
-Patch4: binutils-2.23.2-cve2012-3509.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 BuildRequires:  gawk texinfo
@@ -32,9 +29,6 @@ native %{_arch} platform.
 %setup -q -c
 pushd binutils-%{version}
 %patch1 -p0 -b .avr-size
-%patch2 -p2 -b .aarch64
-%patch3 -p2 -b .fixtex
-%patch4 -p2 -b .cve2012-3509
 
 popd 
 cp %{SOURCE1} .
@@ -58,7 +52,7 @@ popd
 rm $RPM_BUILD_ROOT%{_mandir}/man1/%{target}-{dlltool,nlmconv,windres}.1
 # we don't want these as we are a cross version
 rm -r $RPM_BUILD_ROOT%{_infodir}
-rm    $RPM_BUILD_ROOT%{_libdir}/libiberty.a
+rm    $RPM_BUILD_ROOT%{_libdir}/libiberty.a ||:
 
 
 %clean
@@ -75,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 13 2014 Michal Hlavinka <mhlavink at redhat.com> - 1:2.24-1
+- updated to 2.24
+
 * Mon Jun 09 2014 Michal Hlavinka <mhlavink at redhat.com> - 1:2.23.2-6
 - fix FTBFS caused by popd usage (#1105986)
 
diff --git a/sources b/sources
index 11b2920..1280421 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f8fa651e35ef262edc01d60fb45702e  binutils-2.23.2.tar.bz2
+e0f71a7b2ddab0f8612336ac81d9636b  binutils-2.24.tar.bz2


More information about the scm-commits mailing list