Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package matrix-synapse for openSUSE:Factory checked in at 2025-02-11 21:31:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old) and /work/SRC/openSUSE:Factory/.matrix-synapse.new.19470 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matrix-synapse" Tue Feb 11 21:31:01 2025 rev:121 rq:1245106 version:1.124.0 Changes: -------- --- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes 2025-01-29 16:10:40.840217079 +0100 +++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.19470/matrix-synapse.changes 2025-02-11 21:31:17.422756294 +0100 @@ -1,0 +2,48 @@ +Tue Feb 11 13:24:15 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- Update to 1.124.0 + - Bugfixes + - Fix regression in performance of sending events due to + superfluous reads and locks. Introduced in v1.124.0rc1. + (#18141) + - Fix regression where persisting events in some rooms could + fail after a previous unclean shutdown. Introduced in + v1.124.0rc1. (#18137) + - Add rate limit rc_presence.per_user. This prevents load from + excessive presence updates sent by clients via sync api. Also + rate limit /_matrix/client/v3/presence as per the spec. + Contributed by @rda0. (#18000) + - Deactivated users will no longer automatically accept an + invite when auto_accept_invites is enabled. (#18073) + - Fix join being denied after being invited over federation. + Also fixes other out-of-band membership transitions. (#18075) + - Updates contributed docker-compose.yml file to PostgreSQL + v15, as v12 is no longer supported by Synapse. Contributed by + @maxkratz. (#18089) + - Fix rare edge case where state groups could be deleted while + we are persisting new events that reference them. (#18107, + #18130, #18131) + - Raise an error if someone is using an incorrect suffix in a + config duration string. (#18112) + - Fix a bug where the Delete Room Admin API would fail if the + block parameter was set to true and a worker other than the + main process was configured to handle background tasks. + (#18119) + - Internal Changes + - Increase the length of the generated nonce parameter when + perfoming OIDC logins to comply with the TI-Messenger spec. + (#18109) + - Updates to locked dependencies + - Bump dawidd6/action-download-artifact from 7 to 8. (#18108) + - Bump log from 0.4.22 to 0.4.25. (#18098) + - Bump python-multipart from 0.0.18 to 0.0.20. (#18096) + - Bump serde_json from 1.0.135 to 1.0.137. (#18099) + - Bump types-bleach from 6.1.0.20240331 to 6.2.0.20241123. + (#18082) + +------------------------------------------------------------------- +Mon Feb 10 17:44:27 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- enable support for building against 3.11 on older distros + +------------------------------------------------------------------- Old: ---- matrix-synapse-1.123.0.obscpio New: ---- matrix-synapse-1.124.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matrix-synapse-test.spec ++++++ --- /var/tmp/diff_new_pack.qsspVt/_old 2025-02-11 21:31:18.930818502 +0100 +++ /var/tmp/diff_new_pack.qsspVt/_new 2025-02-11 21:31:18.930818502 +0100 @@ -27,7 +27,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.123.0 +Version: 1.124.0 Release: 0 Summary: Test package for %{pkgname} License: AGPL-3.0-or-later ++++++ matrix-synapse.spec ++++++ --- /var/tmp/diff_new_pack.qsspVt/_old 2025-02-11 21:31:18.970820151 +0100 +++ /var/tmp/diff_new_pack.qsspVt/_new 2025-02-11 21:31:18.974820316 +0100 @@ -126,7 +126,11 @@ %define requires_peq() %(echo '%*' | LC_ALL=C xargs -r rpm -q --whatprovides --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") +%if 0%{?suse_version} >= 1600 %define use_python %{primary_python} +%else +%define use_python python311 +%endif %define pythons %{use_python} @@ -155,7 +159,7 @@ %define pkgname matrix-synapse %define eggname matrix_synapse Name: %{pkgname} -Version: 1.123.0 +Version: 1.124.0 Release: 0 Summary: Matrix protocol reference homeserver License: AGPL-3.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.qsspVt/_old 2025-02-11 21:31:19.070824277 +0100 +++ /var/tmp/diff_new_pack.qsspVt/_new 2025-02-11 21:31:19.078824607 +0100 @@ -4,11 +4,11 @@ <param name="versionformat">@PARENT_TAG@</param> <param name="url">https://github.com/element-hq/synapse.git</param> <param name="scm">git</param> - <param name="revision">v1.123.0</param> + <param name="revision">v1.124.0</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <!-- - <param name="revision">v1.124.0rc1</param> + <param name="revision">v1.125.0rc1</param> <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param> <param name="versionrewrite-replacement">\1~\2</param> --> ++++++ matrix-synapse-1.123.0.obscpio -> matrix-synapse-1.124.0.obscpio ++++++ ++++ 5096 lines of diff (skipped) ++++++ matrix-synapse.obsinfo ++++++ --- /var/tmp/diff_new_pack.qsspVt/_old 2025-02-11 21:31:20.582886649 +0100 +++ /var/tmp/diff_new_pack.qsspVt/_new 2025-02-11 21:31:20.586886814 +0100 @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.123.0 -mtime: 1738078678 -commit: 3d8535b1def2fde26a10bdf15d0b9dbd941a6005 +version: 1.124.0 +mtime: 1739271410 +commit: c1b7c6b12e7b9b2cf586a3210145f70a5e30ed67 ++++++ vendor.tar.zst ++++++ ++++ 247320 lines of diff (skipped)