Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package syncplay for openSUSE:Factory checked in at 2023-04-17 17:41:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syncplay (Old) and /work/SRC/openSUSE:Factory/.syncplay.new.2023 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syncplay" Mon Apr 17 17:41:28 2023 rev:4 rq:1079866 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/syncplay/syncplay.changes 2021-09-03 21:27:00.086238703 +0200 +++ /work/SRC/openSUSE:Factory/.syncplay.new.2023/syncplay.changes 2023-04-17 17:41:35.242322557 +0200 @@ -1,0 +2,46 @@ +Sun Apr 16 15:31:09 UTC 2023 - Alexei Sorokin <sor.ale...@meowr.ru> + +- Update to version 1.7.0: + * Headline additions: + - Add room permanence option to server. + - Add playlist-related commands: + + /qa [file/url] â add file or url to bottom of playlist; + + /qas [file/url] â add file or url to bottom of playlist and + select it; + + /ql â show the current playlist; + + /qs [index] â select given entry in the playlist; + + /qn â select next entry in the playlist; + + /qd [index] â delete the given entry from the playlist. + * Other improvements: + - Allow playlists to be played from network. + - If LANG parameter is set in setup, donât show language + dialogue. + - Print timestamp when pausing. + - More verbose connection error messages. + - Remove mpv fallback warning spam. + - Console: Document setting offset in help. + - Update translations. + * Bug Fixes: + - Restore server-side playlist on reconnect. + - Trusted Domains: Allow trusting a domain regardless of HTTP + basic auth credentials. + - Fix room name case sensitivity UI issue. + - Remove redundant help button from dialogues. + - Fix server argument max-username-length not working. + - Fix disconnected monitor bug. + - Fix converting lines to array. + - Explicitly pass certifi as trustRoot for Twisted. + - Donât detect SMPlayer as mplayer2. + - Add/fix wildcard matching of trusted subdomains. + - Fix localhost connection breaking mpv chat. + - Fix mpv quit message. + - Revert default max username length to 16 chars. + - Fix dark mode detection by moving to darkdetect v0.7.1. + * Maintenance: + - Remove Encoding from .desktop files as itâs deprecated now + and add Keywords entry to .desktop files. + - Correct persistence argument type. + - Log âdebug as UTF-8 to fix charmap mapping. + - Add deprecation notice for offset help. + +------------------------------------------------------------------- @@ -6,0 +53 @@ + Old: ---- syncplay-1.6.9.tar.gz New: ---- syncplay-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syncplay.spec ++++++ --- /var/tmp/diff_new_pack.74Smjc/_old 2023-04-17 17:41:36.138327794 +0200 +++ /var/tmp/diff_new_pack.74Smjc/_new 2023-04-17 17:41:36.142327817 +0200 @@ -1,7 +1,7 @@ # # spec file for package syncplay # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: syncplay -Version: 1.6.9 +Version: 1.7.0 Release: 0 Summary: Client/server to synchronize media playback on mpv/VLC on multiple computers License: Apache-2.0 @@ -47,10 +47,15 @@ Requires: python3-Twisted >= 16.4.0 Recommends: python3-certifi >= 2018.11.29 Recommends: python3-idna >= 0.6 +Recommends: python3-pem >= 21.2.0 Recommends: python3-pyOpenSSL >= 16.0.0 -Recommends: python3-pyside2 >= 5.12.0 Recommends: python3-service_identity Suggests: mpv +%if 0%{?suse_version} > 1500 +Recommends: python3-pyside6 +%else +Recommends: python3-pyside2 >= 5.12.0 +%endif %description client The client application for Syncplay, allows you to play media in @@ -63,6 +68,7 @@ Requires: python3-Twisted >= 16.4.0 Recommends: python3-certifi >= 2018.11.29 Recommends: python3-idna >= 0.6 +Recommends: python3-pem >= 21.2.0 Recommends: python3-pyOpenSSL >= 16.0.0 Recommends: python3-service_identity ++++++ syncplay-1.6.9.tar.gz -> syncplay-1.7.0.tar.gz ++++++ ++++ 7726 lines of diff (skipped)