Marcus Rueckert
2012c8a13a
- Update to 1.12.4 - Features: - Always send users their own device updates. (#7160) - Add support for handling GET requests for account_data on a worker. (#7311) - Bugfixes: - Fix a bug that prevented cross-signing with users on worker-mode synapses. (#7255) - Do not treat display names as globs in push rules. (#7271) - Fix a bug with cross-signing devices belonging to remote users who did not share a room with any user on the local homeserver. (#7289) OBS-URL: https://build.opensuse.org/request/show/796598 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=123
21 lines
755 B
Plaintext
21 lines
755 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="filename">matrix-synapse</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v1.12.4</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<!--
|
|
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
|
<param name="versionrewrite-replacement">\1~\2</param>
|
|
-->
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|