[ldc] new revision many bug fix

MERCIER Jonathan bioinfornatics at fedoraproject.org
Mon Jan 3 12:38:02 UTC 2011


commit b3a59f9d486b519118f3732a0b9428083c62cd45
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Mon Jan 3 13:37:10 2011 +0100

    new revision many bug fix

 .gitignore |    1 +
 ldc.spec   |   13 ++++++++-----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4c614f..3882ca3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ ldc-20100804hg1655.tar.xz
 /ldc-20100905hg1659.tar.xz
 /ldc-20100927hg1664.tar.xz
 /ldc-20101105hg1697.tar.xz
+/ldc-20100102hg1705.tar.xz
diff --git a/ldc.spec b/ldc.spec
index 276621f..c351fa3 100644
--- a/ldc.spec
+++ b/ldc.spec
@@ -1,14 +1,14 @@
-%global     alphatag        20101114
-%global     hg_revision     hg1698
+%global     alphatag        20100102
+%global     hg_revision     hg1705
 
 # The source for this package was pulled from upstream's mercurial (hg).
 # Use the following commands to generate the tarball:
-# hg clone -r 1698 http://bitbucket.org/lindquist/ldc ldc-20101114hg1698
-# tar -cJvf ldc-20101114hg1698.tar.xz ldc-20101114hg1698
+# hg clone -r 1705 http://bitbucket.org/lindquist/ldc ldc-20100102hg1705
+# tar -cJvf ldc-20100102hg1705.tar.xz ldc-20100102hg1705
 
 Name:           ldc
 Version:        0.9.2
-Release:        25.%{alphatag}%{hg_revision}%{?dist}
+Release:        27.%{alphatag}%{hg_revision}%{?dist}
 Summary:        A compiler for the D programming language
 
 Group:          Development/Languages
@@ -103,6 +103,9 @@ rm -rf %{buildroot}
 %config(noreplace)  %{_sysconfdir}/rpm/macros.ldc
 
 %changelog
+* Mon Jun 05 2011 Jonathan MERCIER <bioinfornatics at gmail.com> 0.9.2-27.20100102hg1705
+- update to latest revision 1705
+
 * Sun Nov 14 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.9.2-25.20101114hg1698
 - update to latest revision 1698
 - several bug fix
diff --git a/sources b/sources
index de8cfcd..70c08df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2e739650c59d2f048b079e50f876eb8  ldc-20101105hg1697.tar.xz
+b3c52cf4f1a2220661d7a161f654411d  ldc-20100102hg1705.tar.xz


More information about the scm-commits mailing list