Accepting request 1138177 from multimedia:apps

- 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/request/show/1138177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=63
This commit is contained in:
Ana Guerrero 2024-01-12 22:45:20 +00:00 committed by Git OBS Bridge
commit 9bff1bbb6f
4 changed files with 26 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c4181b0e0f100e1e2567bdf1e79c4685efafead02d68c950c6c0298a0546119
size 11279480

3
strawberry-1.0.23.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24f63064caf62c72330e9fa0808a1ca938339831d0a4e8385986280601a54f10
size 11297440

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 11 19:48:35 UTC 2024 - Jonas Kvinge <jonaski@opensuse.org>
- 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 <jonaski@opensuse.org> Tue Dec 19 17:12:01 UTC 2023 - Jonas Kvinge <jonaski@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package strawberry # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: strawberry Name: strawberry
Version: 1.0.22 Version: 1.0.23
Release: 0 Release: 0
Summary: A music player and music collection organizer Summary: A music player and music collection organizer
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -28,9 +28,9 @@ Source: https://files.strawberrymusicplayer.org/%{name}-%{version}.tar.x
BuildRequires: appstream-glib BuildRequires: appstream-glib
BuildRequires: cmake BuildRequires: cmake
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
%if 0%{?sle_version} == 150400 || 0%{?sle_version} == 150500 %if 0%{?sle_version} == 150500 || 0%{?sle_version} == 150600
BuildRequires: gcc11 BuildRequires: gcc13
BuildRequires: gcc11-c++ BuildRequires: gcc13-c++
%else %else
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -110,9 +110,9 @@ Features:
%setup -q %setup -q
%build %build
%if 0%{?sle_version} == 150400 || 0%{?sle_version} == 150500 %if 0%{?sle_version} == 150500 || 0%{?sle_version} == 150600
export CC="gcc-11" export CC="gcc-13"
export CXX="g++-11" export CXX="g++-13"
%endif %endif
export CFLAGS="%{optflags} -fno-strict-aliasing" export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="$CFLAGS" export CXXFLAGS="$CFLAGS"