Accepting request 788163 from devel:tools:compiler

OBS-URL: https://build.opensuse.org/request/show/788163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=111
This commit is contained in:
Dominique Leuenberger 2020-04-09 21:14:38 +00:00 committed by Git OBS Bridge
commit a66fab3624
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 24 22:30:06 UTC 2020 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 10.0.0.
- Remove superfluous clang-checker requirement.
-------------------------------------------------------------------
Sat Mar 7 22:41:55 UTC 2020 - Aaron Puchert <aaronpuchert@alice-dsl.net>

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}