commit ff723c296307326e0a55b181601f5ae5b514a748 Author: Jan Chaloupka jchaloup@redhat.com Date: Wed Feb 18 14:26:29 2015 +0100
Bump to upstream 6aa2da5a7a905609c93036b9307185a04a5a84a5 - related: #1141807
.gitignore | 2 +- golang-github-coreos-go-etcd.spec | 13 +++++++------ sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index 7db191d..7950c02 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/go-etcd-b7c233e.tar.gz +/go-etcd-6aa2da5.tar.gz diff --git a/golang-github-coreos-go-etcd.spec b/golang-github-coreos-go-etcd.spec index 0b1ef3c..958e31a 100644 --- a/golang-github-coreos-go-etcd.spec +++ b/golang-github-coreos-go-etcd.spec @@ -2,15 +2,15 @@ %global provider_tld com %global project coreos %global repo go-etcd -%global commit b7c233e2ef9be1016c63f66145161b317165ad7e +%global commit 6aa2da5a7a905609c93036b9307185a04a5a84a5
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global debug_package %{nil}
Name: golang-%{provider}-%{project}-%{repo} -Version: 0.2.0 -Release: 0.5.rc1.git%{shortcommit}%{?dist} +Version: 0.4.6 +Release: 0.1.rc1.git%{shortcommit}%{?dist} Summary: The official etcd v0.2 client library for Go License: ASL 2.0 URL: http://%%7Bimport_path%7D @@ -26,11 +26,8 @@ ExclusiveArch: %{ix86} x86_64 %{arm}
%package devel BuildRequires: golang >= 1.2.1-3 -BuildRequires: golang(github.com/coreos/etcd/etcdserver/etcdhttp/httptypes) Requires: golang >= 1.2.1-3 -BuildRequires: golang(github.com/coreos/etcd/etcdserver/etcdhttp/httptypes) Summary: A golang library for logging to systemd -Provides: golang(%{import_path}) = %{version}-%{release} Provides: golang(%{import_path}/etcd) = %{version}-%{release}
%description devel @@ -56,6 +53,10 @@ cp -pav etcd/*.go %{buildroot}/%{gopath}/src/%{import_path}/etcd %attr(644,-,-) %{gopath}/src/%{import_path}/etcd/*.go
%changelog +* Wed Feb 18 2015 jchaloup jchaloup@redhat.com - 0.4.6-0.1.rc1.git6aa2da5 +- Bump to upstream 6aa2da5a7a905609c93036b9307185a04a5a84a5 + related: #1141807 + * Wed Jan 28 2015 jchaloup jchaloup@redhat.com - 0.2.0-0.5.rc1.gitb7c233e - Bump to upstream b7c233e2ef9be1016c63f66145161b317165ad7e related: #1141807 diff --git a/sources b/sources index 60f8536..c253623 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b561aa334441501a47a021e578db134 go-etcd-b7c233e.tar.gz +91d7b1b11b6a3966a6936f6c30397767 go-etcd-6aa2da5.tar.gz
golang@lists.fedoraproject.org