From 5ae7c3ddf1eb555a3d959de0150823562c30f9fa Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 13 Sep 2017 14:07:57 +0200 Subject: [PATCH] Disable bootstrap --- ldc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ldc.spec b/ldc.spec index 770fba0..8db1ea3 100644 --- a/ldc.spec +++ b/ldc.spec @@ -7,7 +7,7 @@ # Enable this for bootstrapping with an older version that doesn't require a # working D compiler to build itself -%global bootstrap 1 +%global bootstrap 0 %global bootstrap_version 0.17.4 %undefine _hardened_build @@ -15,7 +15,7 @@ Name: ldc Epoch: 1 Version: 1.4.0 -Release: 1%{?pre:.%{pre}}%{?dist} +Release: 2%{?pre:.%{pre}}%{?dist} Summary: A compiler for the D programming language # The DMD frontend in dmd/* GPL version 1 or artistic license @@ -244,6 +244,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/ %{_datadir}/geany/tags/phobos.d.tags %changelog +* Wed Sep 13 2017 Kalev Lember - 1:1.4.0-2 +- Disable bootstrap + * Tue Sep 12 2017 Kalev Lember - 1:1.4.0-1 - Update to 1.4.0 - Enable bootstrap