Hello community, here is the log from the commit of package llvm10 for openSUSE:Factory checked in at 2020-11-02 09:41:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm10 (Old) and /work/SRC/openSUSE:Factory/.llvm10.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm10" Mon Nov 2 09:41:04 2020 rev:7 rq:843889 version:10.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm10/llvm10.changes 2020-10-03 18:53:24.437337225 +0200 +++ /work/SRC/openSUSE:Factory/.llvm10.new.3463/llvm10.changes 2020-11-02 09:41:26.905670667 +0100 @@ -1,0 +2,8 @@ +Mon Oct 19 21:57:00 UTC 2020 - Aaron Puchert <[email protected]> + +- Don't build clang-tools, libc++ and python3-clang anymore, + because they come from llvm11 now (boo#1168935). +- Remove version requirement from clang-tools dependency. +- Give riscv64 jobs a bit more disk space. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm10.spec ++++++ --- /var/tmp/diff_new_pack.mji3Wl/_old 2020-11-02 09:41:28.041671757 +0100 +++ /var/tmp/diff_new_pack.mji3Wl/_new 2020-11-02 09:41:28.045671761 +0100 @@ -25,11 +25,7 @@ %define _uaver 1001 %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 @@ -64,7 +60,7 @@ %bcond_with ffi %bcond_with oprofile %bcond_with valgrind -%bcond_without clang_scripts +%bcond_with clang_scripts %bcond_without polly %bcond_without lld @@ -286,7 +282,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 ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.mji3Wl/_old 2020-11-02 09:41:28.081671796 +0100 +++ /var/tmp/diff_new_pack.mji3Wl/_new 2020-11-02 09:41:28.081671796 +0100 @@ -57,7 +57,7 @@ </conditions> <hardware> <disk> - <size unit="G">50</size> + <size unit="G">52</size> </disk> <memory> <size unit="M">10000</size>
