From 7b5fb1cb94d77859b7480c7161103062a60ccea2c264c66b3dcd8b48bce14b6a Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 11 Jan 2024 19:49:49 +0000 Subject: [PATCH 1/2] - Update to version 1.0.23 + Bugfixes: + Fixed possible duplication of song entries after organizing (#1341). + Fixed possible crash when connecting devices (#1313). + Fixed playlist sorting of original year (#1349). + Enhancements: + Treat all stream errors as non-fatal (#1347). + Require KDSingleApplication 1.1.0. + Fix logging of restored unavailable songs. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=157 --- strawberry-1.0.22.tar.xz | 3 --- strawberry-1.0.23.tar.xz | 3 +++ strawberry.changes | 15 +++++++++++++++ strawberry.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 strawberry-1.0.22.tar.xz create mode 100644 strawberry-1.0.23.tar.xz diff --git a/strawberry-1.0.22.tar.xz b/strawberry-1.0.22.tar.xz deleted file mode 100644 index f0b615d..0000000 --- a/strawberry-1.0.22.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c4181b0e0f100e1e2567bdf1e79c4685efafead02d68c950c6c0298a0546119 -size 11279480 diff --git a/strawberry-1.0.23.tar.xz b/strawberry-1.0.23.tar.xz new file mode 100644 index 0000000..f5b3af9 --- /dev/null +++ b/strawberry-1.0.23.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f63064caf62c72330e9fa0808a1ca938339831d0a4e8385986280601a54f10 +size 11297440 diff --git a/strawberry.changes b/strawberry.changes index 118f154..e32528a 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jan 11 19:48:35 UTC 2024 - Jonas Kvinge + +- Update to version 1.0.23 + + + Bugfixes: + + Fixed possible duplication of song entries after organizing (#1341). + + Fixed possible crash when connecting devices (#1313). + + Fixed playlist sorting of original year (#1349). + + + Enhancements: + + Treat all stream errors as non-fatal (#1347). + + Require KDSingleApplication 1.1.0. + + Fix logging of restored unavailable songs. + ------------------------------------------------------------------- Tue Dec 19 17:12:01 UTC 2023 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 0dd2aa1..43a5566 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -1,7 +1,7 @@ # # spec file for package strawberry # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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: strawberry -Version: 1.0.22 +Version: 1.0.23 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later From a782da6410e17271b61be3270c6febdd490dc405229df7aa54941b7becc38e8a Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 11 Jan 2024 20:38:40 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=158 --- strawberry.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/strawberry.spec b/strawberry.spec index 43a5566..122b0ad 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -28,9 +28,9 @@ Source: https://files.strawberrymusicplayer.org/%{name}-%{version}.tar.x BuildRequires: appstream-glib BuildRequires: cmake BuildRequires: desktop-file-utils -%if 0%{?sle_version} == 150400 || 0%{?sle_version} == 150500 -BuildRequires: gcc11 -BuildRequires: gcc11-c++ +%if 0%{?sle_version} == 150500 || 0%{?sle_version} == 150600 +BuildRequires: gcc13 +BuildRequires: gcc13-c++ %else BuildRequires: gcc BuildRequires: gcc-c++ @@ -110,9 +110,9 @@ Features: %setup -q %build -%if 0%{?sle_version} == 150400 || 0%{?sle_version} == 150500 -export CC="gcc-11" -export CXX="g++-11" +%if 0%{?sle_version} == 150500 || 0%{?sle_version} == 150600 +export CC="gcc-13" +export CXX="g++-13" %endif export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="$CFLAGS"