commit ef3644fa01bebcc6ed56e665af01c15ca9058f8d
Author: Colin Walters <[email protected]>
Date:   Thu Jul 17 17:12:16 2014 -0400

    New upstream version required for etcd

 .gitignore                     |    1 +
 golang-github-goraft-raft.spec |   11 +++++++----
 sources                        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46dc4b4..9883a00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /raft-e138889.tar.gz
+/golang-github-goraft-raft-73f9c4439b79819178fffa968f13729b101bb02d.tar.gz
diff --git a/golang-github-goraft-raft.spec b/golang-github-goraft-raft.spec
index 21058e4..08f964c 100644
--- a/golang-github-goraft-raft.spec
+++ b/golang-github-goraft-raft.spec
@@ -1,16 +1,16 @@
 %global debug_package   %{nil}
 %global import_path     github.com/goraft/raft
 %global gopath          %{_datadir}/gocode
-%global commit          e138889d67044726cff4a73554c403311a830e77
+%global commit          73f9c4439b79819178fffa968f13729b101bb02d
 %global shortcommit     %(c=%{commit}; echo ${c:0:7})
 
 Name:           golang-github-goraft-raft
 Version:        0
-Release:        0.4.git%{shortcommit}%{?dist}
+Release:        0.5.git%{shortcommit}%{?dist}
 Summary:        A Go implementation of the Raft distributed consensus protocol
 License:        MIT
 URL:            http://%{import_path}
-Source0:        
https://%{import_path}/archive/%{commit}/raft-%{shortcommit}.tar.gz
+Source0:        
https://%{import_path}/archive/%{commit}/%{name}-%{commit}.tar.gz
 %if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
 BuildArch:      noarch
 %else
@@ -36,7 +36,7 @@ This package contains library source intended for building 
other packages
 which use goraft/raft.
 
 %prep
-%setup -n raft-%{commit}
+%setup -n %{name}-%{commit}
 
 %build
 
@@ -58,6 +58,9 @@ cp -av protobuf/* 
%{buildroot}/%{gopath}/src/%{import_path}/protobuf
 %{gopath}/src/%{import_path}/protobuf/*.proto
 
 %changelog
+* Thu Jul 17 2014 Colin Walters <[email protected]>
+- New upstream version required for etcd
+
 * Sat Jun 07 2014 Fedora Release Engineering <[email protected]> 
- 0-0.4.gite138889
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index ad30a12..d55f017 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-faa95512ebfbd508f07502eb7a53483e  raft-e138889.tar.gz
+4893b04796ec08562ca37e20e1052cb3  
golang-github-goraft-raft-73f9c4439b79819178fffa968f13729b101bb02d.tar.gz
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to