Update to 1.4.0

- Enable bootstrap
epel9
Kalev Lember 7 years ago
parent ee4b57aa09
commit 317e525729

1
.gitignore vendored

@ -30,3 +30,4 @@
/ldc-1.3.0-beta2-src.tar.gz
/ldc-0.17.4-src.tar.gz
/ldc-1.3.0-src.tar.gz
/ldc-1.4.0-src.tar.gz

@ -1,21 +1,21 @@
%global dmdfe_major 2
%global dmdfe_minor 0
%global dmdfe_bump 73
%global dmdfe_bump 74
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
#global pre beta2
# Enable this for bootstrapping with an older version that doesn't require a
# working D compiler to build itself
%global bootstrap 0
%global bootstrap 1
%global bootstrap_version 0.17.4
%undefine _hardened_build
Name: ldc
Epoch: 1
Version: 1.3.0
Release: 4%{?pre:.%{pre}}%{?dist}
Version: 1.4.0
Release: 1%{?pre:.%{pre}}%{?dist}
Summary: A compiler for the D programming language
# The DMD frontend in dmd/* GPL version 1 or artistic license
@ -203,6 +203,7 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%config(noreplace) %{_sysconfdir}/ldc2.conf
%{_bindir}/ldc2
%{_bindir}/ldmd2
%{_bindir}/ldc-build-runtime
%{_bindir}/ldc-profdata
%{_bindir}/ldc-prune-cache
%{_libdir}/libldc-profile-rt.a
@ -243,6 +244,10 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%{_datadir}/geany/tags/phobos.d.tags
%changelog
* Tue Sep 12 2017 Kalev Lember <klember@redhat.com> - 1:1.4.0-1
- Update to 1.4.0
- Enable bootstrap
* Tue Aug 08 2017 Kalev Lember <klember@redhat.com> - 1:1.3.0-4
- Tighten subpackage deps

@ -1,2 +1,2 @@
SHA512 (ldc-0.17.4-src.tar.gz) = d45abd1506387dca8d2eef6b5afe41b3015d362d09c7fc26c6ee861140d67690ee3db31cc06ca313ba39d5f75b9620db870410140e0dd78b9038361432b238ba
SHA512 (ldc-1.3.0-src.tar.gz) = 5c129e0d3798e3ca5ac1d1a524feb3732295ad732f9c1df06ab9cd238e7c3532b57bec52d69c52febd2a01a286909cb940e6ce41e5d055f5cd1998915f9cc67c
SHA512 (ldc-1.4.0-src.tar.gz) = 68bd34323733a52f56f9542f542ce9391a588d46bbdb8b277b3a44caf8b2ed4c1721f1d2f9141a93e7569e25c6072a7e9aaf2f14f0172dd6b95c335bbc6815cb

Loading…
Cancel
Save