[ldc] Update to latest ldc rev

MERCIER Jonathan bioinfornatics at fedoraproject.org
Wed Sep 26 09:18:27 UTC 2012


commit 6d79c7df8ae8e289778bbb855f08b9b4e0d292b4
Author: Jonathan MERCIER <bioinfornatics at gmail.com>
Date:   Wed Sep 26 11:17:42 2012 +0200

    Update to latest ldc rev

 .gitignore |    3 +++
 ldc.spec   |   29 +++++++++++++++++------------
 sources    |    7 +++----
 3 files changed, 23 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17360cf..27855b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,6 @@ ldc-20100804hg1655.tar.xz
 /ldc-20120811git34d595d.tar.xz
 /ldc-phobos-20120811git52b15ed.tar.xz
 /ldc-druntime-20120811git675c3e1.tar.xz
+/ldc-20120921git8968103.tar.xz
+/ldc-druntime-20120921gitea1c20f.tar.xz
+/ldc-phobos-20120921git3b5393f.tar.xz
diff --git a/ldc.spec b/ldc.spec
index ad05ac8..27d25b8 100644
--- a/ldc.spec
+++ b/ldc.spec
@@ -1,8 +1,8 @@
 # debug info seem not works with D compiler
-%global     snapdate        20120811
-%global     ldc_rev         34d595d
-%global     phobos_rev      52b15ed
-%global     druntime_rev    675c3e1
+%global     snapdate        20120921
+%global     ldc_rev         8968103
+%global     phobos_rev      3b5393f
+%global     druntime_rev    ea1c20f
 %global     alphatag        %{snapdate}git%{ldc_rev}
 %global     phobostag       %{snapdate}git%{phobos_rev}
 %global     druntimetag     %{snapdate}git%{druntime_rev}
@@ -13,7 +13,7 @@
 # cd ldc; git submodule update -i
 # git rev-parse --short HEAD            -> for ldc_rev
 # git checkout %%ldc_rev 
-# git archive --prefix=ldc-%%{alphatag}/ HEAD --format=tar | xz > ../ldc-%%{alphatag}.xz
+# git archive --prefix=ldc-%%{alphatag}/ HEAD --format=tar | xz > ../ldc-%%{alphatag}.tar.xz
 # cd runtime/druntime;  git rev-parse --short HEAD -> for druntime_rev
 # git archive --prefix=runtime/druntime/ HEAD --format=tar | xz > ../../../ldc-druntime-%%{druntimetag}.tar.xz
 # cd ../phobos; git rev-parse --short HEAD     -> for phobos_rev
@@ -21,7 +21,7 @@
 
 Name:           ldc
 Version:        2
-Release:        28.%{alphatag}%{?dist}
+Release:        29.%{alphatag}%{?dist}
 Summary:        A compiler for the D programming language
 
 Group:          Development/Languages
@@ -190,7 +190,7 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
 %postun phobos      -p  /sbin/ldconfig
 
 %files
-%doc LICENSE readme.txt
+%doc LICENSE README
 %config(noreplace)  %{_sysconfdir}/ldc2.rebuild.conf
 %config(noreplace)  %{_sysconfdir}/ldc2.conf
 %config             %{_sysconfdir}/rpm/macros.ldc
@@ -199,9 +199,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
 %{_bindir}/ldmd2
 
 %files druntime
-%doc runtime/druntime/LICENSE_1_0.txt runtime/druntime/README.txt
-%{_libdir}/libdruntime-ldc.so.2.0.59
-%{_libdir}/libdruntime-ldc.so.59
+%doc runtime/druntime/LICENSE runtime/druntime/README
+%{_libdir}/libdruntime-ldc.so.2.0.60
+%{_libdir}/libdruntime-ldc.so.60
 
 %files druntime-devel
 %{_includedir}/d/ldc
@@ -210,10 +210,11 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
 
 %files phobos
 %doc runtime/phobos/LICENSE_1_0.txt
-%{_libdir}/libphobos-ldc.so.2.0.59
-%{_libdir}/libphobos-ldc.so.59
+%{_libdir}/libphobos-ldc.so.2.0.60
+%{_libdir}/libphobos-ldc.so.60
 
 %files phobos-devel
+%{_includedir}/d
 %{_includedir}/d/crc32.d
 %{_includedir}/d/std
 %{_includedir}/d/etc
@@ -224,6 +225,10 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
 
 
 %changelog
+* Wed Sep 26 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-29.20120921git8968103
+- ldc own D include dir
+- Update to dmdfe 2.060
+
 * Sat Aug 11 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-28.20120811git34d595d
 - Update ldc
 
diff --git a/sources b/sources
index 4dfd152..dbfd658 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
-395912ee394ae7e7d226f84777ddeb85  ldc-20120811git34d595d.tar.xz
-97bbcc2eed55b9b8b45af357b6db95d5  ldc-phobos-20120811git52b15ed.tar.xz
-127081da3fa9e011ec67491027fede15  ldc-druntime-20120811git675c3e1.tar.xz
-2207fd2545a5fc62c93e3ba72c89c4ca  macros.ldc
+75284a5380bc13698b06e0dc9152b0d4  ldc-20120921git8968103.tar.xz
+8efe526741b0427ef07a1c78c2a0119e  ldc-druntime-20120921gitea1c20f.tar.xz
+70ac0ec49e7e0dcdfb2bc64c08a6bd4f  ldc-phobos-20120921git3b5393f.tar.xz


More information about the scm-commits mailing list