mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Merge branch 'f14' into f13
This commit is contained in:
commit
44a09cc1e7
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
Name: llvm
|
||||
Version: 2.8
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
Group: Development/Languages
|
||||
|
@ -85,6 +85,8 @@ Documentation for the LLVM compiler infrastructure.
|
|||
Summary: A C language family front-end for LLVM
|
||||
License: NCSA
|
||||
Group: Development/Languages
|
||||
# clang requires gcc; clang++ gcc-c++
|
||||
Requires: gcc-c++
|
||||
|
||||
%description -n clang
|
||||
clang: noun
|
||||
|
@ -397,6 +399,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
|
|||
|
||||
|
||||
%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
|
||||
- Backport support for C++0x (# 648990)
|
||||
|
||||
|
|
Loading…
Reference in a new issue