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:
commit
9bff1bbb6f
@ -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
3
strawberry-1.0.23.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24f63064caf62c72330e9fa0808a1ca938339831d0a4e8385986280601a54f10
|
||||
size 11297440
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user