SHA256
1
0
forked from pool/llvm

Accepting request 788156 from home:aaronpuchert:llvm-next

- Update to version 10.0.0.
- Remove superfluous clang-checker requirement.

OBS-URL: https://build.opensuse.org/request/show/788156
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=535
This commit is contained in:
Martin Pluskal
2020-03-25 11:38:05 +00:00
committed by Git OBS Bridge
parent 5e08489240
commit 9fd6a7c743
2 changed files with 8 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
#
%define _sonum 9
%define _sonum 10
%ifarch x86_64
%define has_lldb 1
# python3-lldb%{_sonum} is only built with these distributions (see llvm%{_sonum} package)
@@ -25,7 +25,7 @@
%endif
%endif
Name: llvm
Version: 9.0.1
Version: 10.0.0
Release: 0
Summary: Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA
@@ -36,7 +36,6 @@ Source0: README.packaging
Source101: baselibs.conf
# Avoid multiple providers error
BuildRequires: clang%{_sonum} = %{version}
BuildRequires: clang%{_sonum}-checker = %{version}
BuildRequires: clang%{_sonum}-devel = %{version}
BuildRequires: llvm%{_sonum} = %{version}
BuildRequires: llvm%{_sonum}-LTO-devel = %{version}