[ldc] update

MERCIER Jonathan bioinfornatics at fedoraproject.org
Mon Apr 28 22:14:16 UTC 2014


commit 417e395ebef18ed7874911cfce8ab2128bace802
Author: Jonathan MERCIER <bioifornatics at fedoraproject.org>
Date:   Mon Apr 28 00:48:27 2014 +0200

    update
    
    (cherry picked from commit d0f1b12043ca4f65abc2cab5874235b18a71426d)

 .gitignore |    3 +++
 ldc.spec   |   13 ++++++++-----
 sources    |    7 +++----
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5f73d6..c009f26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,6 @@
 /ldc-20140305git6e908ff.tar.xz
 /ldc-druntime-20140305gitb20422e.tar.xz
 /ldc-phobos-20140305git32fc550.tar.xz
+/ldc-20140325git7492d06.tar.xz
+/ldc-druntime-20140325gitb20422e.tar.xz
+/ldc-phobos-20140325git32fc550.tar.xz
diff --git a/ldc.spec b/ldc.spec
index 9c94f0d..5cb9e53 100644
--- a/ldc.spec
+++ b/ldc.spec
@@ -1,6 +1,6 @@
 # debug info seem not works with D compiler
-%global     snapdate        20140305
-%global     ldc_rev         6e908ff
+%global     snapdate        20140325
+%global     ldc_rev         7492d06
 %global     phobos_rev      32fc550
 %global     druntime_rev    b20422e
 %global     alphatag        %{snapdate}git%{ldc_rev}
@@ -11,7 +11,7 @@
 # Use the following commands to generate the tarball:
 # git clone https://github.com/ldc-developers/ldc.git ldc
 # cd ldc; git submodule update -i
-# git rev-parse --short HEAD            -> for ldc_rev
+# git rev-parse --short HEAD		            -> for ldc_rev
 # git checkout %%ldc_rev
 # git archive --prefix=ldc-%%{alphatag}/ HEAD --format=tar | xz > ../ldc-%%{alphatag}.tar.xz
 # cd runtime/druntime;  git rev-parse --short HEAD -> for druntime_rev
@@ -21,7 +21,7 @@
 
 Name:           ldc
 Version:        2
-Release:        57.%{alphatag}%{?dist}
+Release:        58.%{alphatag}%{?dist}
 Summary:        A compiler for the D programming language
 
 Group:          Development/Languages
@@ -213,7 +213,7 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
 %postun phobos      -p  /sbin/ldconfig
 
 %files
-%doc LICENSE README
+%doc LICENSE README.md
 %{_bindir}/ldc2
 %{_bindir}/ldmd2
 
@@ -257,6 +257,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
 
 
 %changelog
+* Sun Apr 27 2014 jonathan MERCIER <bioinfornatics at gmail.com> - 2-58.20140325git7492d06
+- update to latest rev
+
 * Mon Mar 10 2014 jonathan MERCIER <bioinfornatics at gmail.com> - 2-57.20140305git6e908ff
 - Add config sub-package
 - put rpm macro into %%{_rpmconfigdir}/macros.d
diff --git a/sources b/sources
index f4d682b..dd1115c 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
-b969ab96c2fb8e09ca83f7825cce490e  ldc-20140305git6e908ff.tar.xz
-8938b55078244da4317c9744c771a41c  ldc-druntime-20140305gitb20422e.tar.xz
-9d48ec79f64f05b9236fe22ac8621391  ldc-phobos-20140305git32fc550.tar.xz
-2207fd2545a5fc62c93e3ba72c89c4ca  macros.ldc
+e364d5aa9652164012ae7c62204456a4  ldc-20140325git7492d06.tar.xz
+8938b55078244da4317c9744c771a41c  ldc-druntime-20140325gitb20422e.tar.xz
+9d48ec79f64f05b9236fe22ac8621391  ldc-phobos-20140325git32fc550.tar.xz


More information about the scm-commits mailing list