Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spotify-qt for openSUSE:Factory checked in at 2024-12-26 12:23:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spotify-qt (Old) and /work/SRC/openSUSE:Factory/.spotify-qt.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spotify-qt" Thu Dec 26 12:23:58 2024 rev:6 rq:1233272 version:3.12 Changes: -------- --- /work/SRC/openSUSE:Factory/spotify-qt/spotify-qt.changes 2024-01-03 12:29:56.930348750 +0100 +++ /work/SRC/openSUSE:Factory/.spotify-qt.new.1881/spotify-qt.changes 2024-12-26 12:23:59.250746480 +0100 @@ -1,0 +2,41 @@ +Fri Dec 20 13:48:28 UTC 2024 - Jens K. <[email protected]> + +- Add checks for SUSE Version +- Switch suggestion from spotifyd to librespot + +------------------------------------------------------------------- +Sat Dec 14 22:54:05 UTC 2024 - Jens K. <[email protected]> + +- Move to QT6 + +------------------------------------------------------------------- +Sat Dec 14 22:23:44 UTC 2024 - Jens K. <[email protected]> + +- Update to version 3.12 + Fixes + * Fixed show/hide for "Added" column not being properly saved (#219, #267). + * Fixed some crashes related to starting Spotify client (#251, #252). + * Fixed search not loading results properly (#268). + * Fixed showing "0 tracks" in album context menu for non-cached albums until loaded. + * Fixed showing empty invalid playlists in the list of playlists. + * Fixed layout breaking on long status messages. + * Fixed sometimes showing a failed status for successful actions. + + Changes + * Track and artist can now be clicked in now playing preview (#253). + * Added option to like albums from context menu (#255). + * Improved performance when loading artist albums. + * Added support for setting custom window and tray icon titles. + * Reworked "New Releases" to fetch everything as albums. + * Improved performance when loading album tracks. + * Removed support for saving passwords, as it's no longer supported. + * Removed optional keychain dependency. + * Added support for new OAuth authentication. + * Now requires librespot v0.5.0 or newer. + * Removed deprecated "Audio features". + * Improved performance when loading playlists. + * Now shows "Open/Close" in tray icon when "Close to tray" is enabled. + * Improved error messages from Spotify client. + * No longer shows "Related" artists when not available. + +------------------------------------------------------------------- Old: ---- spotify-qt-3.11.tar.gz New: ---- spotify-qt-3.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spotify-qt.spec ++++++ --- /var/tmp/diff_new_pack.cxOU19/_old 2024-12-26 12:24:00.058779586 +0100 +++ /var/tmp/diff_new_pack.cxOU19/_new 2024-12-26 12:24:00.058779586 +0100 @@ -17,7 +17,7 @@ Name: spotify-qt -Version: 3.11 +Version: 3.12 Release: 0 Summary: Lightweight Spotify client using Qt License: GPL-3.0-only @@ -25,11 +25,24 @@ Source: https://github.com/kraxarn/spotify-qt/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Group: Productivity/Multimedia/Sound/Players BuildRequires: gcc-c++ +BuildRequires: libsecret BuildRequires: make +%if 0%{?suse_version} >= 1600 && 0%{?is_opensuse} +BuildRequires: kf6-kcrash-devel +BuildRequires: cmake(Qt6Core) +BuildRequires: cmake(Qt6DBus) +BuildRequires: cmake(Qt6Network) +BuildRequires: cmake(Qt6Svg) +%else BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5Svg) -Suggests: spotifyd +%endif +Suggests: libsecret +%if 0%{?suse_version} >= 1600 && 0%{?is_opensuse} +Suggests: librespot +%endif %description An unofficial Spotify client using Qt as a simpler, lighter alternative to the official client, inspired by spotify-tui. Much like spotify-tui, you need an actual Spotify client running, for example spotifyd, which can be configured from within the app. Also like other clients, controlling music playback requires Spotify Premium. ++++++ spotify-qt-3.11.tar.gz -> spotify-qt-3.12.tar.gz ++++++ ++++ 5512 lines of diff (skipped)
