Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package syncplay for openSUSE:Factory checked in at 2021-07-28 19:19:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syncplay (Old) and /work/SRC/openSUSE:Factory/.syncplay.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syncplay" Wed Jul 28 19:19:51 2021 rev:2 rq:908609 version:1.6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/syncplay/syncplay.changes 2020-12-21 10:26:31.492191275 +0100 +++ /work/SRC/openSUSE:Factory/.syncplay.new.1899/syncplay.changes 2021-07-28 19:20:47.151576815 +0200 @@ -1,0 +2,17 @@ +Sat Jul 24 13:05:51 UTC 2021 - Alexei Sorokin <[email protected]> + +- Update to version 1.6.8: + * Improve playlist advancement for mpv and VLC. + * Fix VLC connection issues. + * Update mpv vendor code. + * Add more MPC-HC paths. + * Fix issues with per-player arguments. + * Add some input characters for mpv, some of which might work. + * (Hopefully) ignore benign AA_EnableHighDpiScaling error. + * Add manpages. + * Update translations. +- Remove the broken and unnecessary "python" requirement. +- Remove the Qt requirement from the server package. +- Use a ready tarball instead of generating it from git. + +------------------------------------------------------------------- Old: ---- _service _servicedata syncplay-1.6.7.obscpio syncplay.obsinfo New: ---- syncplay-1.6.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syncplay.spec ++++++ --- /var/tmp/diff_new_pack.Q7yZ7x/_old 2021-07-28 19:20:47.535576311 +0200 +++ /var/tmp/diff_new_pack.Q7yZ7x/_new 2021-07-28 19:20:47.539576306 +0200 @@ -1,7 +1,7 @@ # # spec file for package syncplay # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,12 @@ Name: syncplay -Version: 1.6.7 +Version: 1.6.8 Release: 0 Summary: Client/server to synchronize media playback on mpv/VLC on multiple computers License: Apache-2.0 -Group: Productivity/Multimedia/Other URL: https://syncplay.pl/ -Source0: %{name}-%{version}.tar.gz +Source: https://github.com/Syncplay/syncplay/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz #PATCH-FIX-SUSE switch-env-to-python.patch [email protected] -- Sets interpreter to python3 as opposed to env python3 Patch0: switch-env-to-python.patch BuildRequires: hicolor-icon-theme @@ -33,20 +32,18 @@ %{?python_enable_dependency_generator} %description -Client/server to synchronize media playback on mpv/VLC on multiple computers +Client/server to synchronize media playback on mpv/VLC on multiple +computers. %package common Summary: The common files for the Syncplay client and server -Group: Productivity/Multimedia/Other %description common The common files for the Syncplay client and server %package client Summary: Client to synchronize media playback on mpv/VLC on multiple computers -Group: Productivity/Multimedia/Other Requires: %{name}-common -Requires: python >= 3.4.0 Requires: python3-Twisted >= 16.4.0 Recommends: python3-certifi >= 2018.11.29 Recommends: python3-idna >= 0.6 @@ -56,22 +53,22 @@ Suggests: mpv %description client -The client application for Syncplay, allows you to play media in sync with other users around the world, making movie nights even across countries possible +The client application for Syncplay, allows you to play media in +synchronization with other users around the world, making movie +nights even across countries possible. %package server Summary: Server for the Syncplay media synchronizing application -Group: Productivity/Multimedia/Other Requires: %{name}-common -Requires: python >= 3.4.0 Requires: python3-Twisted >= 16.4.0 Recommends: python3-certifi >= 2018.11.29 Recommends: python3-idna >= 0.6 Recommends: python3-pyOpenSSL >= 16.0.0 -Recommends: python3-pyside2 >= 5.12.0 Recommends: python3-service_identity %description server -The server applciation for Syncplay, acts as a hub for other users to connect to and watch videos together in sync +The server applciation for Syncplay, acts as a hub for other users +to connect to and watch videos together in synchronization. %prep %autosetup -p1 @@ -87,17 +84,10 @@ %files common %license LICENSE %doc README.md +%dir %{_prefix}/lib/syncplay/ +%dir %{_prefix}/lib/syncplay/syncplay/ %{_prefix}/lib/syncplay/syncplay/* -%dir %{_prefix}/lib/syncplay -%dir %{_prefix}/lib/syncplay/syncplay -%{_datadir}/icons/hicolor/16x16/apps/syncplay.png -%{_datadir}/icons/hicolor/24x24/apps/syncplay.png -%{_datadir}/icons/hicolor/32x32/apps/syncplay.png -%{_datadir}/icons/hicolor/48x48/apps/syncplay.png -%{_datadir}/icons/hicolor/64x64/apps/syncplay.png -%{_datadir}/icons/hicolor/96x96/apps/syncplay.png -%{_datadir}/icons/hicolor/128x128/apps/syncplay.png -%{_datadir}/icons/hicolor/256x256/apps/syncplay.png +%{_datadir}/icons/hicolor/*/apps/syncplay.png %{_datadir}/pixmaps/syncplay.png %files client @@ -106,6 +96,7 @@ %{_bindir}/syncplay %{_prefix}/lib/syncplay/syncplayClient.py %{_datadir}/applications/syncplay.desktop +%{_mandir}/man1/syncplay.1%{?ext_man} %files server %license LICENSE @@ -113,5 +104,6 @@ %{_bindir}/syncplay-server %{_prefix}/lib/syncplay/syncplayServer.py %{_datadir}/applications/syncplay-server.desktop +%{_mandir}/man1/syncplay-server.1%{?ext_man} %changelog
