Accepting request 1163771 from home:AndreasStieger:branches:devel:libraries:c_c++
raft 0.22.1 OBS-URL: https://build.opensuse.org/request/show/1163771 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raft?expand=0&rev=49
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 31 08:55:51 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- raft 0.22.1:
|
||||
* fix usages of uninitialized memory
|
||||
* fix double-free of entries batch
|
||||
* updates to documentation and tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 21:17:16 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define raft_sover 0
|
||||
Name: raft
|
||||
Version: 0.22.0
|
||||
Version: 0.22.1
|
||||
Release: 0
|
||||
Summary: Asynchronous C implementation of the Raft consensus protocol
|
||||
License: LGPL-3.0-only WITH LGPL-3.0-linking-exception
|
||||
@@ -82,6 +82,9 @@ autoreconf -fiv
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%ldconfig_scriptlets -n libraft%{raft_sover}
|
||||
|
||||
%files devel
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1534146ea40ca0c29abd5369037bc14927f7acd001b61486739ba6b49a28bdff
|
||||
size 365710
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:385f91a0b542ebe8b81c8f8500310dcd575fd028ea0cd2ede8807fa920dcf604
|
||||
size 362393
|
||||
Reference in New Issue
Block a user