Accepting request 1011997 from multimedia:apps

- Updated to 0.23.10
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.10/NEWS
  * storage: curl: fixed file time stamps
  * decoder: ffmpeg: fixed libfmt 9 compiler warning
  * encoder: flac: fixed failure when libFLAC is built without Ogg support
  * output: alsa: fixed crash bug

OBS-URL: https://build.opensuse.org/request/show/1011997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpd?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2022-10-17 12:58:10 +00:00 committed by Git OBS Bridge
commit 5818a6f8e9
6 changed files with 15 additions and 6 deletions

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

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

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Oct 17 07:12:07 UTC 2022 - Илья Индиго <ilya@ilya.cf>
- Updated to 0.23.10
* https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.10/NEWS
* storage: curl: fixed file time stamps
* decoder: ffmpeg: fixed libfmt 9 compiler warning
* encoder: flac: fixed failure when libFLAC is built without Ogg support
* output: alsa: fixed crash bug
-------------------------------------------------------------------
Wed Aug 24 06:10:55 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -20,7 +20,7 @@
%bcond_with faad
%bcond_without mpd_iso9660
Name: mpd
Version: 0.23.9
Version: 0.23.10
Release: 0
Summary: Music Player Daemon
License: GPL-2.0-or-later
@ -34,12 +34,11 @@ Source5: %{name}.tmpfiles.d
Patch0: %{name}-conf.patch
Patch1: %{name}-sndfile.patch
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: group(audio)
BuildRequires: hicolor-icon-theme
BuildRequires: libboost_headers-devel
BuildRequires: libcue-devel
BuildRequires: group(audio)
# MPD_ENABLE_AUTO_LIB
BuildRequires: libgcrypt-devel
BuildRequires: libmikmod-devel