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
This commit is contained in:
Илья Индиго 2020-09-23 06:47:49 +00:00 committed by Git OBS Bridge
parent 0c215b776c
commit 10d7281783
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20a0ad01bf327b2dbeb6ae8e1af952cb0de83d2d63fab0fa4b7183a74765c201
size 683768

3
mpd-0.21.26.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9e68221c7a6829ec02f281eb313b2f24182020f5eb65ab22b337e6169ea4eea
size 685396

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Sep 23 06:37:31 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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 <dimstar@opensuse.org>

View File

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