diff --git a/raft-0.9.5.tar.gz b/raft-0.9.5.tar.gz deleted file mode 100644 index 88065fc..0000000 --- a/raft-0.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f8e2530462546b39e5915c49b66ece41770fc40e7b1e537cf7a7fadabb5a87d -size 230410 diff --git a/raft-0.9.6.tar.gz b/raft-0.9.6.tar.gz new file mode 100644 index 0000000..94e500a --- /dev/null +++ b/raft-0.9.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703e29467b3775b9ab0d3778f4283232f2303179defdf26baa890f356712a2ef +size 230011 diff --git a/raft.changes b/raft.changes index d2af65e..afd3aa9 100644 --- a/raft.changes +++ b/raft.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 19 02:06:51 UTC 2019 - Andreas Stieger + +- 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 diff --git a/raft.spec b/raft.spec index 3a93f14..115cc6c 100644 --- a/raft.spec +++ b/raft.spec @@ -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