- Update to 2.8 release

This commit is contained in:
Michel Alexandre Salim 2010-10-12 17:38:42 +02:00
parent ff6b65b9e1
commit 09e7c11d3e
3 changed files with 13 additions and 9 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
clang-2.7.tgz
llvm-2.7.tgz
/llvm-2.8.tgz
/clang-2.8.tgz

View File

@ -11,8 +11,8 @@
%endif
Name: llvm
Version: 2.7
Release: 10%{?dist}
Version: 2.8
Release: 1%{?dist}
Summary: The Low Level Virtual Machine
Group: Development/Languages
@ -193,9 +193,9 @@ mv clang-%{version} tools/clang
%patch0 -p1 -b .timestamp
# Encoding fix
(cd tools/clang/docs && \
iconv -f ISO88591 -t UTF8 BlockImplementation.txt \
-o BlockImplementation.txt)
#(cd tools/clang/docs && \
# iconv -f ISO88591 -t UTF8 BlockImplementation.txt \
# -o BlockImplementation.txt)
%build
@ -329,6 +329,7 @@ find examples -name 'Makefile' | xargs -0r rm -f
%defattr(-,root,root,-)
%doc clang-docs/* clang-testlog.txt
%{_bindir}/clang*
%{_bindir}/c-index-test
%{_bindir}/tblgen
%{_prefix}/lib/clang
%doc %{_mandir}/man1/clang.1.*
@ -381,6 +382,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
%changelog
* Tue Oct 12 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-1
- Update to 2.8 release
* Wed Sep 29 2010 jkeating - 2.7-10
- Rebuilt for gcc bug 634757

View File

@ -1,2 +1,2 @@
b83260aa8c13494adf8978b5f238bf1b clang-2.7.tgz
ac322661f20e7d6c810b1869f886ad9b llvm-2.7.tgz
220d361b4d17051ff4bb21c64abe05ba llvm-2.8.tgz
10e14c901fc3728eecbd5b829e011b59 clang-2.8.tgz