Hello community, here is the log from the commit of package llvm for openSUSE:Factory checked in at 2019-07-28 10:19:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm (Old) and /work/SRC/openSUSE:Factory/.llvm.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm" Sun Jul 28 10:19:58 2019 rev:106 rq:718118 version:8.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm/llvm.changes 2019-06-22 11:22:25.517272881 +0200 +++ /work/SRC/openSUSE:Factory/.llvm.new.4126/llvm.changes 2019-07-28 10:20:11.744601636 +0200 @@ -1,0 +2,8 @@ +Sat Jul 20 19:01:13 UTC 2019 - Aaron Puchert <[email protected]> + +- Update to version 8.0.1. + * This release contains bug-fixes for the LLVM 8.0.0 release. + This release is API and ABI compatible with 8.0.0. +- Offer llvm-gold even when we don't use gold for linking. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm.spec ++++++ --- /var/tmp/diff_new_pack.Ji5InO/_old 2019-07-28 10:20:12.176601637 +0200 +++ /var/tmp/diff_new_pack.Ji5InO/_new 2019-07-28 10:20:12.176601637 +0200 @@ -16,12 +16,6 @@ # -%ifarch ppc -%bcond_with gold -%else -%bcond_without gold -%endif - %define _sonum 8 %ifarch x86_64 %define has_lldb 1 @@ -31,7 +25,7 @@ %endif %endif Name: llvm -Version: 8.0.0 +Version: 8.0.1 Release: 0 Summary: Low Level Virtual Machine License: NCSA @@ -48,9 +42,7 @@ BuildRequires: llvm%{_sonum}-LTO-devel = %{version} BuildRequires: llvm%{_sonum}-devel = %{version} BuildRequires: llvm%{_sonum}-emacs-plugins = %{version} -%if %{with gold} BuildRequires: llvm%{_sonum}-gold = %{version} -%endif BuildRequires: llvm%{_sonum}-vim-plugins = %{version} Requires: llvm%{_sonum} = %{version} %if 0%{?has_lldb} @@ -79,9 +71,7 @@ Summary: Header Files for LLVM Group: Development/Libraries/C and C++ Requires: llvm%{_sonum}-devel = %{version} -%if %{with gold} Requires: llvm-gold -%endif %description devel This package contains library and header files needed to develop @@ -152,7 +142,6 @@ llvm-LTO-devel that openSUSE currently supports. Packages that don't require a specific LLVM version should depend on this. -%if %{with gold} %package gold Summary: Gold linker plugin for LLVM Group: Development/Tools/Building @@ -164,7 +153,6 @@ This package is a dummy package that depends on the version of llvm-gold that openSUSE currently supports. Packages that don't require a specific LLVM version should depend on this. -%endif %package vim-plugins Summary: Vim plugins for LLVM @@ -261,10 +249,8 @@ %files -n clang-checker %doc README -%if %{with gold} %files gold %doc README -%endif %files devel %doc README
