[ldc/f17] update fix tango build problem

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sat Jun 2 15:29:46 UTC 2012


commit 6ccd34ac5b7682cb687e993ce6ed82f9d6be2ff5
Author: Jonathan MERCIER <bioinfornatics at gmail.com>
Date:   Sat Jun 2 17:29:24 2012 +0200

    update fix tango build problem

 .gitignore |    3 +++
 ldc.spec   |   11 +++++++----
 sources    |    7 +++----
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e8e99e..ca0d428 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,6 @@ ldc-20100804hg1655.tar.xz
 /ldc-druntime-20120525git90a1a8a.xz
 /ldc-phobos-20120525git2bc3677.xz
 /ldc-2-15.20120525git1f5bced.fc17.src.rpm
+/ldc-20120602git509a579.xz
+/ldc-phobos-20120602git2bc3677.xz
+/ldc-druntime-20120602git430c913.xz
diff --git a/ldc.spec b/ldc.spec
index 722cded..ed4f506 100644
--- a/ldc.spec
+++ b/ldc.spec
@@ -1,8 +1,8 @@
 # debug info seem not works with D compiler
-%global     snapdate        20120525
-%global     ldc_rev         1f5bced
+%global     snapdate        20120602
+%global     ldc_rev         509a579
 %global     phobos_rev      2bc3677
-%global     druntime_rev    90a1a8a
+%global     druntime_rev    430c913
 %global     alphatag        %{snapdate}git%{ldc_rev}
 %global     phobostag       %{snapdate}git%{phobos_rev}
 %global     druntimetag     %{snapdate}git%{druntime_rev}
@@ -23,7 +23,7 @@
 
 Name:           ldc
 Version:        2
-Release:        15.%{alphatag}%{?dist}
+Release:        16.%{alphatag}%{?dist}
 Summary:        A compiler for the D programming language
 
 Group:          Development/Languages
@@ -241,6 +241,9 @@ find %{buildroot}/%{_datadir}/devhelp/books/Phobos -name "*.html" | xargs sed -i
 %{_datadir}/devhelp/books/Phobos
 
 %changelog
+* Fri Jun 02 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-16.20120602git509a579
+- fix bug to able tangos build
+
 * Fri May 25 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-15.20120525git1805e53
 - update to latest rev dmdfe 2.059
 
diff --git a/sources b/sources
index b286f61..d65c61f 100644
--- a/sources
+++ b/sources
@@ -1,5 +1,4 @@
-1d755fd7aa16de5675f36c94ad077574  ldc-20120525git1f5bced.xz
-c6008f720f82c072edaa4c0d966182e4  ldc-druntime-20120525git90a1a8a.xz
-72271de8f33ae757d580080654a7bd9a  ldc-phobos-20120525git2bc3677.xz
-2207fd2545a5fc62c93e3ba72c89c4ca  macros.ldc
+01e2283cc9e8ffa9c4664f4ddf44a6d3  ldc-20120602git509a579.xz
+72271de8f33ae757d580080654a7bd9a  ldc-phobos-20120602git2bc3677.xz
+6c76b91ec9ba0d6cbe56ec3c527b8425  ldc-druntime-20120602git430c913.xz
 77b702ac199acb3e8553ac4075f30366  DdocToDevhelp


More information about the scm-commits mailing list