diff --git a/mpd-0.23.5.tar.xz b/mpd-0.23.5.tar.xz deleted file mode 100644 index c7593f4..0000000 --- a/mpd-0.23.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f22c2c25093a05f4566f9cd7207cfbcd8405af67ed29a989bcf8905f80b7a299 -size 770700 diff --git a/mpd-0.23.5.tar.xz.sig b/mpd-0.23.5.tar.xz.sig deleted file mode 100644 index 3dbe657..0000000 Binary files a/mpd-0.23.5.tar.xz.sig and /dev/null differ diff --git a/mpd-0.23.6.tar.xz b/mpd-0.23.6.tar.xz new file mode 100644 index 0000000..6978488 --- /dev/null +++ b/mpd-0.23.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc5928ee3ee1ef7ff6a58f6ba4afaee16c07e9eb42d0107bcc098010f4f26ed +size 770812 diff --git a/mpd-0.23.6.tar.xz.sig b/mpd-0.23.6.tar.xz.sig new file mode 100644 index 0000000..0fbfb68 Binary files /dev/null and b/mpd-0.23.6.tar.xz.sig differ diff --git a/mpd.changes b/mpd.changes index 9ec0f94..b11f9d0 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 29 21:26:09 UTC 2022 - Илья Индиго + +- Updated to 0.23.6 + * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.6/NEWS + * protocol: + * support filename "cover.webp" for "albumart" command + * support "readcomments" and "readpicture" on CUE tracks + * decoder: + * ffmpeg: fix end-of-file check (update stuck at empty files) + * opus: fix "readpicture" on Opus files + * output: + * pipewire: fix crash bug if setting volume before playback starts + * wasapi: fix resume after pause + ------------------------------------------------------------------- Tue Jan 11 11:11:11 UTC 2022 - olaf@aepfle.de diff --git a/mpd.spec b/mpd.spec index ee33fbd..ac2482a 100644 --- a/mpd.spec +++ b/mpd.spec @@ -1,7 +1,7 @@ # # spec file for package mpd # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %bcond_with faad %bcond_without mpd_iso9660 Name: mpd -Version: 0.23.5 +Version: 0.23.6 Release: 0 Summary: Music Player Daemon License: GPL-2.0-or-later @@ -75,6 +75,7 @@ BuildRequires: pkgconfig(libmpdclient) BuildRequires: pkgconfig(libmpg123) BuildRequires: pkgconfig(libnfs) BuildRequires: pkgconfig(libopenmpt) +BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libsystemd) @@ -84,7 +85,6 @@ BuildRequires: pkgconfig(mad) BuildRequires: pkgconfig(ogg) BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(opus) -BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(shine) BuildRequires: pkgconfig(shout)