From 4068c343065c5b57094588c1467f3f8bd9425d00eeaabbc147b777d94728d204 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 29 Aug 2022 16:04:01 +0000 Subject: [PATCH] - Update to version 1.0.8 + Bugfixes: + Fixed backslash being appended to filter text when switching playlist (#1005). + Fixed OSD notifications service registering taking too long to timeout when not available. + Fixed radio stream added twice when double-clicked (#1015). + Fixed translating undo and redo buttons (#1017). + Enhancements: + Use ICU instead of iconv to transliterate characters for filenames. + Make separating albums by grouping tag optional in collection group by album. + Added support for video game music formats VGM and SPC. + Added setting for explicitly turning on HTTP/2 for streaming. Strawberry will set the libsoup SOUP_FORCE_HTTP1 environment variable when the HTTP/2 is not checked (#1016). OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=120 --- strawberry-1.0.7.tar.xz | 3 --- strawberry-1.0.8.tar.xz | 3 +++ strawberry.changes | 16 ++++++++++++++++ strawberry.spec | 4 +++- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 strawberry-1.0.7.tar.xz create mode 100644 strawberry-1.0.8.tar.xz diff --git a/strawberry-1.0.7.tar.xz b/strawberry-1.0.7.tar.xz deleted file mode 100644 index 285bdc7..0000000 --- a/strawberry-1.0.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2d242f091eaeb5bf6c83e8b3b0405e3c5ea89a23845843541726fc81643bd06 -size 11216436 diff --git a/strawberry-1.0.8.tar.xz b/strawberry-1.0.8.tar.xz new file mode 100644 index 0000000..90e6b5d --- /dev/null +++ b/strawberry-1.0.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b8a267fc9ea366eb44b8c90c777a93e3d104bf29be38b5f72d565079e05024 +size 11222136 diff --git a/strawberry.changes b/strawberry.changes index fec41e1..3c5f524 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Aug 29 16:03:08 UTC 2022 - Jonas Kvinge + +- Update to version 1.0.8 + + + Bugfixes: + + Fixed backslash being appended to filter text when switching playlist (#1005). + + Fixed OSD notifications service registering taking too long to timeout when not available. + + Fixed radio stream added twice when double-clicked (#1015). + + Fixed translating undo and redo buttons (#1017). + + Enhancements: + + Use ICU instead of iconv to transliterate characters for filenames. + + Make separating albums by grouping tag optional in collection group by album. + + Added support for video game music formats VGM and SPC. + + Added setting for explicitly turning on HTTP/2 for streaming. Strawberry will set the libsoup SOUP_FORCE_HTTP1 environment variable when the HTTP/2 is not checked (#1016). + ------------------------------------------------------------------- Mon Jul 25 19:50:13 UTC 2022 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 042f20c..b4e02b5 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later @@ -76,6 +76,8 @@ BuildRequires: pkgconfig(gstreamer-audio-1.0) BuildRequires: pkgconfig(gstreamer-base-1.0) BuildRequires: pkgconfig(gstreamer-tag-1.0) BuildRequires: pkgconfig(gthread-2.0) +BuildRequires: pkgconfig(icu-i18n) +BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(libcdio) BuildRequires: pkgconfig(libchromaprint) BuildRequires: pkgconfig(libgpod-1.0)