summaryrefslogtreecommitdiffstats
path: root/golang-github-sethgrid-pester.spec
diff options
context:
space:
mode:
authorEd Marshall <esm@logic.net>2017-10-03 15:03:10 -0700
committerEd Marshall <esm@logic.net>2017-10-03 15:03:10 -0700
commite92dfbc41e14b43d6032161a21bd9dfdcf61197e (patch)
tree1bbc5b3c7773a7dd4307b2ad94656b6ae5ffcc4d /golang-github-sethgrid-pester.spec
parentd83bffa6021fe0cb3b0351f458cc9879cbb159a8 (diff)
downloadgolang-github-sethgrid-pester-e92dfbc41e14b43d6032161a21bd9dfdcf61197e.tar.gz
golang-github-sethgrid-pester-e92dfbc41e14b43d6032161a21bd9dfdcf61197e.tar.xz
golang-github-sethgrid-pester-e92dfbc41e14b43d6032161a21bd9dfdcf61197e.zip
Update based on review
Diffstat (limited to 'golang-github-sethgrid-pester.spec')
-rw-r--r--golang-github-sethgrid-pester.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/golang-github-sethgrid-pester.spec b/golang-github-sethgrid-pester.spec
index 0d12a0f..cf287ac 100644
--- a/golang-github-sethgrid-pester.spec
+++ b/golang-github-sethgrid-pester.spec
@@ -37,12 +37,13 @@
# https://github.com/sethgrid/pester
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
-%global commit 2c5fb962da6113d0968907fd81dba3ca35151d1c
+%global commit 0af5bab1e1ea2860c5aef8e77427bab011d774d8
+%global commitdate 20170919
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: golang-%{provider}-%{project}-%{repo}
Version: 0
-Release: 0.1.git%{shortcommit}%{?dist}
+Release: 0.1.%{commitdate}git%{shortcommit}%{?dist}
Summary: Go (golang) http calls with retries and backoff
# Detected licences
# - MIT/X11 (BSD like) at 'LICENSE.md'
@@ -181,5 +182,5 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
%endif
%changelog
-* Sat Mar 04 2017 Ed Marshall <esm@logic.net> - 0-0.1.git2c5fb96
+* Sat Oct 03 2017 Ed Marshall <esm@logic.net> - 0-0.1.20170919git0af5bab
- First package for Fedora