[llvm] Actually set runtime dependency on libstdc++ 4.7.1

Michel Alexandre Salim salimma at fedoraproject.org
Wed Jul 4 14:21:33 UTC 2012


commit a8758deeb8201e63e5e0168412cb6c61ba86cf98
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Jul 4 21:21:24 2012 +0700

    Actually set runtime dependency on libstdc++ 4.7.1

 llvm.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index c5e03ba..ee36aa7 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -6,7 +6,7 @@
 
 # clang header paths are hard-coded at compile time
 # and need adjustment whenever there's a new GCC version
-%global gcc_version 4.7.0
+%global gcc_version 4.7.1
 
 %ifarch s390 s390x sparc64
   # No ocaml on these arches
@@ -36,7 +36,7 @@ ExcludeArch: s390 s390x ppc ppc64
 
 Name:           llvm
 Version:        3.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        The Low Level Virtual Machine
 
 Group:          Development/Languages
@@ -549,6 +549,9 @@ exit 0
 %endif
 
 %changelog
+* Wed Jul  4 2012 Michel Salim <salimma at fedoraproject.org> - 3.1-5
+- Actually set runtime dependency on libstdc++ 4.7.1
+
 * Mon Jul  2 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.1-4
 - Rebuild for new libstdc++ bump
 


More information about the scm-commits mailing list