Disable bootstrap

epel9
Kalev Lember 6 years ago
parent 295fb4d84f
commit 51bbafe6dc

@ -9,7 +9,7 @@
# Enable this for bootstrapping with an older version that doesn't require a # Enable this for bootstrapping with an older version that doesn't require a
# working D compiler to build itself # working D compiler to build itself
%global bootstrap 1 %global bootstrap 0
%global bootstrap_version 0.17.6 %global bootstrap_version 0.17.6
%undefine _hardened_build %undefine _hardened_build
@ -17,7 +17,7 @@
Name: ldc Name: ldc
Epoch: 1 Epoch: 1
Version: 1.11.0 Version: 1.11.0
Release: 1%{?pre:.%{pre}}%{?dist} Release: 2%{?pre:.%{pre}}%{?dist}
Summary: A compiler for the D programming language Summary: A compiler for the D programming language
# The DMD frontend in dmd/* GPL version 1 or artistic license # The DMD frontend in dmd/* GPL version 1 or artistic license
@ -277,6 +277,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%{_datadir}/geany/tags/phobos.d.tags %{_datadir}/geany/tags/phobos.d.tags
%changelog %changelog
* Mon Aug 20 2018 Kalev Lember <klember@redhat.com> - 1:1.11.0-2
- Disable bootstrap
* Sun Aug 19 2018 Kalev Lember <klember@redhat.com> - 1:1.11.0-1 * Sun Aug 19 2018 Kalev Lember <klember@redhat.com> - 1:1.11.0-1
- Update to 1.11.0 - Update to 1.11.0
- Update bootstrap compiler to latest git snapshot - Update bootstrap compiler to latest git snapshot

Loading…
Cancel
Save