diff --git a/mpd-0.22.2.tar.xz b/mpd-0.22.2.tar.xz new file mode 100644 index 0000000..e46fc7a --- /dev/null +++ b/mpd-0.22.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361b5b2f0797f14d2a7df64e63ae758e71b22aba08050df7ea7f2854f2918d36 +size 725808 diff --git a/mpd-0.22.2.tar.xz.sig b/mpd-0.22.2.tar.xz.sig new file mode 100644 index 0000000..ab66a3d Binary files /dev/null and b/mpd-0.22.2.tar.xz.sig differ diff --git a/mpd-0.22.tar.xz b/mpd-0.22.tar.xz deleted file mode 100644 index 9d05107..0000000 --- a/mpd-0.22.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7de742d925d01bf52685cc6cbb31fdeb671e4992a448720897ef706e57e39076 -size 722940 diff --git a/mpd-0.22.tar.xz.sig b/mpd-0.22.tar.xz.sig deleted file mode 100644 index b49f476..0000000 Binary files a/mpd-0.22.tar.xz.sig and /dev/null differ diff --git a/mpd.changes b/mpd.changes index b7593e6..79d20e1 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Oct 28 22:04:23 UTC 2020 - Илья Индиго + +- Update to 0.22.2 + * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.2/NEWS + * database: simple: purge songs and virtual directories for unavailable + plugins on update + * decoder + * opus: apply the OpusHead output gain even if there is no EBU R128 tag + * opus: fix track/album ReplayGain fallback + * input + * qobuz/tidal: fix protocol errors due to newlines in error messages + * smbclient: disable by default due to libsmbclient crash bug + * output + * alsa: don't deadlock when the ALSA driver is buggy + * jack, pulse: reduce the delay when stopping or pausing playback + * playlist + * cue: fix two crash bugs + * soundcloud: fix protocol errors due to newlines in error messages + * state_file + * fix the state_file_interval setting + * save on shutdown + ------------------------------------------------------------------- Wed Sep 30 01:36:05 UTC 2020 - Илья Индиго diff --git a/mpd.spec b/mpd.spec index 43eb1dd..16d40bc 100644 --- a/mpd.spec +++ b/mpd.spec @@ -20,7 +20,7 @@ %bcond_with faad %bcond_without mpd_iso9660 Name: mpd -Version: 0.22 +Version: 0.22.2 Release: 0 Summary: Music Player Daemon License: GPL-2.0-or-later @@ -221,8 +221,6 @@ install -pm0644 %{SOURCE2} %{SOURCE3} . install -Dpm0644 %{SOURCE4} %{buildroot}%{_prefix}/lib/firewalld/services/%{name}.xml install -Dpm0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf install -Dpm0644 doc/mpdconf.example %{buildroot}%{_sysconfdir}/%{name}.conf -install -pm0644 build/doc/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 -install -pm0644 build/doc/%{name}.conf.5 %{buildroot}%{_mandir}/man5/%{name}.conf.5 # Remove duplicate for mpd.socket and replace it with a symlink. rm %{buildroot}%{_userunitdir}/%{name}.socket ln -s ../system/%{name}.socket %{buildroot}%{_userunitdir}/%{name}.socket