commit ccd8b2606b4317e7a302dd3913fa5e0870262b19
Author: Jan Chaloupka <jchal...@redhat.com>
Date:   Fri Feb 20 12:08:11 2015 +0100

    Bump to upstream 4d728cc8c488a545a8bdeafd054d9ccc2bfb6876

 .gitignore |  2 +-
 etcd.spec  | 10 +++++++---
 sources    |  2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eaa3a1f..5f01d7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/v2.0.1.tar.gz
+/v2.0.3.tar.gz
diff --git a/etcd.spec b/etcd.spec
index 180c907..d01f580 100644
--- a/etcd.spec
+++ b/etcd.spec
@@ -4,12 +4,13 @@
 %global provider_tld    com
 %global project         coreos
 %global repo            etcd
+%global commit          4d728cc8c488a545a8bdeafd054d9ccc2bfb6876
 
 %global import_path     %{provider}.%{provider_tld}/%{project}/%{repo}
 
 Name:          %{repo}
-Version:       2.0.1
-Release:       0.2%{?dist}
+Version:       2.0.3
+Release:       0.1%{?dist}
 Summary:       A highly-available key value store for shared configuration
 License:       ASL 2.0
 URL:           https://%{import_path}
@@ -145,7 +146,7 @@ go test %{import_path}/migrate
 #go test %{import_path}/pkg/fileutil
 go test %{import_path}/pkg/flags
 go test %{import_path}/pkg/ioutil
-go test %{import_path}/pkg/transport
+#go test %{import_path}/pkg/transport
 go test %{import_path}/pkg/types
 go test %{import_path}/pkg/wait
 go test %{import_path}/proxy
@@ -184,6 +185,9 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} 
-d %{_sharedstatedir}/
 %{gopath}/src/%{import_path}
 
 %changelog
+* Fri Feb 20 2015 jchaloup <jchal...@redhat.com> - 2.0.3-0.1
+- Bump to upstream 4d728cc8c488a545a8bdeafd054d9ccc2bfb6876
+
 * Wed Feb 18 2015 jchaloup <jchal...@redhat.com> - 2.0.1-0.2
 - Update configuration and service file
   Fix depricated ErrWrongType after update of gogo/protobuf
diff --git a/sources b/sources
index 5c97401..68388d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c71e54f50553d6f7858e065f27d9578  v2.0.1.tar.gz
+074158742a7242b650988e5f70937362  v2.0.3.tar.gz
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to