[avr-gcc] Rebuild for avr-binutils downgrade

Thibault North tnorth at fedoraproject.org
Fri Nov 11 15:18:54 UTC 2011


commit f21ecb1d4a779aad286ef996baec8a88ee35bbf3
Author: Thibault North <thibault.north at mail.mgill.ca>
Date:   Fri Nov 11 10:18:36 2011 -0500

    Rebuild for avr-binutils downgrade

 avr-gcc.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/avr-gcc.spec b/avr-gcc.spec
index bf357c1..99918a4 100644
--- a/avr-gcc.spec
+++ b/avr-gcc.spec
@@ -2,7 +2,7 @@
 
 Name:           %{target}-gcc
 Version:        4.6.1
-Release:        3%{?dist}.1
+Release:        4%{?dist}
 Summary:        Cross Compiling GNU GCC targeted at %{target}
 Group:          Development/Languages
 License:        GPLv2+
@@ -15,8 +15,8 @@ Patch0:         avr-gcc-4.5.3-mint8.patch
 Patch1:         avr-gcc-4.6.1-progmem.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
-BuildRequires:  %{target}-binutils >= 2.13, zlib-devel gawk gmp-devel mpfr-devel libmpc-devel
-Requires:       %{target}-binutils >= 2.13
+BuildRequires:  %{target}-binutils >= 1:2.20, zlib-devel gawk gmp-devel mpfr-devel libmpc-devel
+Requires:       %{target}-binutils >= 1:2.20
 
 %description
 This is a Cross Compiling version of GNU GCC, which can be used to
@@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Nov 11 2011 Thibault North <tnorth at fedoraproject.org> - 4.6.1-4
+- Rebuild with avr-binutils downgrade
+
 * Thu Oct 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 4.6.1-3.1
 - rebuild with new gmp without compat lib
 


More information about the scm-commits mailing list