Hello community, here is the log from the commit of package llvm9 for openSUSE:Factory checked in at 2020-04-09 23:14:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm9 (Old) and /work/SRC/openSUSE:Factory/.llvm9.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm9" Thu Apr 9 23:14:40 2020 rev:14 rq:792576 version:9.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm9/llvm9.changes 2020-03-27 21:55:03.142714398 +0100 +++ /work/SRC/openSUSE:Factory/.llvm9.new.3248/llvm9.changes 2020-04-09 23:14:43.430219147 +0200 @@ -1,0 +2,7 @@ +Wed Apr 8 21:58:53 UTC 2020 - Aaron Puchert <[email protected]> + +- Don't build clang-tools, libc++ and python3-clang anymore, + because they come from llvm10 now (boo#1168935). +- Remove version requirement from clang-tools dependency. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm9.spec ++++++ --- /var/tmp/diff_new_pack.TEya0u/_old 2020-04-09 23:14:45.974220618 +0200 +++ /var/tmp/diff_new_pack.TEya0u/_new 2020-04-09 23:14:45.974220618 +0200 @@ -23,11 +23,7 @@ %define _uaver 901 %define _socxx 1 -%ifarch x86_64 aarch64 %arm -%bcond_without libcxx -%else %bcond_with libcxx -%endif %ifarch aarch64 ppc64 ppc64le %{ix86} x86_64 %bcond_without openmp @@ -67,7 +63,7 @@ %bcond_with ffi %bcond_with oprofile %bcond_with valgrind -%bcond_without clang_scripts +%bcond_with clang_scripts %bcond_without polly %bcond_without lld @@ -291,7 +287,10 @@ Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} Requires: clang%{_sonum} = %{version} -Requires: clang-tools = %{version} +# This is just a pro-forma requirement so that CMake doesn't complain about +# missing binaries. We don't care if it's the same version, and we have to +# allow different versions to keep older versions of clangX-devel installable. +Requires: clang-tools Conflicts: cmake(Clang) %description -n clang%{_sonum}-devel
