diff --git a/strawberry-1.0.6.tar.xz b/strawberry-1.0.6.tar.xz deleted file mode 100644 index e989813..0000000 --- a/strawberry-1.0.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb5b16ee2ec8c5d0a97d514e856d7ffade808c1fcb4e58696bc61b622acbca88 -size 11212568 diff --git a/strawberry-1.0.7.tar.xz b/strawberry-1.0.7.tar.xz new file mode 100644 index 0000000..285bdc7 --- /dev/null +++ b/strawberry-1.0.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d242f091eaeb5bf6c83e8b3b0405e3c5ea89a23845843541726fc81643bd06 +size 11216436 diff --git a/strawberry.changes b/strawberry.changes index 4a2927c..fec41e1 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jul 25 19:50:13 UTC 2022 - Jonas Kvinge + +- 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 diff --git a/strawberry.spec b/strawberry.spec index 2e91911..042f20c 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -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