Accepting request 718118 from devel:tools:compiler
new version OBS-URL: https://build.opensuse.org/request/show/718118 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=106
This commit is contained in:
commit
9a4c5e8647
@ -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>
|
||||
|
||||
|
16
llvm.spec
16
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
|
||||
|
Loading…
Reference in New Issue
Block a user