[ldc/f13/master] new revision

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sun Nov 28 11:40:32 UTC 2010


commit 73d028afa3c9d065df6bab2563b182a1e32cd2ff
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Sun Nov 28 12:40:40 2010 +0100

    new revision

 .gitignore |    1 +
 ldc.spec   |   28 ++++++++++++++++------------
 sources    |    2 +-
 3 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49bb1e3..1a4bc34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ ldc-20100804hg1655.tar.xz
 /ldc-20100927hg1664.tar.xz
 /ldc-20100928hg1665.tar.xz
 /ldc-20101105hg1697.tar.xz
+/ldc-20101114hg1698.tar.xz
diff --git a/ldc.spec b/ldc.spec
index 620fbac..276621f 100644
--- a/ldc.spec
+++ b/ldc.spec
@@ -1,14 +1,14 @@
-%global     alphatag        20101105
-%global     hg_revision     hg1697
+%global     alphatag        20101114
+%global     hg_revision     hg1698
 
 # The source for this package was pulled from upstream's mercurial (hg).
 # Use the following commands to generate the tarball:
-# hg clone -r 1697 http://bitbucket.org/lindquist/ldc ldc-20101105hg1697
-# tar -cJvf ldc-20101105hg1697.tar.xz ldc-20101105hg1697
+# hg clone -r 1698 http://bitbucket.org/lindquist/ldc ldc-20101114hg1698
+# tar -cJvf ldc-20101114hg1698.tar.xz ldc-20101114hg1698
 
 Name:           ldc
 Version:        0.9.2
-Release:        23.%{alphatag}%{hg_revision}%{?dist}
+Release:        25.%{alphatag}%{hg_revision}%{?dist}
 Summary:        A compiler for the D programming language
 
 Group:          Development/Languages
@@ -57,9 +57,10 @@ implémenter.
 %prep
 %setup -q -n %{name}-%{alphatag}%{hg_revision}
 find . -type f -exec sed -i 's/\r//' {} \;
+#%patch0 -p1
 
 %build
-%cmake . -DCMAKE_CXX_FLAGS:STRING=-DLLVM_REV=101676
+%cmake . -DCMAKE_CXX_FLAGS:STRING=-DLLVM_REV=105825
 
 make %{?_smp_mflags} VERBOSE=2
 
@@ -102,15 +103,18 @@ rm -rf %{buildroot}
 %config(noreplace)  %{_sysconfdir}/rpm/macros.ldc
 
 %changelog
-* Fri Nov 05 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.9.2-23.20101105hg1697
-- update to latest revision 1967
+* Sun Nov 14 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.9.2-25.20101114hg1698
+- update to latest revision 1698
 - several bug fix
 
-* Wed Sep 29 2010 jkeating - 0.9.2-22.20100927hg1664
-- Rebuilt for gcc bug 634757
+* Wed Oct 20 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.9.2-23.20101004hg1666
+- add patch for llvm 2.8
 
-* Sat Sep 18 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.9.2-21.20100927hg1664
-- update to new release 1664 
+* Fri Oct 15 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.9.2-22.20101004hg1666
+- update to new release 1666
+
+* Sat Sep 18 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.9.2-21.20100928hg1665
+- update to new release 1665 
 
 * Sat Sep 18 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.9.2-20.20100927hg1664
 - update to new release 1664
diff --git a/sources b/sources
index de8cfcd..9300322 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2e739650c59d2f048b079e50f876eb8  ldc-20101105hg1697.tar.xz
+ab3e8819bcd7a33d254d181171cee5e2  ldc-20101114hg1698.tar.xz


More information about the scm-commits mailing list