diff --git a/consul.spec b/consul.spec index ae2fabb..4efb5ab 100644 --- a/consul.spec +++ b/consul.spec @@ -28,7 +28,7 @@ Name: consul Version: 0.6.0 -Release: 0.3.git%{shortcommit}%{?dist} +Release: 0.4.git%{shortcommit}%{?dist} Summary: Tool for service discovery, monitoring and configuration http://www.consul.io License: MPLv2.0 URL: https://%{import_path} @@ -230,6 +230,9 @@ go test %{import_path}/watch %endif %changelog +* Mon Feb 22 2016 Fedora Release Engineering - 0.6.0-0.4.git46499d6 +- https://fedoraproject.org/wiki/Changes/golang1.6 + * Tue Feb 16 2016 jchaloup - 0.6.0-0.3.git46499d6 - Add deps missing in docker (temporary fix) related: #1290013