Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package raft for openSUSE:Factory checked in at 2022-04-20 16:54:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/raft (Old) and /work/SRC/openSUSE:Factory/.raft.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raft" Wed Apr 20 16:54:54 2022 rev:16 rq:970730 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/raft/raft.changes 2022-02-07 23:39:14.569971324 +0100 +++ /work/SRC/openSUSE:Factory/.raft.new.1941/raft.changes 2022-04-20 16:54:57.994490586 +0200 @@ -1,0 +2,6 @@ +Tue Apr 19 09:44:17 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de> + +- raft 0.13.0: + * move to raft_fsm v2 introducing snapshot_finalize + +------------------------------------------------------------------- Old: ---- raft-0.11.3.tar.gz New: ---- raft-0.13.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ raft.spec ++++++ --- /var/tmp/diff_new_pack.thWUWd/_old 2022-04-20 16:54:58.778491318 +0200 +++ /var/tmp/diff_new_pack.thWUWd/_new 2022-04-20 16:54:58.782491322 +0200 @@ -15,9 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%define raft_sover 2 Name: raft -Version: 0.11.3 +Version: 0.13.0 Release: 0 Summary: Fully asynchronous C implementation of the Raft consensus protocol License: LGPL-3.0-only WITH LGPL-3.0-linking-exception @@ -39,10 +39,10 @@ A stock implementation of the I/O interface based on libuv is included. -%package -n libraft0 +%package -n libraft%{raft_sover} Summary: Library implementing the Raft consensus protocol -%description -n libraft0 +%description -n libraft%{raft_sover} This library is a fully asynchronous C implementation of the Raft consensus protocol. It implements the core Raft algorithm logic and a pluggable interface defining I/O for @@ -53,7 +53,7 @@ %package devel Summary: Development files for the Raft library implementation of the consensus protocol -Requires: libraft0 = %{version} +Requires: libraft%{raft_sover} = %{version} Requires: pkgconfig(libuv) >= 1.18.0 %description devel @@ -80,8 +80,8 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libraft0 -p /sbin/ldconfig -%postun -n libraft0 -p /sbin/ldconfig +%post -n libraft%{raft_sover} -p /sbin/ldconfig +%postun -n libraft%{raft_sover} -p /sbin/ldconfig %files devel %license LICENSE @@ -93,9 +93,9 @@ %{_libdir}/libraft.so %{_libdir}/pkgconfig/raft.pc -%files -n libraft0 +%files -n libraft%{raft_sover} %license LICENSE -%{_libdir}/libraft.so.0 -%{_libdir}/libraft.so.0.0.7 +%{_libdir}/libraft.so.%{raft_sover} +%{_libdir}/libraft.so.%{raft_sover}.* %changelog ++++++ raft-0.11.3.tar.gz -> raft-0.13.0.tar.gz ++++++ ++++ 2403 lines of diff (skipped)