Update to 1.3.0

epel9
Kalev Lember 7 years ago
parent 2bca01e68a
commit b3d115c6c3

1
.gitignore vendored

@ -29,3 +29,4 @@
/ldc-1.1.1-src.tar.gz /ldc-1.1.1-src.tar.gz
/ldc-1.3.0-beta2-src.tar.gz /ldc-1.3.0-beta2-src.tar.gz
/ldc-0.17.4-src.tar.gz /ldc-0.17.4-src.tar.gz
/ldc-1.3.0-src.tar.gz

@ -3,7 +3,7 @@
%global dmdfe_bump 73 %global dmdfe_bump 73
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump %global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
%global pre beta2 #global pre beta2
# 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
@ -15,7 +15,7 @@
Name: ldc Name: ldc
Epoch: 1 Epoch: 1
Version: 1.3.0 Version: 1.3.0
Release: 0.4%{?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
@ -242,6 +242,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%{_datadir}/geany/tags/phobos.d.tags %{_datadir}/geany/tags/phobos.d.tags
%changelog %changelog
* Fri Jul 07 2017 Kalev Lember <klember@redhat.com> - 1:1.3.0-1
- Update to 1.3.0
* Wed Jun 14 2017 Kalev Lember <klember@redhat.com> - 1:1.3.0-0.4.beta2 * Wed Jun 14 2017 Kalev Lember <klember@redhat.com> - 1:1.3.0-0.4.beta2
- Don't require base ldc package for ldc-druntime and ldc-phobos - Don't require base ldc package for ldc-druntime and ldc-phobos

@ -1,2 +1,2 @@
SHA512 (ldc-0.17.4-src.tar.gz) = d45abd1506387dca8d2eef6b5afe41b3015d362d09c7fc26c6ee861140d67690ee3db31cc06ca313ba39d5f75b9620db870410140e0dd78b9038361432b238ba SHA512 (ldc-0.17.4-src.tar.gz) = d45abd1506387dca8d2eef6b5afe41b3015d362d09c7fc26c6ee861140d67690ee3db31cc06ca313ba39d5f75b9620db870410140e0dd78b9038361432b238ba
SHA512 (ldc-1.3.0-beta2-src.tar.gz) = 37ca899dbe2886c0ff9ca647ce49739260e6374cf05431981db07da68f97fffebd5fccf09236a0c0f403447572023bf98eb7520284b38aed3f85092658824165 SHA512 (ldc-1.3.0-src.tar.gz) = 5c129e0d3798e3ca5ac1d1a524feb3732295ad732f9c1df06ab9cd238e7c3532b57bec52d69c52febd2a01a286909cb940e6ce41e5d055f5cd1998915f9cc67c

Loading…
Cancel
Save