Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package corosync for openSUSE:Factory checked in at 2021-06-12 20:05:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/corosync (Old) and /work/SRC/openSUSE:Factory/.corosync.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "corosync" Sat Jun 12 20:05:22 2021 rev:72 rq:898541 version:2.4.5+git69.6236728a Changes: -------- --- /work/SRC/openSUSE:Factory/corosync/corosync.changes 2021-04-01 14:16:11.575887521 +0200 +++ /work/SRC/openSUSE:Factory/.corosync.new.32437/corosync.changes 2021-06-12 20:05:23.256650511 +0200 @@ -1,0 +2,18 @@ +Tue Jun 01 14:00:15 UTC 2021 - vark...@suse.com + +- Update to version 2.4.5+git69.6236728a: + * man: replace votequorum_poll for actually used fn + * qnetd: sort by node_id when add new client + * man: adjust description about interface section + * qnetd: Simplify KAP Tie-breaker logic + * qnetd: Fix NULL dereference of client + * man: votequorum.5: use proper single quotes + * tests: Use CS_DISPATCH_BLOCKING instead of cycle + * totemsrp: Move token received callback + * common_lib: Remove trailing spaces in cs_strerror + * totemsrp: More informative messages +- Remove patches: + bug-1166899-quorumtool-Fix-exit-status-codes.patch + bug-1163460-totemip-Add-support-for-sin6_scope_id.patch + +------------------------------------------------------------------- Old: ---- bug-1163460-totemip-Add-support-for-sin6_scope_id.patch bug-1166899-quorumtool-Fix-exit-status-codes.patch corosync-2.4.5.tar.gz New: ---- _service _servicedata corosync-2.4.5+git69.6236728a.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ corosync.spec ++++++ --- /var/tmp/diff_new_pack.1T1EY7/_old 2021-06-12 20:05:23.816651485 +0200 +++ /var/tmp/diff_new_pack.1T1EY7/_new 2021-06-12 20:05:23.820651493 +0200 @@ -47,11 +47,10 @@ Summary: The Corosync Cluster Engine and Application Programming Interfaces License: BSD-3-Clause Group: Productivity/Clustering/HA -Version: 2.4.5 +Version: 2.4.5+git69.6236728a Release: 0 URL: http://corosync.github.io/corosync/ -# source should be Souce code.tar.gz, https://github.com/corosync/corosync/archive/vX.X.X.tar.gz -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 Source2: baselibs.conf Patch1: upstream-afd97d7884940_coroapi-Use-size_t-for-private_data_size.patch Patch2: Fix-compile-warnings-with-GCC-7.2.1.patch @@ -62,8 +61,6 @@ Patch7: corosync-2.3.4-fix-bashisms.patch Patch8: corosync-init-lockfile-path-error.patch Patch9: corosync-start-stop-level.patch -Patch10: bug-1166899-quorumtool-Fix-exit-status-codes.patch -Patch11: bug-1163460-totemip-Add-support-for-sin6_scope_id.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # openais is indeed gone and should be uninstalled. Yes, we do not @@ -133,8 +130,9 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 -%patch10 -p1 -%patch11 -p1 +rm -f .git* +echo %{version} > .tarball-version +echo %{version} > .version %build %if %{with runautogen} ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">git://github.com/corosync/corosync.git</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="filename">corosync</param> <param name="versionformat">2.4.5+git@TAG_OFFSET@.%h</param> <param name="revision">needle</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> <param name="file">corosync*.tar</param> <param name="compression">bz2</param> </service> <!-- <service name="set_version" mode="disabled"> <param name="basename">corosync</param> </service> --> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/corosync/corosync.git</param> <param name="changesrevision">6236728a6136e3e2ceef2709cda51196b89bc689</param></service></servicedata>