Hello community,

here is the log from the commit of package llvm for openSUSE:Factory
checked in at Mon Aug 15 11:45:41 CEST 2011.



--------
--- llvm/llvm.changes   2011-08-03 13:49:16.000000000 +0200
+++ /mounts/work_src_done/STABLE/llvm/llvm.changes      2011-08-12 
12:31:37.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Aug 12 09:22:18 UTC 2011 - [email protected]
+
+- Update to r137452
+  * Fix problems found by PVS-Studio
+  * More AVX fixes
+  * Many C++ fixes
+- Add assume-opensuse.patch to remove dependency on openSUSE-release
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

New:
----
  assume-opensuse.patch
  llvm-2.9.99.svn20110812.tar.xz

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

Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.DVrfp7/_old  2011-08-15 11:24:16.000000000 +0200
+++ /var/tmp/diff_new_pack.DVrfp7/_new  2011-08-15 11:24:16.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 %define _sharedir        %{_prefix}/share
-%define _revision        136773
+%define _revision        137452
 %define _release_version 3.0
 
 %if 0%{?suse_version} >= 1200
@@ -27,7 +27,7 @@
 %endif
 
 Name:           llvm
-Version:        2.9.99.svn20110803
+Version:        2.9.99.svn20110812
 Release:        1
 License:        NCSA
 Summary:        Low Level Virtual Machine
@@ -39,6 +39,8 @@
 Patch1:         set-revision.patch
 # PATCH-FIX-OPENSUSE set-revision.patch [email protected] -- Use correct lib 
prefix
 Patch2:         clang-cmake-lib.patch
+# PATCH-FIX-OPENSUSE assume-opensuse.patch [email protected] -- Always enable 
openSUSE/SUSE features
+Patch3:         assume-opensuse.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -51,7 +53,6 @@
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  openSUSE-release
 BuildRequires:  python-devel
 BuildRequires:  tcl-devel
 BuildRequires:  tk-devel
@@ -135,6 +136,7 @@
 %setup -q
 %patch1
 %patch2
+%patch3
 sed -i s,SVN_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
 
 %build
@@ -274,6 +276,7 @@
 %defattr(-,root,root)
 %doc *.TXT *.txt
 %{_bindir}/bugpoint
+%{_bindir}/diagtool
 %{_bindir}/llc
 %{_bindir}/lli
 %{_bindir}/macho-dump

++++++ assume-opensuse.patch ++++++
--- tools/clang/lib/Driver/ToolChains.cpp       2011-08-12 11:19:35.000000000 
+0200
+++ tools/clang/lib/Driver/ToolChains.cpp       2011-08-12 12:10:47.733446958 
+0200
@@ -1346,8 +1346,7 @@
 }
 
 static bool IsOpenSuse(enum LinuxDistro Distro) {
-  return Distro == OpenSuse11_3 || Distro == OpenSuse11_4 ||
-         Distro == OpenSuse12_1;
+  return true;
 }
 
 static bool IsDebian(enum LinuxDistro Distro) {

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to