Hello community, here is the log from the commit of package llvm for openSUSE:Factory checked in at 2018-01-07 17:22:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm (Old) and /work/SRC/openSUSE:Factory/.llvm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "llvm" Sun Jan 7 17:22:21 2018 rev:95 rq:561972 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm/llvm.changes 2017-12-16 20:53:30.901130590 +0100 +++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes 2018-01-07 17:22:26.586266499 +0100 @@ -1,0 +2,13 @@ +Fri Jan 5 14:53:42 UTC 2018 - msrb@suse.com + +- Update to version 5.0.1 + * This release contains bug-fixes for the LLVM 5.0.0 release. + * This release is API and ABI compatible with 5.0.0. + +------------------------------------------------------------------- +Thu Jan 4 09:00:28 UTC 2018 - msrb@suse.com + +- Add lld package. + * LLD is new since llvm5. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm.spec ++++++ --- /var/tmp/diff_new_pack.JkMbYX/_old 2018-01-07 17:22:27.110241939 +0100 +++ /var/tmp/diff_new_pack.JkMbYX/_new 2018-01-07 17:22:27.114241752 +0100 @@ -1,7 +1,7 @@ # # spec file for package llvm # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define _sonum 5 Name: llvm -Version: 5.0.0 +Version: 5.0.1 Release: 0 Summary: Low Level Virtual Machine License: NCSA @@ -230,6 +230,17 @@ don't require a specific LLDB version should depend on this. +%package -n lld +Summary: Linker for Clang/LLVM +Group: Development/Tools/Building +Requires: lld%{_sonum} = %{version} + +%description -n lld +LLD is a linker from the LLVM project. That is a drop-in replacement for +system linkers and runs much faster than them. It also provides features that +are useful for toolchain developers. + + %prep # Not needed