Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2018-04-02 22:47:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm (Old)
 and      /work/SRC/openSUSE:Factory/.llvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm"

Mon Apr  2 22:47:24 2018 rev:98 rq:592180 version:6.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm/llvm.changes        2018-01-26 
13:58:04.761238289 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2018-04-02 
22:47:26.641734931 +0200
@@ -1,0 +2,20 @@
+Thu Mar 29 07:26:34 UTC 2018 - m...@suse.com
+
+- Update to version 6.0.0.
+  * Added polly
+  * Notable changes:
+    - Retpoline Spectre variant 2 mitigation
+    - GlobalISel by default for AArch64 at -O0
+    - improved scheduling on several x86 micro-architectures
+    - Clang defaults to -std=gnu++14 instead of -std=gnu++98
+    - support for some upcoming C++2a features
+    - improved optimizations, new compiler warnings, many bug
+      fixes, and more.
+
+-------------------------------------------------------------------
+Mon Mar 19 12:23:56 UTC 2018 - m...@suse.com
+
+- Build lldb and python3-lldb metapackages if and only if the real
+  packages are built. Fixes build on Leap 42.3.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.Y1o0uy/_old  2018-04-02 22:47:27.605699883 +0200
+++ /var/tmp/diff_new_pack.Y1o0uy/_new  2018-04-02 22:47:27.605699883 +0200
@@ -16,9 +16,17 @@
 #
 
 
-%define _sonum  5
+%ifarch x86_64
+%define has_lldb 1
+# python3-lldb%{_sonum} is only built with these distributions (see 
llvm%{_sonum} package)
+%if 0%{?suse_version} > 1320
+%define has_lldb_python 1
+%endif
+%endif
+
+%define _sonum  6
 Name:           llvm
-Version:        5.0.1
+Version:        6.0.0
 Release:        0
 Summary:        Low Level Virtual Machine
 License:        NCSA
@@ -37,9 +45,11 @@
 BuildRequires:  llvm%{_sonum}-emacs-plugins = %{version}
 BuildRequires:  llvm%{_sonum}-gold = %{version}
 BuildRequires:  llvm%{_sonum}-vim-plugins = %{version}
-%ifarch arm x86_64
+%if 0%{?has_lldb}
 BuildRequires:  lldb%{_sonum} = %{version}
 BuildRequires:  lldb%{_sonum}-devel = %{version}
+%endif
+%if 0%{?has_lldb_python}
 BuildRequires:  python3-lldb%{_sonum} = %{version}
 %endif
 Requires:       llvm%{_sonum} = %{version}
@@ -274,7 +284,7 @@
 %defattr(-,root,root,-)
 %doc README
 
-%ifarch arm x86_64
+%if 0%{?has_lldb}
 
 %files -n lldb
 %defattr(-,root,root)
@@ -284,6 +294,10 @@
 %defattr(-,root,root)
 %doc README
 
+%endif
+
+%if 0%{?has_lldb_python}
+
 %files -n python3-lldb
 %defattr(-,root,root)
 %doc README



Reply via email to