Accepting request 873937 from home:dirkmueller:Factory

- update to 0.22.6:
  * fix missing tags on songs in queue
  - error for malformed ranges instead of ignoring silently
  - better error message for open-ended range with "move"
  - simple: fix missing CUE sheet metadata in "addid" command
  - id: translate TPE3 to Conductor, not Performer
  - iso9660: another fix for unaligned reads
  - httpd: error handling on Windows improved
  - pulse: fix deadlock with "always_on"

OBS-URL: https://build.opensuse.org/request/show/873937
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=70
This commit is contained in:
Илья Индиго 2021-02-20 06:54:36 +00:00 committed by Git OBS Bridge
parent 8ddc41734f
commit a827cbfc01
6 changed files with 18 additions and 5 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 19 23:49:35 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.22.6:
* fix missing tags on songs in queue
- error for malformed ranges instead of ignoring silently
- better error message for open-ended range with "move"
- simple: fix missing CUE sheet metadata in "addid" command
- id: translate TPE3 to Conductor, not Performer
- iso9660: another fix for unaligned reads
- httpd: error handling on Windows improved
- pulse: fix deadlock with "always_on"
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 23 11:49:19 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua> Sat Jan 23 11:49:19 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>

View File

@ -20,7 +20,7 @@
%bcond_with faad %bcond_with faad
%bcond_without mpd_iso9660 %bcond_without mpd_iso9660
Name: mpd Name: mpd
Version: 0.22.4 Version: 0.22.6
Release: 0 Release: 0
Summary: Music Player Daemon Summary: Music Player Daemon
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -36,10 +36,10 @@ Patch1: %{name}-sndfile.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: group(audio)
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: libboost_headers-devel BuildRequires: libboost_headers-devel
BuildRequires: libcue-devel BuildRequires: libcue-devel
BuildRequires: group(audio)
# MPD_ENABLE_AUTO_LIB # MPD_ENABLE_AUTO_LIB
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
BuildRequires: libmikmod-devel BuildRequires: libmikmod-devel