Accepting request 810584 from home:mlin7442:rebuild_152

Leap 15.2 the default llvm switched to llvm9, lets force compile with llvm7

OBS-URL: https://build.opensuse.org/request/show/810584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/ldc?expand=0&rev=37
This commit is contained in:
Guillaume GARDET 2020-06-02 08:32:26 +00:00 committed by Git OBS Bridge
parent 32bc98db45
commit 73d9c4743e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 1 09:09:31 UTC 2020 - Max Lin <mlin@suse.com>
- Switch to llvm7 explicity on Leap 15.2 as the default llvm in Leap 15.2
isn't llvm7
-------------------------------------------------------------------
Sun May 24 22:00:42 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>

View File

@ -52,7 +52,7 @@ BuildRequires: help2man
BuildRequires: libconfig++-devel
BuildRequires: libcurl-devel
BuildRequires: libstdc++-devel
%if 0%{?suse_version} >= 1550
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
# Use clang7/llvm7 on Tumbleweed due to https://github.com/ldc-developers/ldc/issues/3109
BuildRequires: clang7
BuildRequires: llvm7-devel