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 2026-09-04 12:39:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old) and /work/SRC/openSUSE:Factory/.matrix-synapse.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matrix-synapse" Fri Sep 4 12:39:27 2026 rev:169 rq:1375496 version:1.160.0 Changes: -------- --- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes 2026-08-22 21:39:02.992458266 +0200 +++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.1265/matrix-synapse.changes 2026-09-04 12:40:15.697271767 +0200 @@ -1,0 +2,54 @@ +Wed Sep 2 22:14:07 UTC 2026 - Marcus Rueckert <[email protected]> + +- Update to 1.160.0 + - Features + - Add experimental support for MSC4502: Targeted and + unrestricted room member queries. (#19974) + - Add optional support for MSC4262: Profile Updates for Sliding + Sync. Currently defaults to disabled, and is limited to local + users only for the sync results. (#20003) + - Allow specifying multiple action_name and status query + parameters when listing scheduled tasks via the admin API. + (#20067) + - Bugfixes + - Fix sending custom profile field removals to legacy sync + clients when the field is deleted using the profile field + delete endpoint. (#20147) + - Fix a bug where stream positions (presence, to-device + message, etc.) could stop being sent to clients if a request + was cancelled while a write was allocating a stream ID. + Contributed by @FrenchGithubUser @Famedly. (#20090) + - Thumbnail WebP images that use transparency as PNG rather + than JPEG, to preserve transparency during thumbnailing. + Contributed by @catfromplan9. (#20094) + - Fix sync stream not being woken up when a user updates a + profile field without belonging to any rooms. (#20135) + - Improved Documentation + - Document lighttpd reverse proxy configuration example. + Contributed by JaxLUG from the Jacksonville Linux Users Group + Inc.. (#19875) + - Fix the documentation on the federation_domain_whitelist + config option. (#20089) + - Internal Changes + - Update release script to check more often for actions being + completed so you don't have to wait around as much. (#20093) + - Speed up the conversion of device list changes into outbound + federation pokes, and add a metric for how far behind the + conversion is. (#20098) + - Fix the schema diff CI not using faketime for SQLite. + (#20099) + - Fix the schema diff CI breaking when the Rust module was + changed. (#20117, #20129) + - Reduce database CPU usage when marking device list changes as + sent over federation. (#20120) + - Fix cache __len__ of Sliding Sync PerConnectionState ignoring + account data entries. (#20124) + - Update Synapse repo link in inconsistent stream error. + (#20128) + - Update rustls-webpki to address GHSA-82j2-j2ch-gfr8. (#20131) + - Update pyo3 to address GHSA-36hh-v3qg-5jq4 and + GHSA-chgr-c6px-7xpp. (#20131) +- refresh patches to apply cleanly again + - 0001-pyo3-Disable-abi3-feature.patch + - matrix-synapse-1.4.1-paths.patch +------------------------------------------------------------------- Old: ---- matrix-synapse-1.159.0.obscpio New: ---- matrix-synapse-1.160.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matrix-synapse-test.spec ++++++ --- /var/tmp/diff_new_pack.n7z9fx/_old 2026-09-04 12:40:17.888348710 +0200 +++ /var/tmp/diff_new_pack.n7z9fx/_new 2026-09-04 12:40:17.889348745 +0200 @@ -27,7 +27,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.159.0 +Version: 1.160.0 Release: 0 Summary: Test package for %{pkgname} License: AGPL-3.0-or-later ++++++ matrix-synapse.spec ++++++ --- /var/tmp/diff_new_pack.n7z9fx/_old 2026-09-04 12:40:17.925350010 +0200 +++ /var/tmp/diff_new_pack.n7z9fx/_new 2026-09-04 12:40:17.927350080 +0200 @@ -231,7 +231,7 @@ %define pkgname matrix-synapse %define eggname matrix_synapse Name: %{pkgname} -Version: 1.159.0 +Version: 1.160.0 Release: 0 Summary: Matrix protocol reference homeserver License: AGPL-3.0-or-later ++++++ 0001-pyo3-Disable-abi3-feature.patch ++++++ --- /var/tmp/diff_new_pack.n7z9fx/_old 2026-09-04 12:40:17.950350888 +0200 +++ /var/tmp/diff_new_pack.n7z9fx/_new 2026-09-04 12:40:17.955351063 +0200 @@ -59,8 +59,8 @@ =================================================================== --- synapse.orig/rust/Cargo.toml +++ synapse/rust/Cargo.toml -@@ -33,8 +33,6 @@ mime = "0.3.17" - pyo3 = { version = "0.28.3", features = [ +@@ -34,8 +34,6 @@ mime = "0.3.17" + pyo3 = { version = "0.29.0", features = [ "macros", "anyhow", - "abi3", ++++++ _service ++++++ --- /var/tmp/diff_new_pack.n7z9fx/_old 2026-09-04 12:40:18.020353346 +0200 +++ /var/tmp/diff_new_pack.n7z9fx/_new 2026-09-04 12:40:18.024353486 +0200 @@ -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.159.0</param> + <param name="revision">v1.160.0</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <!-- - <param name="revision">v1.159.0rc1</param> + <param name="revision">v1.161.0rc0</param> <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param> <param name="versionrewrite-replacement">\1~\2</param> --> ++++++ matrix-synapse-1.159.0.obscpio -> matrix-synapse-1.160.0.obscpio ++++++ ++++ 4980 lines of diff (skipped) ++++++ matrix-synapse-1.4.1-paths.patch ++++++ --- /var/tmp/diff_new_pack.n7z9fx/_old 2026-09-04 12:40:19.652410658 +0200 +++ /var/tmp/diff_new_pack.n7z9fx/_new 2026-09-04 12:40:19.667411185 +0200 @@ -50,7 +50,7 @@ =================================================================== --- synapse.orig/synapse/config/server.py +++ synapse/synapse/config/server.py -@@ -931,7 +931,7 @@ class ServerConfig(Config): +@@ -1002,7 +1002,7 @@ class ServerConfig(Config): listeners: list[dict] | None = None, **kwargs: Any, ) -> str: ++++++ matrix-synapse.obsinfo ++++++ --- /var/tmp/diff_new_pack.n7z9fx/_old 2026-09-04 12:40:19.738413678 +0200 +++ /var/tmp/diff_new_pack.n7z9fx/_new 2026-09-04 12:40:19.742413819 +0200 @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.159.0 -mtime: 1787069290 -commit: 7b10e6b9bc2dacc33f0974c999f640b55ef831bc +version: 1.160.0 +mtime: 1788384218 +commit: 92fb8a06dc351c184eb96360c67b124f26c2d54b ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/matrix-synapse/vendor.tar.zst /work/SRC/openSUSE:Factory/.matrix-synapse.new.1265/vendor.tar.zst differ: char 7, line 1
