From 73d9c4743ea2f66c9967cbf19872ed248aab9d344826ab3348b2e295a1d20775 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Tue, 2 Jun 2020 08:32:26 +0000 Subject: [PATCH] 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 --- ldc.changes | 6 ++++++ ldc.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ldc.changes b/ldc.changes index 2c3a436..512f142 100644 --- a/ldc.changes +++ b/ldc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 1 09:09:31 UTC 2020 - Max Lin + +- 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 diff --git a/ldc.spec b/ldc.spec index 57f4d2e..ff1814e 100644 --- a/ldc.spec +++ b/ldc.spec @@ -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