From 0c94564fd3700a9d255c1317dcbd5a4ba58d8a0c018b9808c968cbe8a2d393a2 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: Mon, 17 Oct 2022 07:18:49 +0000 Subject: [PATCH] Accepting request 1011990 from home:13ilya:branches:multimedia:apps - Updated to 0.23.10 * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.10/NEWS * storage: curl: fixed file time stamps * decoder: ffmpeg: fixed libfmt 9 compiler warning * encoder: flac: fixed failure when libFLAC is built without Ogg support * output: alsa: fixed crash bug OBS-URL: https://build.opensuse.org/request/show/1011990 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=101 --- mpd-0.23.10.tar.xz | 3 +++ mpd-0.23.10.tar.xz.sig | Bin 0 -> 566 bytes mpd-0.23.9.tar.xz | 3 --- mpd-0.23.9.tar.xz.sig | Bin 566 -> 0 bytes mpd.changes | 10 ++++++++++ mpd.spec | 4 ++-- 6 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 mpd-0.23.10.tar.xz create mode 100644 mpd-0.23.10.tar.xz.sig delete mode 100644 mpd-0.23.9.tar.xz delete mode 100644 mpd-0.23.9.tar.xz.sig diff --git a/mpd-0.23.10.tar.xz b/mpd-0.23.10.tar.xz new file mode 100644 index 0000000..fd2fdcd --- /dev/null +++ b/mpd-0.23.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605c8ceb42cc48144cbdbe9e9682b6dc0df0348258a4a62bde095a02ca24e6a8 +size 774196 diff --git a/mpd-0.23.10.tar.xz.sig b/mpd-0.23.10.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..539763f053d9a1ec6a96a29006aec8def697831680339a9447d559b7b6f085c6 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SW*e79j)!k~3O(2so6aFdRc8Zi-mO+eH!u0%J+p_W%kB5F>7i zSjO8$5(v8w{Tws4EotC+whn7bm5xs3T0;ss@Z&9qPfzd~duz6rU~yV~*M-C;R8EW< zpfeORcy$@ktz%@^y~TUtGJF>9x3ldc8+M_5CUnwMI`w_FP9CI6ZSLMQZ*EJv!o|L> zw(D#d3YHV{UI<&Ih7aaS7cB;}vxItDcF*7MBCU4x-s)Wd!?@#{<6`>qC z8sJF=ESnFYpb&@g=kCBamq@DPLIgfH0Is(O%m3D)@y(K z@~B2G2PY@YIeJ4FnkpV+D!YjUC8A3~##%TxO%mX!wMNsSI(o4<==&;Hl*Hy=5h2EV)?T8B)sI(Vp%RrN9)pP1XG)kwa%Tzk*c z5eP@85?;h<5~bU0st3BADDzB7i zSjO8$5P9Rj^CV=j?M_nv) zX-dZL(1m*N31xE{8$#x=Y;YOgLn)d%x;E8BN7gWzo|p{_w5%szOPzLjIWb9P&}^NkB5pDe-6)a+$DB? zugLB!&;YMb<&q;AM&kNRW!!R(6}dTh*(cKQ(2-*r7A@aFfpY87w61afE~%vxx>3}t zhu-z0@Q%0LZT%Q-isR9r9K~~1e=n%W0Z#-`jcXgZQps + +- Updated to 0.23.10 + * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.10/NEWS + * storage: curl: fixed file time stamps + * decoder: ffmpeg: fixed libfmt 9 compiler warning + * encoder: flac: fixed failure when libFLAC is built without Ogg support + * output: alsa: fixed crash bug + ------------------------------------------------------------------- Wed Aug 24 06:10:55 UTC 2022 - Paolo Stivanin diff --git a/mpd.spec b/mpd.spec index 2edd3cf..283283b 100644 --- a/mpd.spec +++ b/mpd.spec @@ -20,7 +20,7 @@ %bcond_with faad %bcond_without mpd_iso9660 Name: mpd -Version: 0.23.9 +Version: 0.23.10 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