epel9
Jonathan MERCIER 12 years ago
parent 6b2f6d1c63
commit b46f389f54

3
.gitignore vendored

@ -39,3 +39,6 @@ ldc-20100804hg1655.tar.xz
/ldc-20120921git8968103.tar.xz
/ldc-druntime-20120921gitea1c20f.tar.xz
/ldc-phobos-20120921git3b5393f.tar.xz
/ldc-20121003gitb8e62b8.tar.xz
/ldc-phobos-20121003git3b5393f.tar.xz
/ldc-druntime-20121003gitea1c20f.tar.xz

@ -1,6 +1,6 @@
# debug info seem not works with D compiler
%global snapdate 20120921
%global ldc_rev 8968103
%global snapdate 20121003
%global ldc_rev b8e62b8
%global phobos_rev 3b5393f
%global druntime_rev ea1c20f
%global alphatag %{snapdate}git%{ldc_rev}
@ -21,7 +21,7 @@
Name: ldc
Version: 2
Release: 29.%{alphatag}%{?dist}
Release: 30.%{alphatag}%{?dist}
Summary: A compiler for the D programming language
Group: Development/Languages
@ -225,6 +225,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%changelog
* Wed Oct 03 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-30.20121003gitb8e62b8
- update ldc to rev b8e62b8
* Wed Sep 26 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-29.20120921git8968103
- ldc own D include dir
- Update to dmdfe 2.060

@ -1,4 +1,4 @@
75284a5380bc13698b06e0dc9152b0d4 ldc-20120921git8968103.tar.xz
8efe526741b0427ef07a1c78c2a0119e ldc-druntime-20120921gitea1c20f.tar.xz
70ac0ec49e7e0dcdfb2bc64c08a6bd4f ldc-phobos-20120921git3b5393f.tar.xz
cbfe6123267fe84eefa2ece5d11b5687 ldc-20121003gitb8e62b8.tar.xz
70ac0ec49e7e0dcdfb2bc64c08a6bd4f ldc-phobos-20121003git3b5393f.tar.xz
8efe526741b0427ef07a1c78c2a0119e ldc-druntime-20121003gitea1c20f.tar.xz
2207fd2545a5fc62c93e3ba72c89c4ca macros.ldc

Loading…
Cancel
Save