SHA256
8
0
forked from pool/raft

Accepting request 731822 from home:AndreasStieger:branches:devel:libraries:c_c++

raft 0.9.6

OBS-URL: https://build.opensuse.org/request/show/731822
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raft?expand=0&rev=3
This commit is contained in:
2019-09-19 02:19:08 +00:00
committed by Git OBS Bridge
parent 44ce7dd755
commit dc7c331b09
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f8e2530462546b39e5915c49b66ece41770fc40e7b1e537cf7a7fadabb5a87d
size 230410

3
raft-0.9.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:703e29467b3775b9ab0d3778f4283232f2303179defdf26baa890f356712a2ef
size 230011

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 19 02:06:51 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
- raft 0.9.6:
* raft_watch API dropped
* don't stop half-way when deleting old segments
-------------------------------------------------------------------
Fri Aug 30 21:20:59 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -18,13 +18,13 @@
%bcond_without libuv
Name: raft
Version: 0.9.5
Version: 0.9.6
Release: 0
Summary: Fully asynchronous C implementation of the Raft consensus protocol
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/canonical/raft
Source: https://github.com/canonical/raft/archive/v0.9.5.tar.gz#/%{name}-%{version}.tar.gz
Source: https://github.com/canonical/raft/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool