Accepting request 844680 from home:13ilya:branches:multimedia:apps

- 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

OBS-URL: https://build.opensuse.org/request/show/844680
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=64
This commit is contained in:
Илья Индиго 2020-10-28 22:45:03 +00:00 committed by Git OBS Bridge
parent 661116cd29
commit 77268c778f
6 changed files with 27 additions and 6 deletions

3
mpd-0.22.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:361b5b2f0797f14d2a7df64e63ae758e71b22aba08050df7ea7f2854f2918d36
size 725808

BIN
mpd-0.22.2.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7de742d925d01bf52685cc6cbb31fdeb671e4992a448720897ef706e57e39076
size 722940

Binary file not shown.

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Oct 28 22:04:23 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
- 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 - Илья Индиго <ilya@ilya.pp.ua> Wed Sep 30 01:36:05 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>

View File

@ -20,7 +20,7 @@
%bcond_with faad %bcond_with faad
%bcond_without mpd_iso9660 %bcond_without mpd_iso9660
Name: mpd Name: mpd
Version: 0.22 Version: 0.22.2
Release: 0 Release: 0
Summary: Music Player Daemon Summary: Music Player Daemon
License: GPL-2.0-or-later 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 %{SOURCE4} %{buildroot}%{_prefix}/lib/firewalld/services/%{name}.xml
install -Dpm0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf install -Dpm0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -Dpm0644 doc/mpdconf.example %{buildroot}%{_sysconfdir}/%{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. # Remove duplicate for mpd.socket and replace it with a symlink.
rm %{buildroot}%{_userunitdir}/%{name}.socket rm %{buildroot}%{_userunitdir}/%{name}.socket
ln -s ../system/%{name}.socket %{buildroot}%{_userunitdir}/%{name}.socket ln -s ../system/%{name}.socket %{buildroot}%{_userunitdir}/%{name}.socket