Merge branch 'master' into f14

This commit is contained in:
Michel Alexandre Salim 2010-11-27 16:19:13 +01:00
commit 06a9a2d0a1

View File

@ -12,7 +12,7 @@
Name: llvm Name: llvm
Version: 2.8 Version: 2.8
Release: 4%{?dist} Release: 5%{?dist}
Summary: The Low Level Virtual Machine Summary: The Low Level Virtual Machine
Group: Development/Languages Group: Development/Languages
@ -85,6 +85,8 @@ Documentation for the LLVM compiler infrastructure.
Summary: A C language family front-end for LLVM Summary: A C language family front-end for LLVM
License: NCSA License: NCSA
Group: Development/Languages Group: Development/Languages
# clang requires gcc; clang++ gcc-c++
Requires: gcc-c++
%description -n clang %description -n clang
clang: noun clang: noun
@ -391,6 +393,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
%changelog %changelog
* Sat Nov 27 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-5
- clang now requires gcc-c++ for linking and headers (bug #654560)
* Fri Nov 12 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-4 * Fri Nov 12 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-4
- Backport support for C++0x (# 648990) - Backport support for C++0x (# 648990)