diff --git a/mpd-0.22.6.tar.xz b/mpd-0.22.6.tar.xz deleted file mode 100644 index 884654b..0000000 --- a/mpd-0.22.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2be149a4895c3cb613477f8cf1193593e3d8a1d38a75ffa7d32da8c8316a4d5e -size 730524 diff --git a/mpd-0.22.6.tar.xz.sig b/mpd-0.22.6.tar.xz.sig deleted file mode 100644 index 46bb8fa..0000000 Binary files a/mpd-0.22.6.tar.xz.sig and /dev/null differ diff --git a/mpd-0.22.7.tar.xz b/mpd-0.22.7.tar.xz new file mode 100644 index 0000000..b0804bf --- /dev/null +++ b/mpd-0.22.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498668c408cece8469dfcda6dd59a471d5ee9ba2c365a7eca3165a8ac831fc41 +size 737524 diff --git a/mpd-0.22.7.tar.xz.sig b/mpd-0.22.7.tar.xz.sig new file mode 100644 index 0000000..36b08fe Binary files /dev/null and b/mpd-0.22.7.tar.xz.sig differ diff --git a/mpd.changes b/mpd.changes index 61af337..7b185ba 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri May 21 06:04:21 UTC 2021 - Илья Индиго + +- Update to 0.22.7 + * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.7/NEWS + * protocol: + * don't use glibc extension to parse time stamps + * optimize the "albumart" command + * input: + * curl: send user/password in the first request, save one roundtrip + * decoder: + * ffmpeg: fix build problem with FFmpeg 3.4 + * gme: support RSN files + * storage: curl: don't use glibc extension + * database: simple: fix database corruption bug + * output: + * fix crash when pausing with multiple partitions + * httpd: send header "Access-Control-Allow-Origin: *" + ------------------------------------------------------------------- Fri Feb 19 23:49:35 UTC 2021 - Dirk Müller diff --git a/mpd.spec b/mpd.spec index cafdf6f..47a6141 100644 --- a/mpd.spec +++ b/mpd.spec @@ -20,7 +20,7 @@ %bcond_with faad %bcond_without mpd_iso9660 Name: mpd -Version: 0.22.6 +Version: 0.22.7 Release: 0 Summary: Music Player Daemon License: GPL-2.0-or-later @@ -36,10 +36,10 @@ Patch1: %{name}-sndfile.patch BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ +BuildRequires: group(audio) BuildRequires: hicolor-icon-theme BuildRequires: libboost_headers-devel BuildRequires: libcue-devel -BuildRequires: group(audio) # MPD_ENABLE_AUTO_LIB BuildRequires: libgcrypt-devel BuildRequires: libmikmod-devel