Update to 1.3.0 beta2

- Enable bootstrap
epel9
Kalev Lember 8 years ago
parent dcf065a244
commit 3845a363b9

1
.gitignore vendored

@ -27,3 +27,4 @@
/ldc-1.1.0-src.tar.gz
/ldc-0.17.3-src.tar.gz
/ldc-1.1.1-src.tar.gz
/ldc-1.3.0-beta2-src.tar.gz

@ -1,21 +1,21 @@
%global dmdfe_major 2
%global dmdfe_minor 0
%global dmdfe_bump 71
%global dmdfe_bump 73
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
#global pre beta6
%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.3
%undefine _hardened_build
Name: ldc
Epoch: 1
Version: 1.1.1
Release: 4%{?pre:.%{pre}}%{?dist}
Version: 1.3.0
Release: 0.1%{?pre:.%{pre}}%{?dist}
Summary: A compiler for the D programming language
Group: Development/Languages
@ -29,8 +29,6 @@ Source1: https://github.com/ldc-developers/ldc/releases/download/v%{boots
%endif
Source3: macros.%{name}
ExclusiveArch: %{ldc_arches}
%if ! 0%{?bootstrap}
BuildRequires: ldc
%endif
@ -252,6 +250,10 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%{_datadir}/geany/tags/phobos.d.tags
%changelog
* Tue Jun 13 2017 Kalev Lember <klember@redhat.com> - 1:1.3.0-0.1.beta2
- Update to 1.3.0 beta2
- Enable bootstrap
* Thu May 25 2017 Peter Robinson <pbrobinson@fedoraproject.org> 1:1.1.1-4
- Rebuild llvm-4

@ -1,2 +1,2 @@
SHA512 (ldc-0.17.3-src.tar.gz) = e875f08ecafdbd765e8308dac787d565dde5353976fb886bb100b6005700daef3575c2eeda7701503159573da5a4b631cfeb2d7d7e52c646f29aa25819619f52
SHA512 (ldc-1.1.1-src.tar.gz) = 60b0262192d5df5fd33eb254f4fe31c138372a4d0a7a9eee8978115d54ccd1cc8c2c5d3ac379a90de51afc30fba196c4fed124abce43136728933f4e0edeaac8
SHA512 (ldc-1.3.0-beta2-src.tar.gz) = 37ca899dbe2886c0ff9ca647ce49739260e6374cf05431981db07da68f97fffebd5fccf09236a0c0f403447572023bf98eb7520284b38aed3f85092658824165

Loading…
Cancel
Save