From 796ad09d2b1ffa5740c759d37c105ad8ea0f406c8ac9ff26d55b690dc0e7bb65 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 25 Jul 2022 19:52:48 +0000 Subject: [PATCH 1/4] - 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/package/show/multimedia:apps/strawberry?expand=0&rev=115 --- strawberry-1.0.6.tar.xz | 3 --- strawberry-1.0.7.tar.xz | 3 +++ strawberry.changes | 9 +++++++++ strawberry.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 strawberry-1.0.6.tar.xz create mode 100644 strawberry-1.0.7.tar.xz 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..9767717 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 From 4c4eeb047e39602ece590c7c8dc931d99ae2fa9bf91ae1f4dc147310ecfbafce Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 25 Jul 2022 20:21:59 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=116 --- strawberry.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strawberry.spec b/strawberry.spec index 9767717..e8609a4 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -29,8 +29,10 @@ BuildRequires: appstream-glib BuildRequires: cmake BuildRequires: desktop-file-utils %if 0%{?sle_version} == 150400 +BuildRequires: gcc11 BuildRequires: gcc11-c++ %else +BuildRequires: gcc BuildRequires: gcc-c++ %endif BuildRequires: gettext From 49ae4de1dbcd0200e85d6d6971a9d74024ba410df878c3b589723338fa2cabb8 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 25 Jul 2022 20:24:20 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=117 --- strawberry.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/strawberry.spec b/strawberry.spec index e8609a4..2998e20 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -29,8 +29,8 @@ BuildRequires: appstream-glib BuildRequires: cmake BuildRequires: desktop-file-utils %if 0%{?sle_version} == 150400 -BuildRequires: gcc11 -BuildRequires: gcc11-c++ +BuildRequires: gcc10 +BuildRequires: gcc10-c++ %else BuildRequires: gcc BuildRequires: gcc-c++ @@ -122,8 +122,8 @@ Features: %build %if 0%{?sle_version} == 150400 -export CC="gcc-11" -export CXX="g++-11" +export CC="gcc-10" +export CXX="g++-10" %endif export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" From 78df349c9c081c9c162ff5177581de7aa5d62c9223f8b3702ec4c44d50cb7270 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 25 Jul 2022 21:31:45 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=118 --- strawberry.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/strawberry.spec b/strawberry.spec index 2998e20..042f20c 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 -BuildRequires: gcc10 -BuildRequires: gcc10-c++ +%if 0%{?sle_version} == 150400 || 0%{?sle_version} == 150500 +BuildRequires: gcc11 +BuildRequires: gcc11-c++ %else BuildRequires: gcc BuildRequires: gcc-c++ @@ -121,9 +121,9 @@ Features: %setup -q %build -%if 0%{?sle_version} == 150400 -export CC="gcc-10" -export CXX="g++-10" +%if 0%{?sle_version} == 150400 || 0%{?sle_version} == 150500 +export CC="gcc-11" +export CXX="g++-11" %endif export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="$CFLAGS"