From 21c11b8e43a3ae90bc5e5af2641eb00a8f6414fe Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 18 Feb 2019 10:15:25 +0100 Subject: [PATCH] Disable bootstrap --- ldc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ldc.spec b/ldc.spec index cd10b44..499274d 100644 --- a/ldc.spec +++ b/ldc.spec @@ -12,14 +12,14 @@ %global bootstrap 0 %global bootstrap_version 0.17.6 -%global bootstrap_stage2 1 +%global bootstrap_stage2 0 %undefine _hardened_build Name: ldc Epoch: 1 Version: 1.14.0 -Release: 2%{?pre:.%{pre}}%{?dist} +Release: 3%{?pre:.%{pre}}%{?dist} Summary: LLVM D Compiler # The DMD frontend in dmd/* GPL version 1 or artistic license @@ -271,6 +271,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/ %{_datadir}/geany/tags/phobos.d.tags %changelog +* Mon Feb 18 2019 Kalev Lember - 1:1.14.0-3 +- Disable bootstrap + * Mon Feb 18 2019 Kalev Lember - 1:1.14.0-2 - Enable bootstrap