Accepting request 1091721 from home:darix:apps
- Update to 1.85.2 - Bugfixes - Fix regression where using TLS for HTTP replication between workers did not work. Introduced in v1.85.0. (#15746) OBS-URL: https://build.opensuse.org/request/show/1091721 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=275
This commit is contained in:
parent
291f685119
commit
54eae36595
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<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.85.1</param>
|
||||
<param name="revision">v1.85.2</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3429fb7c93f29f2b65a703100dc587a9ef7db0c839bafed480867baddaeeb0a7
|
||||
size 35072013
|
3
matrix-synapse-1.85.2.obscpio
Normal file
3
matrix-synapse-1.85.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be83625af6474dc950402ef8098bee1d2bfdab646146466f128141c34e406e82
|
||||
size 35072525
|
@ -27,7 +27,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.85.1
|
||||
Version: 1.85.2
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 8 17:49:10 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 1.85.2
|
||||
- Bugfixes
|
||||
- Fix regression where using TLS for HTTP replication between
|
||||
workers did not work. Introduced in v1.85.0. (#15746)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 15:28:24 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: matrix-synapse
|
||||
version: 1.85.1
|
||||
mtime: 1686139660
|
||||
commit: 6cd6a2ae59e718b0695774e7348097af2c27d973
|
||||
version: 1.85.2
|
||||
mtime: 1686226556
|
||||
commit: ac3a70a7dd4070bf3953b8913f7c316d701db588
|
||||
|
@ -154,7 +154,7 @@
|
||||
%define pkgname matrix-synapse
|
||||
%define eggname matrix_synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.85.1
|
||||
Version: 1.85.2
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user