summaryrefslogtreecommitdiffstats
path: root/golang-github-jefferai-jsonx.spec
diff options
context:
space:
mode:
authorEd Marshall <esm@logic.net>2017-10-03 14:12:40 -0700
committerEd Marshall <esm@logic.net>2017-10-03 14:12:40 -0700
commit2831db32a5bf20e1fbc33ca12065ea2fc4321f3c (patch)
tree34757577ba9ca5151e20b9471ea47a0f19a2f6da /golang-github-jefferai-jsonx.spec
parente8a562cb1918b6e94fe2a70e3615feeaaa1b80d5 (diff)
downloadgolang-github-jefferai-jsonx-2831db32a5bf20e1fbc33ca12065ea2fc4321f3c.tar.gz
golang-github-jefferai-jsonx-2831db32a5bf20e1fbc33ca12065ea2fc4321f3c.tar.xz
golang-github-jefferai-jsonx-2831db32a5bf20e1fbc33ca12065ea2fc4321f3c.zip
Fix review feedback
Diffstat (limited to 'golang-github-jefferai-jsonx.spec')
-rw-r--r--golang-github-jefferai-jsonx.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/golang-github-jefferai-jsonx.spec b/golang-github-jefferai-jsonx.spec
index 5811d06..217231d 100644
--- a/golang-github-jefferai-jsonx.spec
+++ b/golang-github-jefferai-jsonx.spec
@@ -39,10 +39,11 @@
%global import_path %{provider_prefix}
%global commit 9cc31c3135eef39b8e72585f37efa92b6ca314d0
%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20160722
Name: golang-%{provider}-%{project}-%{repo}
Version: 0
-Release: 0.1.git%{shortcommit}%{?dist}
+Release: 0.1.%{commitdate}git%{shortcommit}%{?dist}
Summary: Go (golang) library to transform JSON into JSONx
# Detected licences
# - *No copyright* MPL (v2.0) at 'LICENSE'
@@ -182,5 +183,5 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
%endif
%changelog
-* Sat Mar 04 2017 Ed Marshall <esm@logic.net> - 0-0.1.git9cc31c3
+* Sat Oct 03 2017 Ed Marshall <esm@logic.net> - 0-0.1.20160722git9cc31c3
- First package for Fedora