Updating to rev 287e089

epel9
bioinfornatics 11 years ago
parent 85baaa8a57
commit 3aa9af1cc1

3
.gitignore vendored

@ -2,3 +2,6 @@
/ldc-phobos-20130805git89a2295.tar.xz
/ldc-druntime-20130805git6c6a4a1.tar.xz
/macros.ldc
/ldc-20131023git287e089.tar.xz
/ldc-phobos-20131023git89a2295.tar.xz
/ldc-druntime-20131023git822720b.tar.xz

@ -1,8 +1,8 @@
# debug info seem not works with D compiler
%global snapdate 20130805
%global ldc_rev 967b986
%global snapdate 20131023
%global ldc_rev 287e089
%global phobos_rev 89a2295
%global druntime_rev 6c6a4a1
%global druntime_rev 822720b
%global alphatag %{snapdate}git%{ldc_rev}
%global phobostag %{snapdate}git%{phobos_rev}
%global druntimetag %{snapdate}git%{druntime_rev}
@ -21,7 +21,7 @@
Name: ldc
Version: 2
Release: 53.%{alphatag}%{?dist}
Release: 54.%{alphatag}%{?dist}
Summary: A compiler for the D programming language
Group: Development/Languages
@ -234,6 +234,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%changelog
* Thu Oct 24 2013 Jonathan MERCIER <bioinfornatics@gmail.com> - 2-54.20131023git287e089
- Update to rev 287e089
* Fri Aug 09 2013 Jonathan MERCIER <bioinfornatics@gmail.com> - 2-53.20130805git967b986
- Add ExcludeArch arm

@ -1,4 +1,8 @@
2c4d52bc7dd2678b5967bddbb94b97ae ldc-20130805git967b986.tar.xz
784708f3ad8b0741aa02f285f64b7883 ldc-phobos-20130805git89a2295.tar.xz
ef8f071988f4f2a7ab22642f2726d850 ldc-druntime-20130805git6c6a4a1.tar.xz
2207fd2545a5fc62c93e3ba72c89c4ca macros.ldc
f192bed0d1982927ab3d6e6cc357161a ldc-20131023git287e089.tar.xz
784708f3ad8b0741aa02f285f64b7883 ldc-phobos-20131023git89a2295.tar.xz
b558a5c603560334691e0a483bbc5e12 ldc-druntime-20131023git822720b.tar.xz
c580d947f97abcd2a52d0ece8607c52f macros.ldc
f192bed0d1982927ab3d6e6cc357161a ldc-20131023git287e089.tar.xz
784708f3ad8b0741aa02f285f64b7883 ldc-phobos-20131023git89a2295.tar.xz
b558a5c603560334691e0a483bbc5e12 ldc-druntime-20131023git822720b.tar.xz
c580d947f97abcd2a52d0ece8607c52f macros.ldc

Loading…
Cancel
Save