Update to 1.12.0

- Enable bootstrap
epel9
Kalev Lember 6 years ago
parent 51bbafe6dc
commit e9537e42ad

1
.gitignore vendored

@ -39,3 +39,4 @@
/ldc-1.11.0-beta2-src.tar.gz /ldc-1.11.0-beta2-src.tar.gz
/ldc-1.11.0-src.tar.gz /ldc-1.11.0-src.tar.gz
/ldc-0.17.6-git79d2284-src.tar.gz /ldc-0.17.6-git79d2284-src.tar.gz
/ldc-1.12.0-src.tar.gz

@ -1,6 +1,6 @@
%global dmdfe_major 2 %global dmdfe_major 2
%global dmdfe_minor 0 %global dmdfe_minor 0
%global dmdfe_bump 81 %global dmdfe_bump 82
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump %global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
#global pre beta2 #global pre beta2
@ -9,15 +9,15 @@
# 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 0 %global bootstrap 1
%global bootstrap_version 0.17.6 %global bootstrap_version 0.17.6
%undefine _hardened_build %undefine _hardened_build
Name: ldc Name: ldc
Epoch: 1 Epoch: 1
Version: 1.11.0 Version: 1.12.0
Release: 2%{?pre:.%{pre}}%{?dist} Release: 1%{?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,10 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%{_datadir}/geany/tags/phobos.d.tags %{_datadir}/geany/tags/phobos.d.tags
%changelog %changelog
* Sat Oct 13 2018 Kalev Lember <klember@redhat.com> - 1:1.12.0-1
- Update to 1.12.0
- Enable bootstrap
* Mon Aug 20 2018 Kalev Lember <klember@redhat.com> - 1:1.11.0-2 * Mon Aug 20 2018 Kalev Lember <klember@redhat.com> - 1:1.11.0-2
- Disable bootstrap - Disable bootstrap

@ -1,2 +1,2 @@
SHA512 (ldc-0.17.6-git79d2284-src.tar.gz) = 2313559ffca53a064702b507db9a0a6a9f422c9f135c74277e9ae6967ce2ab78cb15cb6f1f18cd72efa9b6a80accad1e789a2f643f27e7f44b23d788c269b0c1 SHA512 (ldc-0.17.6-git79d2284-src.tar.gz) = 2313559ffca53a064702b507db9a0a6a9f422c9f135c74277e9ae6967ce2ab78cb15cb6f1f18cd72efa9b6a80accad1e789a2f643f27e7f44b23d788c269b0c1
SHA512 (ldc-1.11.0-src.tar.gz) = add0be8daca38cb8a7e4a576a0f83e3d005d9091b92f426ad19dd68b41b0760d3c028dfda4872293611545d4430a6b481d1d9c2dbcc7354c430335a7f3800825 SHA512 (ldc-1.12.0-src.tar.gz) = 1b62b1dc06fb4ea8865a69a227d05627583813b0598cc1dcb8bbdb028a40c6dd0a0cc6d8e445c80e92d30158cf77f83fa5784b695062f625f17e031387da3e5a

Loading…
Cancel
Save