From 5f27dbe25d98bd88813c2015f1c665ea7c8a4a9e88382c76e3aaa9d92b79986b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 26 Feb 2018 08:35:17 +0000 Subject: [PATCH] Accepting request 579923 from home:mnhauke - Update to version 0.20.18: * input - curl: allow authentication methods other than "Basic" * decoder - flac: improve seeking precision * fix gapless CUE song transitions OBS-URL: https://build.opensuse.org/request/show/579923 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=12 --- mpd-0.20.17.tar.xz | 3 --- mpd-0.20.18.tar.xz | 3 +++ mpd.changes | 10 ++++++++++ mpd.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 mpd-0.20.17.tar.xz create mode 100644 mpd-0.20.18.tar.xz diff --git a/mpd-0.20.17.tar.xz b/mpd-0.20.17.tar.xz deleted file mode 100644 index 87a50ee..0000000 --- a/mpd-0.20.17.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cb0e7f0e219df60a04b3c997d8ed7ad458ebfd89fd045e03fbe727277d5dac1 -size 792108 diff --git a/mpd-0.20.18.tar.xz b/mpd-0.20.18.tar.xz new file mode 100644 index 0000000..5633810 --- /dev/null +++ b/mpd-0.20.18.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a582dc2ae90b94ff3853f9ffd7d80b2c2b5fe2e2c35cb1da0b36f3f3dfad434 +size 792416 diff --git a/mpd.changes b/mpd.changes index 46b3740..d4060f7 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 25 09:45:09 UTC 2018 - mardnh@gmx.de + +- Update to version 0.20.18: + * input + - curl: allow authentication methods other than "Basic" + * decoder + - flac: improve seeking precision + * fix gapless CUE song transitions + ------------------------------------------------------------------- Sun Feb 11 13:17:41 UTC 2018 - mardnh@gmx.de diff --git a/mpd.spec b/mpd.spec index f0bbed0..5c48ce2 100644 --- a/mpd.spec +++ b/mpd.spec @@ -23,10 +23,10 @@ %define _userunitdir %{_prefix}/lib/systemd/user %endif Name: mpd -Version: 0.20.17 +Version: 0.20.18 Release: 0 Summary: Music Player Daemon -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Players Url: https://www.musicpd.org/ Source: https://www.musicpd.org/download/mpd/0.20/mpd-%{version}.tar.xz