Hello community,

here is the log from the commit of package llvm for openSUSE:Factory
checked in at Mon Jul 11 10:27:39 CEST 2011.



--------
--- llvm/llvm.changes   2011-06-09 10:54:51.000000000 +0200
+++ /mounts/work_src_done/STABLE/llvm/llvm.changes      2011-07-09 
11:46:54.000000000 +0200
@@ -1,0 +2,27 @@
+Sat Jul  9 09:27:17 UTC 2011 - idon...@novell.com
+
+- Update to r134813
+  * Mainly gcc compatibility fixes 
+
+-------------------------------------------------------------------
+Fri Jul  8 11:31:27 UTC 2011 - idon...@novell.com
+
+- Update to r134698
+  * Up to 80x speed improvements with -Wuninitialized 
+
+-------------------------------------------------------------------
+Thu Jul  7 11:37:40 UTC 2011 - idon...@novell.com
+
+- Enable RTTI support
+- Disable assertions because they are not thread safe
+- Update to r134611
+  * Many C++ fixes and speedups
+  * Updates for AVX instruction support 
+  * gcc 4.6.1 support
+
+-------------------------------------------------------------------
+Sat Jul  2 19:31:38 UTC 2011 - idon...@novell.com
+
+-  Fix manpage generation (bnc #703591)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  llvm-2.9.99.git20110605.tar.xz

New:
----
  llvm-2.9.99.svn20110709.tar.xz

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

Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.podAOK/_old  2011-07-11 10:23:46.000000000 +0200
+++ /var/tmp/diff_new_pack.podAOK/_new  2011-07-11 10:23:46.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 %define _sharedir        %{_prefix}/share
-%define _revision        132667
+%define _revision        134813
 %define _release_version 3.0
 
 %if 0%{?suse_version} >= 1200
@@ -27,7 +27,7 @@
 %endif
 
 Name:           llvm
-Version:        2.9.99.git20110605
+Version:        2.9.99.svn20110709
 Release:        1
 License:        NCSA
 Summary:        Low Level Virtual Machine
@@ -50,7 +50,6 @@
 BuildRequires:  flex
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  groff
 BuildRequires:  libtool
 BuildRequires:  openSUSE-release
 BuildRequires:  python-devel
@@ -77,6 +76,7 @@
 
 %package devel
 
+
 Summary:        Libraries and Header Files for LLVM
 Group:          Development/Languages/Other
 Requires:       %{name} = %{version}
@@ -89,6 +89,7 @@
 
 %package doc
 
+
 Summary:        Documentation for LLVM
 Group:          Documentation/HTML
 Requires:       %{name} = %{version}
@@ -98,6 +99,7 @@
 
 %package clang
 
+
 Summary:        CLANG frontend for LLVM
 Group:          Development/Languages/Other
 Requires:       %{name} = %{version}
@@ -108,6 +110,7 @@
 
 %package clang-devel
 
+
 Summary:        CLANG frontend for LLVM (devel package)
 Group:          Development/Languages/Other
 Requires:       %{name} = %{version}
@@ -119,6 +122,7 @@
 
 %package        vim-plugins
 
+
 Summary:        Vim plugins for LLVM
 Group:          Productivity/Text/Editors
 Requires:       vim
@@ -150,10 +154,11 @@
 
 export CC=$TOPLEVEL/stage1/bin/clang
 export CXX=$TOPLEVEL/stage1/bin/clang++
+export CXXFLAGS="%{optflags} -frtti"
 
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
       -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-      -DLLVM_ENABLE_ASSERTIONS=TRUE \
+      -DLLVM_ENABLE_ASSERTIONS=FALSE \
       -DLLVM_ENABLE_PIC=TRUE \
       -DLLVM_ENABLE_TIMESTAMPS=FALSE \
       -DLLVM_TARGETS_TO_BUILD=X86 \
@@ -242,7 +247,7 @@
 install -m 755 -d %{buildroot}%{_mandir}/man1
 for i in docs/CommandGuide/*.pod tools/clang/docs/tools/*.pod; do
     page=`echo $i|awk -F"/" '{print $(NF)}'|sed s,.pod,,` &&
-    groff -Tps -man $i > %{buildroot}%{_mandir}/man1/$page.1;
+    pod2man -s1 $i %{buildroot}%{_mandir}/man1/$page.1;
 done
 
 # Remove gtest library


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



Remember to have fun...

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

Reply via email to