09b0e5c958
- Moved to Element maintained fork as matrix has archived their version - Update to 1.103.0 - Features - Add a new List Accounts v3 Admin API with improved deactivated user filtering capabilities. (#16874) - Include Retry-After header by default per MSC4041. Contributed by @clokep. (#16947) - Bugfixes - Fix joining remote rooms when a module uses the on_new_event callback. This callback may now pass partial state events instead of the full state for remote rooms. Introduced in v1.76.0. (#16973) - Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. Contributed by @ggogel. (#16968) - Improved Documentation - Add HAProxy example for single port operation to reverse proxy documentation. Contributed by Georg Pfuetzenreuter (@tacerus). (#16768) - Improve the documentation around running Complement tests with new configuration parameters. (#16946) - Add docs on upgrading from a very old version. (#16951) For changes in older version since 1.98.0, see https://github.com/element-hq/synapse/releases OBS-URL: https://build.opensuse.org/request/show/1162886 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=310
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="filename">matrix-synapse</param>
|
|
<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.103.0</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!--
|
|
<param name="revision">v1.99.0rc1</param>
|
|
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
|
<param name="versionrewrite-replacement">\1~\2</param>
|
|
-->
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">synapse</param>
|
|
<!--
|
|
<param name="update">true</param>
|
|
-->
|
|
</service>
|
|
<service name="cargo_audit" mode="manual">
|
|
<param name="srcdir">synapse</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|