summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--golang-github-streadway-amqp.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/golang-github-streadway-amqp.spec b/golang-github-streadway-amqp.spec
index e235f08..4c88d12 100644
--- a/golang-github-streadway-amqp.spec
+++ b/golang-github-streadway-amqp.spec
@@ -37,12 +37,13 @@
# https://github.com/streadway/amqp
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
-%global commit ce1c69d94c3efdb1f287015f851b17db8fa205b1
+%global commit cefed15a0bd808d13947f228770a81b06ebe8e45
+%global commitdate 20170926
%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 client for AMQP 0.9.1 with RabbitMQ extensions
# Detected licences
# - BSD (2 clause) at 'LICENSE'
@@ -180,5 +181,5 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
%endif
%changelog
-* Sat Mar 04 2017 Ed Marshall <esm@logic.net> - 0-0.1.gitce1c69d
+* Sat Oct 03 2017 Ed Marshall <esm@logic.net> - 0-0.1.20170926gitcefed15
- First package for Fedora