[dustmite] Update to latest rev

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sun Mar 9 09:55:01 UTC 2014


commit b002169646a961f0f52b7bc5a5a1416ea41ea1f0
Author: Jonathan MERCIER <bioifornatics at fedoraproject.org>
Date:   Sun Mar 9 10:54:50 2014 +0100

    Update to latest rev

 .gitignore    |    1 +
 dustmite.spec |   17 ++++++++++-------
 sources       |    3 +--
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 168726e..7c7768b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /dustmite-20121031git1fb3ac4.tar.xz
 /dustmite-20130601git4b953aa.tar.xz
 /dustmite-20130922git9abec53.tar.xz
+/dustmite-20140210gitf60abab.tar.xz
diff --git a/dustmite.spec b/dustmite.spec
index 0cbb762..8881631 100644
--- a/dustmite.spec
+++ b/dustmite.spec
@@ -1,18 +1,18 @@
-%global     snapdate            20130922
-%global     dustmite_revision   9abec53
+%global     snapdate            20140210
+%global     dustmite_revision   f60abab
 %global     alphatag            %{snapdate}git%{dustmite_revision}
-%global     debug_package   %{nil}
+%global     debug_package       %{nil}
 
 # The source for this package was pulled from upstream's git.
 # Use the following commands to generate the tarball:
-# git clone https://github.com/CyberShadow/DustMite.git
-# cd DustMite; git rev-parse --short HEAD            -> for DustMite_rev
+# git clone https://github.com/CyberShadow/DustMite.git dustmite
+# cd dustmite; git rev-parse --short HEAD            -> for DustMite_rev
 # git checkout %%dustmite_rev
-# git archive --prefix=dustmite-%%{alphatag}/ HEAD | xz > ../dustmite-%%{alphatag}.xz
+# git archive --prefix=dustmite-%%{alphatag}/ HEAD --format=tar | xz > ../dustmite-%%{alphatag}.tar.xz
 
 Name:           dustmite
 Version:        1
-Release:        16.%{alphatag}%{?dist}
+Release:        17.%{alphatag}%{?dist}
 Summary:        Minimizes D source code for debugging
 
 License:        Public Domain
@@ -52,6 +52,9 @@ install -Dm 0755 dustmite %{buildroot}%{_bindir}/dustmite
 %{_bindir}/dustmite
 
 %changelog
+* Sun Mar 09 2014 jonathan MERCIER <bioinfornatics at gmail.com> - 1-17.20140210gitf60abab
+- Update to latest rev
+
 * Wed Oct 30 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 1-16.20130922git9abec53
 - rebuilt
 
diff --git a/sources b/sources
index 59f66c2..d2fe1a8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-f01c0f0ca3bdb2d4a2f2e9a5b51c4059  dustmite-20130922git9abec53.tar.xz
-f01c0f0ca3bdb2d4a2f2e9a5b51c4059  dustmite-20130922git9abec53.tar.xz
+67204828855aebc4408a853e4265187f  dustmite-20140210gitf60abab.tar.xz


More information about the scm-commits mailing list