From 869ce1fbc79a03d3c713aac29ea431b283adfdf70e2e663250c6e996246e044a Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 9 Dec 2023 22:28:13 +0000 Subject: [PATCH] - Update to version 1.0.22 + Bugfixes: + Fixed KDSingleApplication cmake version check. + Fixed KDSingleApplication Qt 5 detection (#1299). + Fixed timer started in wrong thread (#1302). + Fixed erratic seeking behaviour if buffer duration is set to zero (#1302). + Fixed SCollection related crash on exit with Qt 5 (#1316). + Fixed track about to end related crash on playback failure (#1332). + Fixed playlist column widths not remembered if stretch mode is off with Qt 6.6.1 and higher (#1328). + Enhancements: + Increase thread priority for playback threads. + Allow drag and drop of songs to favorite playlists. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=153 --- strawberry-1.0.21.tar.xz | 3 --- strawberry-1.0.22.tar.xz | 3 +++ strawberry.changes | 18 ++++++++++++++++++ strawberry.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 strawberry-1.0.21.tar.xz create mode 100644 strawberry-1.0.22.tar.xz diff --git a/strawberry-1.0.21.tar.xz b/strawberry-1.0.21.tar.xz deleted file mode 100644 index 0a97062..0000000 --- a/strawberry-1.0.21.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0cc7c3390ad3a4ebb0195171df45583d8e447530bb8536f33a87de5fca27163 -size 11240920 diff --git a/strawberry-1.0.22.tar.xz b/strawberry-1.0.22.tar.xz new file mode 100644 index 0000000..f0b615d --- /dev/null +++ b/strawberry-1.0.22.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4181b0e0f100e1e2567bdf1e79c4685efafead02d68c950c6c0298a0546119 +size 11279480 diff --git a/strawberry.changes b/strawberry.changes index 477db45..4a726e2 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Dec 9 22:26:41 UTC 2023 - Jonas Kvinge + +- Update to version 1.0.22 + + + Bugfixes: + + Fixed KDSingleApplication cmake version check. + + Fixed KDSingleApplication Qt 5 detection (#1299). + + Fixed timer started in wrong thread (#1302). + + Fixed erratic seeking behaviour if buffer duration is set to zero (#1302). + + Fixed SCollection related crash on exit with Qt 5 (#1316). + + Fixed track about to end related crash on playback failure (#1332). + + Fixed playlist column widths not remembered if stretch mode is off with Qt 6.6.1 and higher (#1328). + + + Enhancements: + + Increase thread priority for playback threads. + + Allow drag and drop of songs to favorite playlists. + ------------------------------------------------------------------- Wed Oct 25 13:34:16 UTC 2023 - Bjørn Lie diff --git a/strawberry.spec b/strawberry.spec index b53adb9..5caf190 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 1.0.21 +Version: 1.0.22 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later