From 5729ba91a57cc28188f562ac975188f194bebe2ecf1faf166a1412f1aea183fa 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: Thu, 28 Dec 2023 19:15:26 +0000 Subject: [PATCH] Accepting request 1135530 from home:dirkmueller:Factory - update to 0.23.15: * ffmpeg: fix build failure with FFmpeg 6.1 * alsa: limit buffer time to 2 seconds * flac: fix scanning files with non-ASCII names on Windows * mad: fix calculation of LAME peak values * wasapi: fix problem setting volume * more libfmt 10 fixes * fix auto-detected systemd unit directory - Removed fix-build-ffmpeg5.patch. * fix crash bug in "albumart" command (0.22.7 regression) * the default log_level is "default", not "info" * include command name in error responses OBS-URL: https://build.opensuse.org/request/show/1135530 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=112 --- mpd-0.23.13.tar.xz | 3 --- mpd-0.23.13.tar.xz.sig | Bin 566 -> 0 bytes mpd-0.23.15.tar.xz | 3 +++ mpd-0.23.15.tar.xz.sig | Bin 0 -> 566 bytes mpd.changes | 28 ++++++++++++++++++++-------- mpd.spec | 2 +- 6 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 mpd-0.23.13.tar.xz delete mode 100644 mpd-0.23.13.tar.xz.sig create mode 100644 mpd-0.23.15.tar.xz create mode 100644 mpd-0.23.15.tar.xz.sig diff --git a/mpd-0.23.13.tar.xz b/mpd-0.23.13.tar.xz deleted file mode 100644 index 3618420..0000000 --- a/mpd-0.23.13.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a96b01e6fbbb7e8ab25eb7c15d5c811c62eb19b76d143a802f51674791f1d519 -size 776668 diff --git a/mpd-0.23.13.tar.xz.sig b/mpd-0.23.13.tar.xz.sig deleted file mode 100644 index 63bc6b268612d184f7e84f885a9fe468fd89e5ec98a8c44216020975907606c7..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SW*e79j)!k~3O(2so6aFdRc8Zi-mO+eH!u0%U8dhyV%+5F>7i zSjO8$65pZ^|3W{#`sgS!8T4L zvk!gAS-j-)iN+BlqbN|Z4$PxOq{qD#hKdjXk7R!ilVr^p`^LaYYKn|LJB*KKWi^q_ zyxC%~m@OV*`U1VbX@Cg6Q=+y z4_9z$=+Tg~{L%{NUBf&h-07%rNE(OAQ4aW3(6>FNDW=8h2(1UxO_1$^~&GtozK!E5q8Uu7y@9wk$0PX_m2C=|c3&k>o@?~T2 z%1T49RA#L1J^nT9>%wQge`Te531!x{$>;xVsN_485v03>(*4FE$)Ke>q?JADyt7>7aA@uWe-$cQbR+jAAmxd zA%4YODF~>m^(o;Hi4~%;r}enK1i>FZBI=z_b=aY%3!ih1ZG8@dZsp%kaXVDZ7q7a# EgyMP<%K!iX diff --git a/mpd-0.23.15.tar.xz b/mpd-0.23.15.tar.xz new file mode 100644 index 0000000..a9a4cd7 --- /dev/null +++ b/mpd-0.23.15.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550132239ad1acf82ccf8905b56cc13dc2c81a4489b96fba7731b3049907661a +size 778384 diff --git a/mpd-0.23.15.tar.xz.sig b/mpd-0.23.15.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..ccd9e1668401de5897cc0389eb5506b3e28d47f05a4abd443a2b0d6402ea63fd GIT binary patch literal 566 zcmV-60?GY}0y6{v0SW*e79j)!k~3O(2so6aFdRc8Zi-mO+eH!u0%d~+r2q;E5F>7i zSjO8$5~6ev0H=qVRt(!ZBLK=*_w-niZA7r~i-n>02i%hj9l{ji|H@el7j!2?|mr5?F)opE^kbf(3 zH^hQ7#c9b6=UOuoHuo?85!|ML8O}3R*)vU<0!^V_4lIG{2SkYzdj>BhUE``1>vBav zaC>5}J=t*5LFnUWEBQ&~SMiSXLVYwz+f5sMXR-+K0f_Nwr_tV)khWyV)O1Bz3K~uX0b|9DIw&fHZhp@SDoBX3>R>k39F!^7dn + +- update to 0.23.15: + * ffmpeg: fix build failure with FFmpeg 6.1 + * alsa: limit buffer time to 2 seconds + * flac: fix scanning files with non-ASCII names on Windows + * mad: fix calculation of LAME peak values + * wasapi: fix problem setting volume + * more libfmt 10 fixes + * fix auto-detected systemd unit directory + ------------------------------------------------------------------- Tue Aug 29 12:36:00 UTC 2023 - llyyr @@ -61,7 +73,7 @@ Wed Aug 24 06:10:55 UTC 2022 - Paolo Stivanin * output: pipewire: set app icon * fixed bogus volume levels with multiple partitions * improved iconv detection -- Removed fix-build-ffmpeg5.patch. +- Removed fix-build-ffmpeg5.patch. ------------------------------------------------------------------- Mon Aug 8 08:19:19 UTC 2022 - Cor Blom @@ -262,7 +274,7 @@ Sun May 30 15:39:04 UTC 2021 - Fabian Niepelt - Update to 0.22.8 * https://github.com/MusicPlayerDaemon/MPD/blob/v0.22.8/NEWS - * fix crash bug in "albumart" command (0.22.7 regression) + * fix crash bug in "albumart" command (0.22.7 regression) ------------------------------------------------------------------- Fri May 21 06:04:21 UTC 2021 - Илья Индиго @@ -429,7 +441,7 @@ Wed Sep 23 06:37:31 UTC 2020 - Dirk Mueller * opus: support the gain value from the Opus header * sndfile: fix lost samples at end of file * fix "single" mode bug after resuming playback - * the default log_level is "default", not "info" + * the default log_level is "default", not "info" ------------------------------------------------------------------- Wed Aug 19 11:40:13 UTC 2020 - Dominique Leuenberger @@ -626,7 +638,7 @@ Tue Oct 8 08:02:09 UTC 2019 - Илья Индиго * fix seek position after restarting the decoder * protocol * fix "list" with multiple "group" levels - * include command name in error responses + * include command name in error responses ------------------------------------------------------------------- Tue Jul 23 07:42:13 UTC 2019 - Илья Индиго @@ -842,7 +854,7 @@ Tue Oct 23 18:51:03 UTC 2018 - Luigi Baldoni + add option to auto-start on boot * work around clang bug leading to crash * install the SVG icon - + - Dropped mpd-fluidsynth.patch (no longer necessary) ------------------------------------------------------------------- @@ -943,7 +955,7 @@ Tue Jan 2 09:23:24 UTC 2018 - aloisio@gmx.com - upnp: work around libupnp 1.6.24 API breakage * queue: fix spuriously misplaced prioritized songs * save and restore mountpoints within the state file - + ver 0.20.12 (2017/11/25) * database - upnp: adapt to libupnp 1.8 API changes @@ -961,7 +973,7 @@ Tue Jan 2 09:23:24 UTC 2018 - aloisio@gmx.com * output - fix hanging playback with soxr resampler - httpd: flush encoder after tag; fixes corrupt Vorbis stream - + ver 0.20.11 (2017/10/18) * storage - curl: support Content-Type application/xml @@ -971,7 +983,7 @@ Tue Jan 2 09:23:24 UTC 2018 - aloisio@gmx.com * improve random song order when switching songs manually * fix case insensitive search without libicu * fix endless loop when accessing malformed file names in ZIP files - + ver 0.20.10 (2017/08/24) * decoder - ffmpeg: support MusicBrainz ID3v2 tags diff --git a/mpd.spec b/mpd.spec index cf118c4..23e9cfb 100644 --- a/mpd.spec +++ b/mpd.spec @@ -20,7 +20,7 @@ %bcond_with faad %bcond_without mpd_iso9660 Name: mpd -Version: 0.23.13 +Version: 0.23.15 Release: 0 Summary: Music Player Daemon License: GPL-2.0-or-later