Hello community,

here is the log from the commit of package llvm5 for openSUSE:Factory checked 
in at 2018-05-19 15:42:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm5 (Old)
 and      /work/SRC/openSUSE:Factory/.llvm5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm5"

Sat May 19 15:42:29 2018 rev:10 rq:610299 version:5.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm5/llvm5.changes      2018-05-11 
09:16:52.401562471 +0200
+++ /work/SRC/openSUSE:Factory/.llvm5.new/llvm5.changes 2018-05-19 
15:42:35.134365748 +0200
@@ -1,0 +2,6 @@
+Thu May 17 16:03:03 UTC 2018 - m...@suse.com
+
+- Disable build of python3-clang and libc++* libraries. They are
+  build by newer version of llvm. (bsc#1093707)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llvm5.spec ++++++
--- /var/tmp/diff_new_pack.Vw4eXs/_old  2018-05-19 15:42:37.830267114 +0200
+++ /var/tmp/diff_new_pack.Vw4eXs/_new  2018-05-19 15:42:37.834266967 +0200
@@ -23,11 +23,15 @@
 %define _uaver  500
 %define _socxx  1
 %define _revsn  312548
-%ifarch x86_64
-%bcond_without libcxx
-%else
+
+# libcxx is provided by the newer llvm, so it is disabled by default here to
+# not have conflicting binaries
 %bcond_with libcxx
-%endif
+
+# python3-clang is provided by newer llvm, so it is disabled by default here to
+# not have conflicting binary packages
+%bcond_with pyclang
+
 %ifarch ppc64 ppc64le %{ix86} x86_64
 %bcond_without openmp
 %else
@@ -52,7 +56,6 @@
 %bcond_with ffi
 %bcond_with oprofile
 %bcond_with valgrind
-%bcond_without pyclang
 
 Name:           llvm5
 Version:        5.0.1
@@ -785,8 +788,10 @@
 mv %{buildroot}%{_datadir}/opt-viewer/opt-diff.py 
%{buildroot}%{_bindir}/opt-diff
 mv %{buildroot}%{_datadir}/opt-viewer/opt-stats.py 
%{buildroot}%{_bindir}/opt-stats
 mv %{buildroot}%{_datadir}/opt-viewer/opt-viewer.py 
%{buildroot}%{_bindir}/opt-viewer
+%if %{with pyclang}
 mv %{buildroot}%{_datadir}/opt-viewer/optpmap.py 
%{buildroot}%{python3_sitelib}/optpmap.py
 mv %{buildroot}%{_datadir}/opt-viewer/optrecord.py 
%{buildroot}%{python3_sitelib}/optrecord.py
+%endif
 
 mkdir -p %{buildroot}%{_libdir}/clang/%{version}
 mv %{buildroot}%{_datadir}/clang/bash-autocomplete.sh 
%{buildroot}%{_libdir}/clang/%{version}/bash-autocomplete.sh
@@ -1439,8 +1444,10 @@
 %{_bindir}/opt-diff
 %{_bindir}/opt-stats
 %{_bindir}/opt-viewer
+%if %{with pyclang}
 %{python3_sitelib}/optpmap.py
 %{python3_sitelib}/optrecord.py
+%endif
 %{_datadir}/opt-viewer/
 
 %files -n libLLVM%{_sonum}


Reply via email to