Accepting request 894724 from home:13ilya:branches:multimedia:apps

- Update to 0.22.7
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.7/NEWS
  * protocol:
    * don't use glibc extension to parse time stamps
    * optimize the "albumart" command
  * input:
    * curl: send user/password in the first request, save one roundtrip
  * decoder:
    * ffmpeg: fix build problem with FFmpeg 3.4
    * gme: support RSN files
  * storage: curl: don't use glibc extension
  * database: simple: fix database corruption bug
  * output:
    * fix crash when pausing with multiple partitions
    * httpd: send header "Access-Control-Allow-Origin: *"

OBS-URL: https://build.opensuse.org/request/show/894724
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=72
This commit is contained in:
Илья Индиго 2021-05-21 06:24:33 +00:00 committed by Git OBS Bridge
parent a827cbfc01
commit cf32e94415
6 changed files with 24 additions and 5 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri May 21 06:04:21 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Update to 0.22.7
* https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.7/NEWS
* protocol:
* don't use glibc extension to parse time stamps
* optimize the "albumart" command
* input:
* curl: send user/password in the first request, save one roundtrip
* decoder:
* ffmpeg: fix build problem with FFmpeg 3.4
* gme: support RSN files
* storage: curl: don't use glibc extension
* database: simple: fix database corruption bug
* output:
* fix crash when pausing with multiple partitions
* httpd: send header "Access-Control-Allow-Origin: *"
-------------------------------------------------------------------
Fri Feb 19 23:49:35 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -20,7 +20,7 @@
%bcond_with faad
%bcond_without mpd_iso9660
Name: mpd
Version: 0.22.6
Version: 0.22.7
Release: 0
Summary: Music Player Daemon
License: GPL-2.0-or-later
@ -36,10 +36,10 @@ 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