diff --git a/strawberry-1.2.6.tar.xz b/strawberry-1.2.6.tar.xz deleted file mode 100644 index 87221d1..0000000 --- a/strawberry-1.2.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37409b4a3df25294d8e96395ae4c4787c1c35ff86f263d2ba4d316d987e2e1ba -size 11463972 diff --git a/strawberry-1.2.7.tar.xz b/strawberry-1.2.7.tar.xz new file mode 100644 index 0000000..28a5b80 --- /dev/null +++ b/strawberry-1.2.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3411878ce1937fc5161ed9cffe25591c228035b6918d383bd26f73d12eed799a +size 11487296 diff --git a/strawberry.changes b/strawberry.changes index fee3415..df0ab6d 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jan 31 17:45:24 UTC 2025 - Jonas Kvinge + +- Add missing qt6-gui-private-devel dependency + +------------------------------------------------------------------- +Fri Jan 31 17:27:52 UTC 2025 - Jonas Kvinge + +- Update to version 1.2.7 + + Bugfixes: + + Fixed strawberry exiting when clicking tray icon. + + Fixed Clementine import script errors. + + Disabled OSD Pretty on Wayland since it's not working properly. + +Enhancements: + + Only maximize error dialog if Strawberry is the active window (#1627). + + Added QPA Platform Native Interface as optional component. + ------------------------------------------------------------------- Fri Jan 17 11:28:10 UTC 2025 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 748bdf7..f0c64d8 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 1.2.6 +Version: 1.2.7 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later @@ -78,6 +78,7 @@ BuildRequires: pkgconfig(taglib) >= 1.12 %if 0%{?suse_version} > 1600 BuildRequires: cmake(KDSingleApplication-qt6) %endif +BuildRequires: qt6-gui-private-devel Requires: qt6-sql-sqlite