Accepting request 991156 from multimedia:apps

- Update to version 1.0.7
 + Fixed checking file extension case-insensitive when loading and saving playlists.
 + Fixed reading and saving rating with TagParser.
 + Added option for selecting file extension when saving all playlists.

OBS-URL: https://build.opensuse.org/request/show/991156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=44
This commit is contained in:
Richard Brown 2022-07-26 17:45:18 +00:00 committed by Git OBS Bridge
commit aaa9414178
4 changed files with 17 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jul 25 19:50:13 UTC 2022 - Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.7
+ Fixed checking file extension case-insensitive when loading and saving playlists.
+ Fixed reading and saving rating with TagParser.
+ Added option for selecting file extension when saving all playlists.
-------------------------------------------------------------------
Sun Jul 17 21:49:21 UTC 2022 - Jonas Kvinge <jonaski@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: strawberry
Version: 1.0.6
Version: 1.0.7
Release: 0
Summary: A music player and music collection organizer
License: GPL-3.0-or-later
@ -28,9 +28,11 @@ Source: https://files.strawberrymusicplayer.org/%{name}-%{version}.tar.x
BuildRequires: appstream-glib
BuildRequires: cmake
BuildRequires: desktop-file-utils
%if 0%{?sle_version} == 150400
%if 0%{?sle_version} == 150400 || 0%{?sle_version} == 150500
BuildRequires: gcc11
BuildRequires: gcc11-c++
%else
BuildRequires: gcc
BuildRequires: gcc-c++
%endif
BuildRequires: gettext
@ -119,7 +121,7 @@ Features:
%setup -q
%build
%if 0%{?sle_version} == 150400
%if 0%{?sle_version} == 150400 || 0%{?sle_version} == 150500
export CC="gcc-11"
export CXX="g++-11"
%endif