From 63793bddbc73925f56f140337f93193726f4a1216909a819bc7a51e5eac8c653 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: Fri, 12 Nov 2021 22:52:08 +0000 Subject: [PATCH] Accepting request 931200 from home:13ilya:branches:multimedia:apps - Updated to 0.23.4 * Refreshed patch mpd-conf.patch. * Removed patch mpd-service.patch. * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.4/NEWS * protocol: add optional position parameter to "searchaddpl" * decoder: ffmpeg: support libavcodec 59 * output: alsa: add option "thesycon_dsd_workaround" to work around device bug * fix crash on debug builds if startup fails * systemd: * remove "RuntimeDirectory" directive because it caused problems * ignore the "pid_file" setting if started as systemd service OBS-URL: https://build.opensuse.org/request/show/931200 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=83 --- mpd-0.23.3.tar.xz | 3 -- mpd-0.23.3.tar.xz.sig | Bin 566 -> 0 bytes mpd-0.23.4.tar.xz | 3 ++ mpd-0.23.4.tar.xz.sig | Bin 0 -> 566 bytes mpd-conf.patch | 75 +++++++++++++++++++++++------------------- mpd-service.patch | 24 -------------- mpd.changes | 15 +++++++++ mpd.spec | 5 ++- 8 files changed, 61 insertions(+), 64 deletions(-) delete mode 100644 mpd-0.23.3.tar.xz delete mode 100644 mpd-0.23.3.tar.xz.sig create mode 100644 mpd-0.23.4.tar.xz create mode 100644 mpd-0.23.4.tar.xz.sig delete mode 100644 mpd-service.patch diff --git a/mpd-0.23.3.tar.xz b/mpd-0.23.3.tar.xz deleted file mode 100644 index 6d5054a..0000000 --- a/mpd-0.23.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b300625701005c6b14649f11dac118d05540529a5385d05b7c3062c0ce08f399 -size 767596 diff --git a/mpd-0.23.3.tar.xz.sig b/mpd-0.23.3.tar.xz.sig deleted file mode 100644 index 7c279cbc4e534a4afe980393bcdded3522c2a62fbc8b58c6366351f911fa746e..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SW*e79j)!k~3O(2so6aFdRc8Zi-mO+eH!u0%3m6wEzkU5F>7i zSjO8$5^u>60D|a6aft*2O%-;qe2Zt++xAgOf(1Kyn%|271ljP4(;@dJ^KMmdI+<&c zSYoP$Rn{g!>VZ)Aanf&AeqCK!9zu|~(u9nvF4sH)=XMV7`I(lZ#ns>D)t57c^xvBiFGx z$8Of4s3f5Tuf}!eA(0@OJaD&yh}qOLydK=u5j$@Mas@>4T4wBmx+)gokQWrN+mc^y z6e5}f$dTPM!plV?n>Q?_SAt~mCcJW;}!tz}x7>v!#q8*Sg_4FBMVS&U9ykHfW_zY8< zh;|{09jZGWRG%-B2lsK%A}7xPRLIm?A&bjJRM!7j)^DhM8wv+EL_`G%)L~xH$h#d( znc5*T#bP495H+|$Xr%6%yvYQB~g;G7#|8yqK_Ja#{|cRW2JId6Wze7nW0nc77i zSjO8$60v^}0D+}fVc|pvgSW_d2-=ksTwJh83r;YVugI z#lZ`O02v+ZphRXl<&HEv_2NS~=vo+B@DQv5z^dh_nU5caI|($|2AC2gDcil4Xrko( z2fsa0Z`D$a7dnNj>bA+VvtXS=-GQR}e4cv^K7TtQ?Q*~OP#Tg(rfBwscPPFtqN*cK z+-}keWD)`PfT^D;0q!|$7jwvr1jxAEBH3Qq2b<^bp%wV|<1Kk^Y)wR3=1Jmfgv_$5 z5<5{HHS=$6YRmv8Tl`h7;@sd(j^*0s^R{WyJ89Q7k+0t%X+_iq!HWEAPJdQ@qV>$u z#cODA+0$&2reoC%azr?8B!l@}50$JDK;%eqiNU>(8?B@PSgI-omV$WxjNYOqJ8J;i z5i<;*@(3y zaEe>f*(#I{L*g!;>LK*|ro>6E=@|O))XT3by%I4>H`IdF+<|m!gzR6}!S</dev/null" ## Or to send raw PCM stream through PCM: # command "nc example.org 8765" -# format "44100:16:2" -+## format "48000:16:2" # optional ++# format "48000:16:2" #} # ## An example of a null output (for no audio output): -@@ -410,6 +411,6 @@ input { +@@ -413,6 +414,6 @@ input { # If file or directory names do not display correctly for your locale then you # may need to modify this setting. # diff --git a/mpd-service.patch b/mpd-service.patch deleted file mode 100644 index 832dee2..0000000 --- a/mpd-service.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Pdpru mpd-0.23.3.orig/systemd/system/mpd.service.in mpd-0.23.3/systemd/system/mpd.service.in ---- mpd-0.23.3.orig/systemd/system/mpd.service.in 2021-10-31 20:13:10.000000000 +0300 -+++ mpd-0.23.3/systemd/system/mpd.service.in 2021-11-06 16:16:11.928539482 +0300 -@@ -9,7 +9,7 @@ ExecStart=@prefix@/bin/mpd --no-daemon - - # Create /run/mpd (if MPD is launched without the socket unit and is - # configured to bind listener sockets there). --RuntimeDirectory=mpd -+#RuntimeDirectory=mpd - - # Enable this setting to ask systemd to watch over MPD, see - # systemd.service(5). This is disabled by default because it causes -diff -Pdpru mpd-0.23.3.orig/systemd/user/mpd.service.in mpd-0.23.3/systemd/user/mpd.service.in ---- mpd-0.23.3.orig/systemd/user/mpd.service.in 2021-10-31 20:13:10.000000000 +0300 -+++ mpd-0.23.3/systemd/user/mpd.service.in 2021-11-06 16:16:32.508576374 +0300 -@@ -9,7 +9,7 @@ ExecStart=@prefix@/bin/mpd --no-daemon - - # Create /run/user/$UID/mpd (if MPD is launched without the socket - # unit and is configured to bind listener sockets there). --RuntimeDirectory=mpd -+#RuntimeDirectory=mpd - - # Enable this setting to ask systemd to watch over MPD, see - # systemd.service(5). This is disabled by default because it causes diff --git a/mpd.changes b/mpd.changes index 355b2c3..183283a 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Nov 12 22:43:23 UTC 2021 - Илья Индиго + +- Updated to 0.23.4 + * Refreshed patch mpd-conf.patch. + * Removed patch mpd-service.patch. + * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.4/NEWS + * protocol: add optional position parameter to "searchaddpl" + * decoder: ffmpeg: support libavcodec 59 + * output: alsa: add option "thesycon_dsd_workaround" to work around device bug + * fix crash on debug builds if startup fails + * systemd: + * remove "RuntimeDirectory" directive because it caused problems + * ignore the "pid_file" setting if started as systemd service + ------------------------------------------------------------------- Sat Nov 6 02:02:33 UTC 2021 - Илья Индиго diff --git a/mpd.spec b/mpd.spec index 13a02d9..630329e 100644 --- a/mpd.spec +++ b/mpd.spec @@ -20,7 +20,7 @@ %bcond_with faad %bcond_without mpd_iso9660 Name: mpd -Version: 0.23.3 +Version: 0.23.4 Release: 0 Summary: Music Player Daemon License: GPL-2.0-or-later @@ -32,8 +32,7 @@ Source3: %{name}-user.conf Source4: %{name}.firewalld Source5: %{name}.tmpfiles.d Patch0: %{name}-conf.patch -Patch1: %{name}-service.patch -Patch2: %{name}-sndfile.patch +Patch1: %{name}-sndfile.patch BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++