From a04e0f5205ea3603065460bf9b35c8b04044b199 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Feb 18 2015 13:28:14 +0000 Subject: Bump to upstream b7c233e2ef9be1016c63f66145161b317165ad7e - related: #1141807 --- diff --git a/.gitignore b/.gitignore index 4a20abc..7db191d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/go-etcd-6fe04d5.tar.gz +/go-etcd-b7c233e.tar.gz diff --git a/golang-github-coreos-go-etcd.spec b/golang-github-coreos-go-etcd.spec index 58096a9..0b1ef3c 100644 --- a/golang-github-coreos-go-etcd.spec +++ b/golang-github-coreos-go-etcd.spec @@ -2,7 +2,7 @@ %global provider_tld com %global project coreos %global repo go-etcd -%global commit 6fe04d580dfb71c9e34cbce2f4df9eefd1e1241e +%global commit b7c233e2ef9be1016c63f66145161b317165ad7e %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global shortcommit %(c=%{commit}; echo ${c:0:7}) @@ -10,7 +10,7 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 0.2.0 -Release: 0.4.rc1.git%{shortcommit}%{?dist} +Release: 0.5.rc1.git%{shortcommit}%{?dist} Summary: The official etcd v0.2 client library for Go License: ASL 2.0 URL: http://%{import_path} @@ -26,7 +26,9 @@ 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} @@ -54,6 +56,10 @@ cp -pav etcd/*.go %{buildroot}/%{gopath}/src/%{import_path}/etcd %attr(644,-,-) %{gopath}/src/%{import_path}/etcd/*.go %changelog +* Wed Jan 28 2015 jchaloup - 0.2.0-0.5.rc1.gitb7c233e +- Bump to upstream b7c233e2ef9be1016c63f66145161b317165ad7e + related: #1141807 + * Thu Oct 23 2014 jchaloup - 0.2.0-0.4.rc1.git6fe04d5 - Choose the correct architecture related: #1141807 diff --git a/sources b/sources index ccbf33e..60f8536 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cfb2012da11edb067428533c5fbe9ea7 go-etcd-6fe04d5.tar.gz +5b561aa334441501a47a021e578db134 go-etcd-b7c233e.tar.gz