From 6f6bbf9c9035a282a060e52b8dcccaebfa1d4796911d18c107dcea5d4c8098b9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 24 Jul 2019 08:16:00 +0000 Subject: [PATCH] Accepting request 718015 from home:aaronpuchert:branches:devel:tools:compiler Update to LLVM 8.0.1. OBS-URL: https://build.opensuse.org/request/show/718015 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=525 --- llvm.changes | 8 ++++++++ llvm.spec | 16 +--------------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/llvm.changes b/llvm.changes index 0e8a854..05cea2c 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jul 20 19:01:13 UTC 2019 - Aaron Puchert + +- 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. + ------------------------------------------------------------------- Mon Jun 10 17:07:38 UTC 2019 - Aaron Puchert diff --git a/llvm.spec b/llvm.spec index 35e702b..07b7538 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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} = %{version} 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 @@ don't require a specific LLVM version should depend on this. 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 @@ This package is a dummy package that depends on the version of 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 contains the Gold linker plugin for LLVM. 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 @@ echo "This is a dummy package to provide a dependency on the system compiler." > %files -n clang-checker %doc README -%if %{with gold} %files gold %doc README -%endif %files devel %doc README