From 77268c778f40d032a3bd0f6a7026af6b9d303219dc1f120daa80f1dcf9a40393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Wed, 28 Oct 2020 22:45:03 +0000 Subject: [PATCH] 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 --- mpd-0.22.2.tar.xz | 3 +++ mpd-0.22.2.tar.xz.sig | Bin 0 -> 566 bytes mpd-0.22.tar.xz | 3 --- mpd-0.22.tar.xz.sig | Bin 566 -> 0 bytes mpd.changes | 23 +++++++++++++++++++++++ mpd.spec | 4 +--- 6 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 mpd-0.22.2.tar.xz create mode 100644 mpd-0.22.2.tar.xz.sig delete mode 100644 mpd-0.22.tar.xz delete mode 100644 mpd-0.22.tar.xz.sig 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 0000000000000000000000000000000000000000000000000000000000000000..ab66a3dd7a704bf474da17105973ad661a8d949f3229d69fce2da50ad82d5c55 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SW*e79j)!k~3O(2so6aFdRc8Zi-mO+eH!u0$-V%ivS7<5F>7i zSjO8$5^>280GdUAot6!sp|e8i;sIy}%;gnYxy-;K|Ik}c#KPeF$7ZnQVLK_L*@<>N zhbB8uzn==)Wiqs+=NsAIpM{$e$;?>zbsFFplRjPD`EmR{h3lOvQb!*s%EBcldSs~b zS7nd!J_ecrhq~wlBE*Uzbr2o`C6idyj1+#DI~}v$W_S;Kf5_KGgFeAW2cUFj&PSSafaO0?m1#%^9eAvDK$$t-1=M8J5@aWlFqv2OV5abkj<2L1)~4()@Ta7R@;0w)gjbgG3`VMSO-tLyr`s-GQh8 zcy|M3kOon&_E;J;B;NY1Xw`z(siZ=fVcPw`R;1`MOlz9kJM+nqY0(1xpZC#p{aQhd zGs%Z8l%%3bY@SqfvI>`1Fdq_I%vi6l>{v-8Hd~c7$@6%iYB`dKU-3M|y~6z=(6LkE z`Sd@l8b3@T3|(I{L9JMT07*LHDUyHCvtkF_Z%3CvJ{nBX_J9XU8e?D|gZ(Ebj6xycoZ7i zSjO8$68PE={0f6nAa@&8&`McJ8xIaIo>F&k%Ipb;V)2r!R0v*x5f@K{4^-g6?He>C z?99~C^xRWp??*xvBxck^pnjy$dF!^@XVhU9ehxDMtM`Z&D|>&%BK6-J+0smXqfd}Z zW-ba!8J?25i}XMU$b>soJ_vj>;~p2CUHc$&LfUhEyD?}Hr^#Vx$Y zhKSNvS*|CT^DA}sRIMaxx3&KOcAKM06k@`CF=|X#Ds_anlYwq`5N6HVh&%So?3sng zvPDzI#QWe56EAboUZ?qV2`W=02U;~@0b`$dE7-Q2M)}h;;zidF7N1Uu1FnAIdLo$I z%Ozs_Z1u#^mA`$ZLs_At60-NsyRAv=Pm8Ik)atw`%xl=R_CGb;1lxLU?K%Y4%0}S> zOYx31%pm-@T$`y7Wr_9-8$~|{d-wxM7H~H+mZZXcyCUbViW}9}=x&6!I8yW>RZ(

+ +- 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