Date: Tuesday, February 21, 2023 @ 13:36:13 Author: alex19ep Revision: 1403243
upgpkg: matrix-synapse 1.76.0-1 upstream release Modified: matrix-synapse/trunk/PKGBUILD matrix-synapse/trunk/synapse.install -----------------+ PKGBUILD | 5 +++-- synapse.install | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-21 13:35:37 UTC (rev 1403242) +++ PKGBUILD 2023-02-21 13:36:13 UTC (rev 1403243) @@ -3,7 +3,7 @@ # Contributor: Ivan Shapovalov <[email protected]> pkgname=matrix-synapse -pkgver=1.75.0 +pkgver=1.76.0 pkgrel=1 pkgdesc="Matrix reference homeserver" url="https://github.com/matrix-org/synapse" @@ -54,7 +54,8 @@ '02450A9EDDFEE3E0C730B786A7E4A57880C3A4A9' '93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6' 'F124520CEEE062448FE1C8442D2EFA2F32FBE047' - '58C4E75BC67C92169A7FDD11FBCE0ACE0732186F') + '58C4E75BC67C92169A7FDD11FBCE0ACE0732186F' + '283F86EA415D64E7D98E085BD5804497C6468FC1') prepare() { cd $pkgname Modified: synapse.install =================================================================== --- synapse.install 2023-02-21 13:35:37 UTC (rev 1403242) +++ synapse.install 2023-02-21 13:36:13 UTC (rev 1403243) @@ -119,4 +119,11 @@ for mor information. EOF fi + if [[ "$(vercmp "$2" 1.76.0)" -lt 0 ]]; then + cat <<-EOF + ==> The upgrade from 1.75 to 1.76 changes the account data replication streams in a backwards-incompatible manner + see: https://github.com/matrix-org/synapse/blob/release-v1.76/docs/upgrade.md#changes-to-the-account-data-replication-streams + for mor information. + EOF + fi }
