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
This commit is contained in:
Илья Индиго 2023-12-28 19:15:26 +00:00 committed by Git OBS Bridge
parent 568938768b
commit 5729ba91a5
6 changed files with 24 additions and 12 deletions

View File

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

Binary file not shown.

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

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

BIN
mpd-0.23.15.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 28 18:24:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <llyyr.public@gmail.com>
@ -61,7 +73,7 @@ Wed Aug 24 06:10:55 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
* 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 <cornelis@solcon.nl>
@ -262,7 +274,7 @@ Sun May 30 15:39:04 UTC 2021 - Fabian Niepelt <fniepelt@takios.de>
- 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 - Илья Индиго <ilya@ilya.cf>
@ -429,7 +441,7 @@ Wed Sep 23 06:37:31 UTC 2020 - Dirk Mueller <dmueller@suse.com>
* 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 <dimstar@opensuse.org>
@ -626,7 +638,7 @@ Tue Oct 8 08:02:09 UTC 2019 - Илья Индиго <ilya@ilya.cf>
* 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 - Илья Индиго <ilya@ilya.cf>
@ -842,7 +854,7 @@ Tue Oct 23 18:51:03 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
+ 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

View File

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