matrix-synapse/_service
Oliver Kurz 2b14e2bd3d Accepting request 950937 from home:darix:apps
- With the previous change we would not need use_python anymore
  because we also can find now the packages that provide python3-X
  But i keep the conditional around for e.g. testing with python
  3.10.

- Replace requires_eq with requires_peq: (boo#1195316)
  The only difference between the 2 macros is that the new macro
  also considers provides so we can track package names over
  renames.

- Update to 1.51.0
  Synapse 1.51.0 deprecates webclient listeners and non-HTTP(S)
  web_client_locations. Support for these will be removed in
  Synapse 1.53.0, at which point Synapse will not be capable of
  directly serving a web client for Matrix. See the upgrade notes.
  - Features
    - Add track_puppeted_user_ips config flag to record client IP
      addresses against puppeted users, and include the puppeted
      users in monthly active user counts. (#11561, #11749, #11757)
    - Include whether the requesting user has participated in a
      thread when generating a summary for MSC3440. (#11577)
    - Return an M_FORBIDDEN error code instead of M_UNKNOWN when a
      spam checker module prevents a user from creating a room.
      (#11672)
    - Add a flag to the synapse_review_recent_signups script to
      ignore and filter appservice users. (#11675, #11770)
  - Bugfixes
    - Fix a bug introduced in Synapse 1.40.0 that caused Synapse to
      fail to process incoming federation traffic after handling a
      large amount of events in a v1 room. (#11806)

OBS-URL: https://build.opensuse.org/request/show/950937
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=206
2022-02-10 11:34:54 +00:00

23 lines
857 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.51.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<!--
<param name="revision">v1.52.0rc1</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>