Hello community,

here is the log from the commit of package matrix-synapse for openSUSE:Factory 
checked in at 2019-11-29 15:59:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old)
 and      /work/SRC/openSUSE:Factory/.matrix-synapse.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matrix-synapse"

Fri Nov 29 15:59:21 2019 rev:6 rq:751695 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes    
2019-11-18 20:11:46.157549835 +0100
+++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.26869/matrix-synapse.changes 
2019-11-29 16:03:03.844801806 +0100
@@ -1,0 +2,32 @@
+Thu Nov 28 17:41:02 UTC 2019 - Aleksa Sarai <[email protected]>
+
+- Drop matrix-synapse-ldap from enabled conditional requirements, because the
+  package is not longer available in openSUSE repos. If someone really wants
+  the feature they can help re-package it.
+
+-------------------------------------------------------------------
+Thu Nov 28 12:04:57 UTC 2019 - Aleksa Sarai <[email protected]>
+
+- Update to 1.6.1.
+
+  * Clean up local threepids from user on account deactivation.
+  * Fix startup error when http proxy is defined.
+
+  The full changelog is included in
+  /usr/share/doc/packages/matrix-synapse/CHANGES.md.
+
+-------------------------------------------------------------------
+Thu Nov 28 08:48:16 UTC 2019 - Aleksa Sarai <[email protected]>
+
+- Update to 1.6.0.
+
+  + Add federation support for cross-signing.
+  + Increase default room version from 4 to 5, thereby enforcing server key
+    validity period checks.
+  + Add support for outbound http proxying via http_proxy/HTTPS_PROXY env vars.
+  + Implement label-based filtering on /sync and /messages (MSC2326).
+
+  The full changelog is included in
+  /usr/share/doc/packages/matrix-synapse/CHANGES.md.
+
+-------------------------------------------------------------------

Old:
----
  matrix-synapse-1.5.1.obscpio

New:
----
  matrix-synapse-1.6.1.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ matrix-synapse-test.spec ++++++
--- /var/tmp/diff_new_pack.5uUY54/_old  2019-11-29 16:03:04.596801498 +0100
+++ /var/tmp/diff_new_pack.5uUY54/_new  2019-11-29 16:03:04.600801496 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package matrix-synapse-test
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 
 %define         pkgname matrix-synapse
 Name:           %{pkgname}-test
-Version:        1.5.1
+Version:        1.6.1
 Release:        0
 Summary:        Test package for %{pkgname}
 License:        Apache-2.0

++++++ matrix-synapse.spec ++++++
--- /var/tmp/diff_new_pack.5uUY54/_old  2019-11-29 16:03:04.620801488 +0100
+++ /var/tmp/diff_new_pack.5uUY54/_new  2019-11-29 16:03:04.624801487 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package matrix-synapse
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,12 @@
 
 # These come from matrix-synapse's CONDITIONAL_REQUIREMENTS.
 %bcond_without email_notifs
-%bcond_without ldap
 %bcond_without postgres
 %bcond_without saml
 %bcond_without url_preview
 %bcond_without jwt
+# matrix-synapse-ldap isn't packaged on openSUSE.
+%bcond_with    ldap
 # txacme is broken in openSUSE.
 %bcond_with    acme
 # sentry-sdk isn't packaged on openSUSE.
@@ -43,7 +44,7 @@
 %define         modname synapse
 %define         pkgname matrix-synapse
 Name:           %{pkgname}
-Version:        1.5.1
+Version:        1.6.1
 Release:        0
 Summary:        Matrix protocol reference homeserver
 License:        Apache-2.0
@@ -52,7 +53,6 @@
 Source0:        %{pkgname}-%{version}.tar.xz
 Source50:       %{pkgname}.service
 BuildRequires:  %{python_module base}
-BuildRequires:  %{python_module psutil >= 2.0.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module treq >= 15.1.0}
 BuildRequires:  fdupes
@@ -80,7 +80,6 @@
 Requires:       python-netaddr >= 0.7.18
 Requires:       python-phonenumbers >= 8.2.0
 Requires:       python-prometheus_client >= 0.4.0
-Requires:       python-psutil >= 2.0.0
 Requires:       python-pyOpenSSL >= 16.0.0
 Requires:       python-pyasn1 >= 0.1.9
 Requires:       python-pyasn1-modules >= 0.0.7

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5uUY54/_old  2019-11-29 16:03:04.660801472 +0100
+++ /var/tmp/diff_new_pack.5uUY54/_new  2019-11-29 16:03:04.660801472 +0100
@@ -5,7 +5,7 @@
     <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.5.1</param>
+    <param name="revision">v1.6.1</param>
   </service>
   <service name="set_version" mode="disabled"/>
   <service name="tar" mode="buildtime"/>

++++++ matrix-synapse-1.5.1.obscpio -> matrix-synapse-1.6.1.obscpio ++++++
/work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse-1.5.1.obscpio 
/work/SRC/openSUSE:Factory/.matrix-synapse.new.26869/matrix-synapse-1.6.1.obscpio
 differ: char 49, line 1

++++++ matrix-synapse.obsinfo ++++++
--- /var/tmp/diff_new_pack.5uUY54/_old  2019-11-29 16:03:04.708801452 +0100
+++ /var/tmp/diff_new_pack.5uUY54/_new  2019-11-29 16:03:04.712801451 +0100
@@ -1,5 +1,5 @@
 name: matrix-synapse
-version: 1.5.1
-mtime: 1573034543
-commit: feafd98aca3e72d27516c79f986a28ea39886ebc
+version: 1.6.1
+mtime: 1574940590
+commit: e7777f3668d09c87335830f785f42c851827b497
 


Reply via email to