[simarrange] Fix date in release tag

Miro Hrončok churchyard at fedoraproject.org
Tue Jul 29 19:02:40 UTC 2014


commit d55b1d265c82a682d622c7cd14905ab833c70342
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Tue Jul 29 21:02:03 2014 +0200

    Fix date in release tag

 simarrange.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/simarrange.spec b/simarrange.spec
index 373a027..e09900a 100644
--- a/simarrange.spec
+++ b/simarrange.spec
@@ -1,10 +1,10 @@
 %global commit 9500190410418a088d6fb124aa9789390d90d65f
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global datestamp 20131019
+%global datestamp 20140729
 %global relstring %{datestamp}git%{shortcommit}
 Name:           simarrange
 Version:        0.0
-Release:        3.%{relstring}%{?dist}
+Release:        4.%{relstring}%{?dist}
 Summary:        STL 2D plate packer with collision simulation
 License:        AGPLv3+
 URL:            https://github.com/kliment/%{name}
@@ -42,6 +42,9 @@ install -Dpm0644 ./%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 %{_mandir}/man1/%{name}.*
 
 %changelog
+* Tue Jul 29 2014 Miro Hrončok <mhroncok at redhat.com> - 0.0-4.20140729git9500190
+- Fix date in release tag
+
 * Tue Jul 29 2014 Miro Hrončok <mhroncok at redhat.com> - 0.0-3.20131019git9500190
 - Update to new commit
 


More information about the scm-commits mailing list