Hello community,

here is the log from the commit of package matrix-synapse for openSUSE:Factory 
checked in at 2018-07-12 09:19:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old)
 and      /work/SRC/openSUSE:Factory/.matrix-synapse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matrix-synapse"

Thu Jul 12 09:19:31 2018 rev:12 rq:622010 version:0.32.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes    
2018-06-19 11:58:53.600658718 +0200
+++ /work/SRC/openSUSE:Factory/.matrix-synapse.new/matrix-synapse.changes       
2018-07-12 09:21:29.566613874 +0200
@@ -1,0 +2,45 @@
+Wed Jul 11 04:35:16 UTC 2018 - ok...@suse.com
+
+- Update to 0.32.2
+  * Bug Fixes:
+    * Strip access_token from outgoing requests (#3327)
+    * Redact AS tokens in logs (#3349)
+    * Fix federation backfill from SQLite servers (#3355)
+    * Fix event-purge-by-ts admin API (#3363)
+    * Fix event filtering in get_missing_events handler (#3371)
+    * Synapse is now stricter regarding accepting events which it cannot
+      retrieve the prev_events for. (#3456)
+    * Fix bug where synapse would explode when receiving unicode in HTTP
+      User-Agent header (#3470)
+    * Invalidate cache on correct thread to avoid race (#3473)
+
+  * Features:
+    * Add blacklist & whitelist of servers allowed to send events to a
+      room via ``m.room.server_acl`` event.
+    * Cache factor override system for specific caches (#3334)
+    * Add metrics to track appservice transactions (#3344)
+    * Try to log more helpful info when a sig verification fails (#3372)
+    * Synapse now uses the best performing JSON encoder/decoder according
+      to your runtime (simplejson on CPython, stdlib json on PyPy). (#3462)
+    * Add optional ip_range_whitelist param to AS registration files to
+      lock AS IP access (#3465)
+    * Reject invalid server names in federation requests (#3480)
+    * Reject invalid server names in homeserver.yaml (#3483)
+
+-------------------------------------------------------------------
+Tue Jul 10 13:36:51 UTC 2018 - ok...@suse.com
+
+- Update to version 0.31.2:
+  * Bug Fixes:
+    * SECURITY UPDATE: Prevent unauthorised users from setting state events in
+      a room when there is no ``m.room.power_levels`` event in force in the
+      room. (PR #3397)
+
+- Change to package version format without leading "v"
+
+-------------------------------------------------------------------
+Tue Jul 10 11:07:11 UTC 2018 - ok...@suse.com
+
+- Replace deprecated tar_scm by obs_scm
+
+-------------------------------------------------------------------

Old:
----
  matrix-synapse-v0.31.1.tar.xz

New:
----
  matrix-synapse-0.32.2.obscpio
  matrix-synapse.obsinfo

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

Other differences:
------------------
++++++ matrix-synapse.spec ++++++
--- /var/tmp/diff_new_pack.nGn4JZ/_old  2018-07-12 09:21:30.366614992 +0200
+++ /var/tmp/diff_new_pack.nGn4JZ/_new  2018-07-12 09:21:30.370614998 +0200
@@ -19,9 +19,10 @@
 ## Package updates
 #
 # * Update version in _service to the most recent released one
-# * Call `osc service ra`
+# * Call `osc service dr`
 # * Update changelog manually from
-# * https://github.com/matrix-org/synapse/releases
+#   https://github.com/matrix-org/synapse/releases
+#   or synapse/CHANGES.rst
 # * Commit+submit
 
 # Define just "test" as a package in _multibuild file to distinguish test
@@ -45,12 +46,12 @@
 %define         modname synapse
 %define         short_name matrix-synapse
 Name:           %{short_name}%{?name_ext}
-Version:        0.31.1
+Version:        0.32.2
 Release:        0
 Summary:        Matrix protocol reference homeserver
 License:        Apache-2.0
 Group:          Productivity/Networking/Instant Messenger
-Source0:        %{short_name}-v%{version}.tar.xz
+Source0:        %{short_name}-%{version}.tar.xz
 Url:            https://github.com/matrix-org/synapse
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?_test}
@@ -80,15 +81,16 @@
 Requires:       python-PyNaCl
 Requires:       python-PyYAML
 Requires:       python-Twisted >= 16.0.0
-Requires:       python-blist
 Requires:       python-daemonize
 Requires:       python-msgpack-python >= 0.3.0
-Requires:       python-pyOpenSSL >= 0.14
+Requires:       python-netaddr
+Requires:       python-pyOpenSSL >= 0.15
 Requires:       python-pyasn1
 Requires:       python-pydenticon
 Requires:       python-pymacaroons-pynacl
 Requires:       python-pysaml2 >= 3.0.0
 Requires:       python-service_identity >= 1.0.0
+Requires:       python-sortedcontainers
 Requires:       python-ujson
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -113,7 +115,7 @@
 # reason
 touch %{_sourcedir}/%{modname}
 %else
-%setup -q -n %{name}-v%{version}
+%setup -q
 for i in \
     app/client_reader \
     app/event_creator \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.nGn4JZ/_old  2018-07-12 09:21:30.398615037 +0200
+++ /var/tmp/diff_new_pack.nGn4JZ/_new  2018-07-12 09:21:30.398615037 +0200
@@ -1,17 +1,19 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="obs_scm" mode="disabled">
     <param name="filename">matrix-synapse</param>
     <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.31.1</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="revision">v0.32.2</param>
     <!-- The git changelog of matrix-org/synapse does not seem to be very 
usable. Use the changelog provided on the github release page -->
     <param name="changesgenerate">disable</param>
     <param name="changesauthor">ok...@suse.com</param>
   </service>
-  <service name="recompress" mode="disabled">
+  <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>
-  <service name="set_version" mode="disabled"/>
 </services>

++++++ matrix-synapse.obsinfo ++++++
name: matrix-synapse
version: 0.32.2
mtime: 1530924510
commit: 1241156c82644d5609f45659607a356af5d8fe08


Reply via email to