Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2011-11-08 09:30:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm (Old)
 and      /work/SRC/openSUSE:Factory/.llvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm", Maintainer is "mh...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm/llvm.changes        2011-11-02 
12:02:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2011-11-08 
09:30:58.000000000 +0100
@@ -1,0 +2,16 @@
+Mon Nov  7 15:05:52 UTC 2011 - idon...@suse.com
+
+- Update to r143961 from llvm-3.0 branch
+  * No longer hardcoding include paths
+
+-------------------------------------------------------------------
+Mon Nov  7 09:17:40 UTC 2011 - idon...@suse.com
+
+- Fix LLVMgold.so path for x86-64 
+
+-------------------------------------------------------------------
+Sun Nov  6 22:03:12 UTC 2011 - idon...@suse.com
+
+- Enable ld gold support 
+
+-------------------------------------------------------------------

Old:
----
  llvm-2.9.99.svn20111101.tar.bz2

New:
----
  llvm-2.9.99.svn20111106.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.SThTRb/_old  2011-11-08 09:31:00.000000000 +0100
+++ /var/tmp/diff_new_pack.SThTRb/_new  2011-11-08 09:31:00.000000000 +0100
@@ -16,17 +16,11 @@
 #
 
 
-%define _revision        142912
+%define _revision     143961
 %define _release_version 3.0
 
-%if 0%{?suse_version} >= 1200
-%define     _gcc_ver 4.6
-%else
-%define     _gcc_ver 4.5
-%endif
-
 Name:           llvm
-Version:        2.9.99.svn20111101
+Version:        2.9.99.svn20111106
 Release:        1
 License:        NCSA
 Summary:        Low Level Virtual Machine
@@ -43,6 +37,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
+%if 0%{?suse_version} >= 1220
+BuildRequires:  binutils-devel >= 2.21.90
+%endif
 BuildRequires:  bison
 BuildRequires:  chrpath
 BuildRequires:  cmake
@@ -134,6 +131,11 @@
 
 sed -i s,SVN_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
 
+# Nasty hardcoded path
+%ifarch x86_64 
+sed -i s,/lib/LLVMgold.so,/lib64/LLVMgold.so, tools/clang/lib/Driver/Tools.cpp
+%endif
+
 %build
 TOPLEVEL=$PWD
 mkdir stage1 stage2
@@ -164,10 +166,10 @@
 %ifarch x86_64
       -DLLVM_LIBDIR_SUFFIX=64 \
 %endif
+%if 0%{?suse_version} >= 1220
+      -DLLVM_BINUTILS_INCDIR=/usr/include \
+%endif
       -DCLANG_RESOURCE_DIR="../%{_lib}/clang/%{_release_version}" \
-      -DC_INCLUDE_DIRS="/usr/include:\
-%{_libdir}/gcc/%{_target_cpu}-suse-linux/%{_gcc_ver}/include:\
-%{_libdir}/gcc/%{_target_cpu}-suse-linux/%{_gcc_ver}/include-fixed" \
       ..
 make %{?_smp_mflags}
 
@@ -316,6 +318,9 @@
 %{_mandir}/man1/clang.1.gz
 %{_libdir}/libclang.so.*
 %{_libdir}/libLTO.so
+%if 0%{?suse_version} >= 1220
+%{_libdir}/LLVMgold.so
+%endif
 %dir %{_libdir}/clang
 %dir %{_libdir}/clang/*
 %dir %{_libdir}/clang/*/include

++++++ llvm-2.9.99.svn20111101.tar.bz2 -> llvm-2.9.99.svn20111106.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/llvm/llvm-2.9.99.svn20111101.tar.bz2 
/work/SRC/openSUSE:Factory/.llvm.new/llvm-2.9.99.svn20111106.tar.bz2 differ: 
char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to