Hello community, here is the log from the commit of package matrix-synapse for openSUSE:Factory checked in at 2018-01-16 09:43:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old) and /work/SRC/openSUSE:Factory/.matrix-synapse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matrix-synapse" Tue Jan 16 09:43:13 2018 rev:3 rq:565787 version:0.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes 2017-12-19 10:56:37.966722427 +0100 +++ /work/SRC/openSUSE:Factory/.matrix-synapse.new/matrix-synapse.changes 2018-01-16 09:43:14.959221146 +0100 @@ -1,0 +2,33 @@ +Sun Jan 7 10:02:56 UTC 2018 - ok...@suse.com + +- Update to version v0.26.0: + * Bug fixes: + * Fix database port script (PR #2673) + * Fix internal server error on login with ldap_auth_provider (PR #2678) Thanks + to @jkolo! + * Fix error on sqlite 3.7 (PR #2697) + * Fix OPTIONS on preview_url (PR #2707) + * Fix error handling on dns lookup (PR #2711) + * Fix wrong avatars when inviting multiple users when creating room (PR #2717) + * Fix 500 when joining matrix-dev (PR #2719) + + * Features: + * Add ability for ASes to publicise groups for their users (PR #2686) + * Add all local users to the user_directory and optionally search them (PR + * #2723) + * Add support for custom login types for validating users (PR #2729) + +Changes: + * Update example Prometheus config to new format (PR #2648) Thanks to + @krombel! + * Rename redact_content option to include_content in Push API (PR #2650) + * Declare support for r0.3.0 (PR #2677) + * Improve upserts (PR #2684, #2688, #2689, #2713) + * Improve documentation of workers (PR #2700) + * Improve tracebacks on exceptions (PR #2705) + * Allow guest access to group APIs for reading (PR #2715) + * Support for posting content in federation_client script (PR #2716) + * Delete devices and pushers on logouts etc (PR #2722) + + +------------------------------------------------------------------- Old: ---- matrix-synapse-0.25.1.tar.gz New: ---- matrix-synapse-0.26.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matrix-synapse.spec ++++++ --- /var/tmp/diff_new_pack.C0gO2b/_old 2018-01-16 09:43:15.679187445 +0100 +++ /var/tmp/diff_new_pack.C0gO2b/_new 2018-01-16 09:43:15.683187259 +0100 @@ -1,7 +1,7 @@ # # spec file for package matrix-synapse # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define github_user matrix-org %define short_name synapse Name: matrix-%{short_name} -Version: 0.25.1 +Version: 0.26.0 Release: 0 Summary: Matrix protocol reference homeserver License: Apache-2.0 @@ -100,6 +100,7 @@ # version as dependency sed -i 's/nacl==0.3.0/nacl>=0.3.0/g' synapse/python_dependencies.py sed -i 's@#!/usr/bin/env python@#!/usr/bin/python@g' synapse/app/synctl.py +sed -i '1 s@#!/usr/bin/env perl@#!/usr/bin/perl@g' scripts/sync_room_to_group.pl %build %python_build @@ -158,5 +159,6 @@ %python_alternative %{_sbindir}/rcsynapse %python_alternative %{_unitdir}/synapse.service %config %python_alternative %{_sysconfdir}/synapse/log_config.yaml +%python3_only %{_bindir}/sync_room_to_group.pl %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.C0gO2b/_old 2018-01-16 09:43:15.731185012 +0100 +++ /var/tmp/diff_new_pack.C0gO2b/_new 2018-01-16 09:43:15.731185012 +0100 @@ -4,7 +4,7 @@ <param name="versionformat">@PARENT_TAG@</param> <param name="url">git://github.com/matrix-org/synapse.git</param> <param name="scm">git</param> - <param name="revision">v0.24.1</param> + <param name="revision">v0.26.0</param> <param name="changesgenerate">enable</param> <param name="changesauthor">ok...@suse.com</param> </service> ++++++ matrix-synapse-0.25.1.tar.gz -> matrix-synapse-0.26.0.tar.gz ++++++ ++++ 4631 lines of diff (skipped)