Update to 1.19.0

epel9
Kalev Lember 5 years ago
parent 3a0879e638
commit d57df295b8

1
.gitignore vendored

@ -43,3 +43,4 @@
/ldc-0.17.6-src.tar.gz
/ldc-1.14.0-src.tar.gz
/ldc-1.15.0-src.tar.gz
/ldc-1.19.0-src.tar.gz

@ -1,11 +1,11 @@
%global dmdfe_major 2
%global dmdfe_minor 0
%global dmdfe_bump 85
%global dmdfe_bump 89
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
#global pre beta2
%global llvm_version 8.0
#global llvm_version 9.0
# Enable this for bootstrapping with an older version that doesn't require a
# working D compiler to build itself
@ -18,8 +18,8 @@
Name: ldc
Epoch: 1
Version: 1.15.0
Release: 3%{?pre:.%{pre}}%{?dist}
Version: 1.19.0
Release: 1%{?pre:.%{pre}}%{?dist}
Summary: LLVM D Compiler
# The DMD frontend in dmd/* GPL version 1 or artistic license
@ -271,6 +271,10 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%{_datadir}/geany/tags/phobos.d.tags
%changelog
* Mon Feb 10 2020 Kalev Lember <klember@redhat.com> - 1:1.19.0-1
- Update to 1.19.0
- Build with llvm 9.0
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.15.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1,2 +1,2 @@
SHA512 (ldc-0.17.6-src.tar.gz) = 433a3582bb5214004a676741d7483ed87066b47b8bfec4633796ca5a717c78ea54ee7b9c2ce1cf7bc399082802f15133d28cb4884b879326d224f48687af68e3
SHA512 (ldc-1.15.0-src.tar.gz) = acc180d0f01f2ff261a131de74b5630568da4b16acbe4c557ba36f3ca5606edeb9c7af8c8733927f174f4512812aabaa95cf2bff340c991c17ca4b50d7e3da87
SHA512 (ldc-1.19.0-src.tar.gz) = ffd1b085c7c8fe76162051234cc73e92f08a391cebac3f405c9dc6d03fcbf459d5e99295066ab4b0bd931bdce84dce53e23c33c1bc8ad35327f1b283f8e8f10a

Loading…
Cancel
Save