summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--golang-github-mgutz-ansi.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/golang-github-mgutz-ansi.spec b/golang-github-mgutz-ansi.spec
index 9e30695..96b7aa2 100644
--- a/golang-github-mgutz-ansi.spec
+++ b/golang-github-mgutz-ansi.spec
@@ -34,6 +34,7 @@
%global provider_tld com
%global project mgutz
%global repo ansi
+%global commitdate 20170206
# https://github.com/mgutz/ansi
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
@@ -42,8 +43,8 @@
Name: golang-%{provider}-%{project}-%{repo}
Version: 0
-Release: 0.1.git%{shortcommit}%{?dist}
-Summary: Small, fast library to create ANSI colored strings and codes.
+Release: 0.1.%{commitdate}git%{shortcommit}%{?dist}
+Summary: Small, fast library to create ANSI colored strings and codes
# Detected licences
# - MIT/X11 (BSD like) at 'LICENSE'
License: MIT
@@ -182,5 +183,5 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
%endif
%changelog
-* Sat Mar 04 2017 Ed Marshall <esm@logic.net> - 0-0.1.git9520e82
+* Sat Mar 04 2017 Ed Marshall <esm@logic.net> - 0-0.1.20170206git9520e82
- First package for Fedora