[llvm] - Update to 2.8 release

Michel Alexandre Salim salimma at fedoraproject.org
Tue Oct 12 15:38:51 UTC 2010


commit 09e7c11d3ee1c4753c123b832e1029f6d6808b5a
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Tue Oct 12 17:38:42 2010 +0200

    - Update to 2.8 release

 .gitignore |    4 ++--
 llvm.spec  |   14 +++++++++-----
 sources    |    4 ++--
 3 files changed, 13 insertions(+), 9 deletions(-)
---
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 <salimma at fedoraproject.org> - 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


More information about the scm-commits mailing list