[cross-gcc/f16] Add missing BuildRequires

David Howells dhowells at fedoraproject.org
Fri Mar 23 09:24:16 UTC 2012


commit c304a1df1b6a5afa6b450a3f3440686d19d14e49
Author: David Howells <dhowells at redhat.com>
Date:   Fri Mar 23 09:23:44 2012 +0000

    Add missing BuildRequires

 cross-gcc.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cross-gcc.spec b/cross-gcc.spec
index 72ca1cd..5ba9bbe 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -51,7 +51,7 @@
 
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 0.11.3
+%global gcc_release 0.11.4
 
 Summary: Cross C compiler
 Name: cross-gcc
@@ -94,6 +94,7 @@ BuildRequires: cross-binutils-common >= 2.22
 BuildRequires: glibc-devel >= 2.4.90-13
 BuildRequires: elfutils-devel >= 0.147
 BuildRequires: elfutils-libelf-devel >= 0.147
+BuildRequires: gmp-devel >= 4.2, mpfr-devel >= 2.3.1, libmpc-devel >= 0.8.1
 
 %description
 Cross-build GNU C compiler collection.
@@ -615,6 +616,9 @@ rm -rf %{buildroot}
 %do_files xtensa-linux-gnu	%{build_xtensa}
 
 %changelog
+* Thu Mar 22 2012 David Howells <dhowells at redhat.com> - 4.7.0-0.11.4
+- Add missing BuildRequires
+
 * Thu Mar 22 2012 David Howells <dhowells at redhat.com> - 4.7.0-0.11.3
 - Fix gcc47-ppl-0.10.patch fuzz.
 


More information about the scm-commits mailing list