From 308f800e7ec38acd6b47c7277f6b6790b8088fa4 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 21 Aug 2020 09:19:29 +0200 Subject: [PATCH] Explicitly build against llvm10 compat package This fixes the FTBFS when building with llvm 11 rc1 in F33. --- ldc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ldc.spec b/ldc.spec index 27c76b1..2eb4910 100644 --- a/ldc.spec +++ b/ldc.spec @@ -5,7 +5,7 @@ #global pre beta1 -#global llvm_version 10.0 +%global llvm_version 10 # Enable this for bootstrapping with an older version that doesn't require a # working D compiler to build itself @@ -19,7 +19,7 @@ Name: ldc Epoch: 1 Version: 1.20.1%{?pre:~%{pre}} -Release: 4%{?dist} +Release: 5%{?dist} Summary: LLVM D Compiler # The DMD frontend in dmd/* GPL version 1 or artistic license @@ -276,6 +276,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/ %{_datadir}/geany/tags/phobos.d.tags %changelog +* Fri Aug 21 2020 Kalev Lember - 1:1.20.1-5 +- Explicitly build against llvm10 compat package + * Sat Aug 01 2020 Fedora Release Engineering - 1:1.20.1-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild