forked from pool/matrix-synapse
2ca250c25d
- Update to 1.8.0. WARNING: As of this release Synapse will refuse to start if the log_file config option is specified. Support for the option was removed in v1.3.0. * Add v2 APIs for the send_join and send_leave federation endpoints (as described in MSC1802). * Add a develop script to generate full SQL schemas. * Add custom SAML username mapping functinality through an external provider plugin. * Automatically delete empty groups/communities. * Add option limit_profile_requests_to_users_who_share_rooms to prevent requirement of a local user sharing a room with another user to query their profile information. * Add an export_signing_key script to extract the public part of signing keys when rotating them. * Add experimental config option to specify multiple databases. * Raise an error if someone tries to use the log_file config option. The full changelog is included in /usr/share/doc/packages/matrix-synapse/CHANGES.md. OBS-URL: https://build.opensuse.org/request/show/762836 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=107
17 lines
612 B
Plaintext
17 lines
612 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="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">v1.8.0</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>
|