From 10d72817832eee216a422ffcc4b1ce6837c0fc1afde980ea545d6efc1449f0cf 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, 23 Sep 2020 06:47:49 +0000 Subject: [PATCH] Accepting request 836223 from home:dirkmueller:branches:multimedia:apps - update to 0.21.26: * database - inotify: obey ".mpdignore" files * output - osx: fix crash bug - sles: support floating point samples * archive - bzip2: fix crash on corrupt bzip2 file - bzip2: flush output at end of input file - iso9660: fix unaligned reads - iso9660: support seeking - zzip: fix crash on corrupt ZIP file * decoder - ffmpeg: remove "rtsp://" from the list of supported protocols - ffmpeg: add "hls+http://" to the list of supported protocols - 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" OBS-URL: https://build.opensuse.org/request/show/836223 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=60 --- mpd-0.21.25.tar.xz | 3 --- mpd-0.21.26.tar.xz | 3 +++ mpd.changes | 23 +++++++++++++++++++++++ mpd.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 mpd-0.21.25.tar.xz create mode 100644 mpd-0.21.26.tar.xz diff --git a/mpd-0.21.25.tar.xz b/mpd-0.21.25.tar.xz deleted file mode 100644 index 76ac423..0000000 --- a/mpd-0.21.25.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20a0ad01bf327b2dbeb6ae8e1af952cb0de83d2d63fab0fa4b7183a74765c201 -size 683768 diff --git a/mpd-0.21.26.tar.xz b/mpd-0.21.26.tar.xz new file mode 100644 index 0000000..5a3aa0b --- /dev/null +++ b/mpd-0.21.26.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e68221c7a6829ec02f281eb313b2f24182020f5eb65ab22b337e6169ea4eea +size 685396 diff --git a/mpd.changes b/mpd.changes index b8f2879..5b7ab55 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Sep 23 06:37:31 UTC 2020 - Dirk Mueller + +- update to 0.21.26: + * database + - inotify: obey ".mpdignore" files + * output + - osx: fix crash bug + - sles: support floating point samples + * archive + - bzip2: fix crash on corrupt bzip2 file + - bzip2: flush output at end of input file + - iso9660: fix unaligned reads + - iso9660: support seeking + - zzip: fix crash on corrupt ZIP file + * decoder + - ffmpeg: remove "rtsp://" from the list of supported protocols + - ffmpeg: add "hls+http://" to the list of supported protocols + - 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" + ------------------------------------------------------------------- Wed Aug 19 11:40:13 UTC 2020 - Dominique Leuenberger diff --git a/mpd.spec b/mpd.spec index 6a93364..0b3f617 100644 --- a/mpd.spec +++ b/mpd.spec @@ -20,7 +20,7 @@ %bcond_with faad %bcond_without mpd_iso9660 Name: mpd -Version: 0.21.25 +Version: 0.21.26 Release: 0 Summary: Music Player Daemon License: GPL-2.0-or-later