[dustmite] update dustmite

MERCIER Jonathan bioinfornatics at fedoraproject.org
Thu Oct 11 21:49:01 UTC 2012


commit 6541d05a189b5f31d00aca1c7e538b5c23fc543a
Author: Jonathan MERCIER <bioinfornatics at gmail.com>
Date:   Thu Oct 11 23:48:57 2012 +0200

    update dustmite

 .gitignore    |    1 +
 dustmite.spec |   23 ++++++++++++++++-------
 sources       |    2 +-
 3 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ca5555..9129410 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /dustmite-20111218git84c0e08.xz
+/dustmite-20120903git174b45d.tar.xz
diff --git a/dustmite.spec b/dustmite.spec
index a285a4b..919cf90 100644
--- a/dustmite.spec
+++ b/dustmite.spec
@@ -1,6 +1,5 @@
-%global     alphatag            20111218
-%global     dustmite_revision   git84c0e08
-%global     debug_package       %{nil}
+%global     alphatag            20120903
+%global     dustmite_revision   git174b45d
 
 # The source for this package was pulled from upstream's git.
 # Use the following commands to generate the tarball:
@@ -11,7 +10,7 @@
 
 Name:           dustmite
 Version:        1
-Release:        3.%{alphatag}%{dustmite_revision}%{?dist}
+Release:        6.%{alphatag}%{dustmite_revision}%{?dist}
 Summary:        Minimizes D source code for debugging
 
 License:        Public Domain
@@ -38,17 +37,27 @@ tant que le résultat répond à une condition spécifiée par l'utilisateur.
 %setup -q -n %{name}-%{alphatag}%{dustmite_revision}
 
 %build
-ldc2 %{_d_optflags} dsplit.d dustmite.d -of dustmite 
+ldc2 %{_d_optflags} -d dustmite.d dsplit.d -of dustmite 
 
 %install
 install -Dm 0755 dustmite %{buildroot}%{_bindir}/dustmite
 
 %files
+%doc README
 %{_bindir}/dustmite
 
 %changelog
-* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1-3.20111218git84c0e08
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Thu Oct 11 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 1-6.20120903git174b45d
+- update dustmite
+
+* Sun Jun 03 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 1-5.20120221gite2d91da
+- build with new dmdfe 2.059
+
+* Thu Mar 15 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 1-4.20120221gite2d91da
+- change module order to build
+
+* Mon Mar 12 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 1-3.20111218git84c0e08
+- rebuild with ldc update
 
 * Mon Mar 12 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 1-2.20111218git84c0e08
 - rebuild with ldc update
diff --git a/sources b/sources
index 0074756..8ebba8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8b17d5912ef58ea3caf0835ac51c93b  dustmite-20111218git84c0e08.xz
+0af31bdf60c5c87c4d215894cb340cc6  dustmite-20120903git174b45d.tar.xz


More information about the scm-commits mailing list