Hello community, here is the log from the commit of package llvm10 for openSUSE:Factory checked in at 2020-08-03 14:12:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm10 (Old) and /work/SRC/openSUSE:Factory/.llvm10.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm10" Mon Aug 3 14:12:12 2020 rev:5 rq:823638 version:10.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm10/llvm10.changes 2020-07-29 17:15:05.024291184 +0200 +++ /work/SRC/openSUSE:Factory/.llvm10.new.3592/llvm10.changes 2020-08-03 14:12:18.084313494 +0200 @@ -1,0 +2,5 @@ +Thu Jul 30 21:20:08 UTC 2020 - Aaron Puchert <[email protected]> + +- Add ld.lld as an alternative for ld. (boo#1174656) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm10.spec ++++++ --- /var/tmp/diff_new_pack.U4hmk9/_old 2020-08-03 14:12:20.664316081 +0200 +++ /var/tmp/diff_new_pack.U4hmk9/_new 2020-08-03 14:12:20.668316085 +0200 @@ -1274,11 +1274,15 @@ --slave %{_bindir}/ld64.lld ld64.lld %{_bindir}/ld64.lld-%{_relver} \ --slave %{_bindir}/lld-link lld-link %{_bindir}/lld-link-%{_relver} \ --slave %{_bindir}/wasm-ld wasm-ld %{_bindir}/wasm-ld-%{_relver} +%{_sbindir}/update-alternatives --install %{_bindir}/ld ld %{_bindir}/ld.lld 1 %postun -n lld%{_sonum} if [ ! -f %{_bindir}/lld-%{_relver} ] ; then %{_sbindir}/update-alternatives --remove lld %{_bindir}/lld-%{_relver} fi +if [ ! -f %{_bindir}/lld ] ; then + %{_sbindir}/update-alternatives --remove ld %{_bindir}/ld.lld +fi %endif %if %{with lldb}
