From 09e7c11d3ee1c4753c123b832e1029f6d6808b5a Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Oct 12 2010 15:38:42 +0000 Subject: - Update to 2.8 release --- diff --git a/.gitignore b/.gitignore index 7fbb55f..00ec31b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -clang-2.7.tgz -llvm-2.7.tgz +/llvm-2.8.tgz +/clang-2.8.tgz diff --git a/llvm.spec b/llvm.spec index e182b98..00e0131 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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 - 2.8-1 +- Update to 2.8 release + * Wed Sep 29 2010 jkeating - 2.7-10 - Rebuilt for gcc bug 634757 diff --git a/sources b/sources index 107743e..93dbdb8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b83260aa8c13494adf8978b5f238bf1b clang-2.7.tgz -ac322661f20e7d6c810b1869f886ad9b llvm-2.7.tgz +220d361b4d17051ff4bb21c64abe05ba llvm-2.8.tgz +10e14c901fc3728eecbd5b829e011b59 clang-2.8.tgz