Accepting request 649553 from home:alarrosa:branches:multimedia:apps

- Update to version 0.21.2
  * protocol
    - operator "=~" matches a regular expression
    - operator "contains" matches substrings
  * decoder
    - ffmpeg: require FFmpeg 3.1 or later
    - ffmpeg: fix broken sound with certain codecs
  * output
    - alsa: fix high CPU usage with dmix
    - httpd: fix three crash bugs
  * mixer
    - alsa: fix more rounding errors
  * fix zlib support
- Remove mpd-zlib.patch which was already merged upstream.
- Add systemd pre(un)/post(un) macros for mpd.socket

OBS-URL: https://build.opensuse.org/request/show/649553
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2018-11-16 15:09:01 +00:00
committed by Git OBS Bridge
parent ab8b905d05
commit 504e04f70f
5 changed files with 30 additions and 31 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Nov 16 11:55:10 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.21.2
* protocol
- operator "=~" matches a regular expression
- operator "contains" matches substrings
* decoder
- ffmpeg: require FFmpeg 3.1 or later
- ffmpeg: fix broken sound with certain codecs
* output
- alsa: fix high CPU usage with dmix
- httpd: fix three crash bugs
* mixer
- alsa: fix more rounding errors
* fix zlib support
- Remove mpd-zlib.patch which was already merged upstream.
- Add systemd pre(un)/post(un) macros for mpd.socket
-------------------------------------------------------------------
Thu Nov 15 11:12:49 UTC 2018 - meissner@suse.com