SHA256
1
0
forked from pool/llvm

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
This commit is contained in:
Martin Pluskal
2019-07-24 08:16:00 +00:00
committed by Git OBS Bridge
parent 585fdfdfbb
commit 6f6bbf9c90
2 changed files with 9 additions and 15 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 20 19:01:13 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- 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 <aaronpuchert@alice-dsl.net>

View File

@@ -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