[llvm/f15/master] clang++: fix platform-specific include dirs (# 680644)

Michel Alexandre Salim salimma at fedoraproject.org
Thu Mar 17 13:34:46 UTC 2011


commit 1db435d4d684491a4e4686532b5e3d3c7b822bd6
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Mar 17 14:34:26 2011 +0100

    clang++: fix platform-specific include dirs (# 680644)

 llvm.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index 4c70a56..cb65824 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -12,7 +12,7 @@
 
 Name:           llvm
 Version:        2.8
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        The Low Level Virtual Machine
 
 Group:          Development/Languages
@@ -86,7 +86,7 @@ Summary:        A C language family front-end for LLVM
 License:        NCSA
 Group:          Development/Languages
 # clang requires gcc; clang++ gcc-c++
-Requires:	gcc-c++
+Requires:       gcc-c++
 
 %description -n clang
 clang: noun
@@ -395,6 +395,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
 
 
 %changelog
+* Thu Mar 17 2011 Michel Salim <salimma at fedoraproject.org> - 2.8-9
+- clang++: fix platform-specific include dirs (# 680644)
+
 * Thu Mar 17 2011 Michel Salim <salimma at fedoraproject.org> - 2.8-8
 - clang++: also search for platform-specific include files (# 680644)
 


More information about the scm-commits mailing list