From 504e04f70fee6f4b80fdb451dd3b1d727cad817502755f987f1f950c940534b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 16 Nov 2018 15:09:01 +0000 Subject: [PATCH] Accepting request 649553 from home:alarrosa:branches:multimedia:apps - Update to version 0.21.2 * protocol - operator "=~" matches a regular expression - operator "contains" matches substrings * decoder - ffmpeg: require FFmpeg 3.1 or later - ffmpeg: fix broken sound with certain codecs * output - alsa: fix high CPU usage with dmix - httpd: fix three crash bugs * mixer - alsa: fix more rounding errors * fix zlib support - Remove mpd-zlib.patch which was already merged upstream. - Add systemd pre(un)/post(un) macros for mpd.socket OBS-URL: https://build.opensuse.org/request/show/649553 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=21 --- mpd-0.21.1.tar.xz | 3 --- mpd-0.21.2.tar.xz | 3 +++ mpd-zlib.patch | 20 -------------------- mpd.changes | 21 +++++++++++++++++++++ mpd.spec | 14 ++++++-------- 5 files changed, 30 insertions(+), 31 deletions(-) delete mode 100644 mpd-0.21.1.tar.xz create mode 100644 mpd-0.21.2.tar.xz delete mode 100644 mpd-zlib.patch diff --git a/mpd-0.21.1.tar.xz b/mpd-0.21.1.tar.xz deleted file mode 100644 index 96f1fa7..0000000 --- a/mpd-0.21.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5674e791a6f3687a312431fd7e14d9d27fc62e21b869ff6b522bf6ba1bb5c069 -size 662308 diff --git a/mpd-0.21.2.tar.xz b/mpd-0.21.2.tar.xz new file mode 100644 index 0000000..78ed9fa --- /dev/null +++ b/mpd-0.21.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ff74ff521aa2b390bdeac299954da21b9d0a66216abdd500ae590d97ab514a +size 664408 diff --git a/mpd-zlib.patch b/mpd-zlib.patch deleted file mode 100644 index 03473cb..0000000 --- a/mpd-zlib.patch +++ /dev/null @@ -1,20 +0,0 @@ -From ad597a8ff0b6595dc47ab87732cfe037f1b2e5fc Mon Sep 17 00:00:00 2001 -From: Max Kellermann -Date: Wed, 7 Nov 2018 23:24:58 +0100 -Subject: [PATCH] lib/zlib/meson.build: define ENABLE_ZLIB - -Fixes #414 ---- - src/lib/zlib/meson.build | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/lib/zlib/meson.build b/src/lib/zlib/meson.build -index c697e5228..d690b563d 100644 ---- a/src/lib/zlib/meson.build -+++ b/src/lib/zlib/meson.build -@@ -1,4 +1,5 @@ - zlib_dep = dependency('zlib', required: get_option('zlib')) -+conf.set('ENABLE_ZLIB', zlib_dep.found()) - if not zlib_dep.found() - subdir_done() - endif diff --git a/mpd.changes b/mpd.changes index 9caab53..378f20b 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Nov 16 11:55:10 UTC 2018 - Antonio Larrosa + +- Update to version 0.21.2 + * protocol + - operator "=~" matches a regular expression + - operator "contains" matches substrings + * decoder + - ffmpeg: require FFmpeg 3.1 or later + - ffmpeg: fix broken sound with certain codecs + * output + - alsa: fix high CPU usage with dmix + - httpd: fix three crash bugs + * mixer + - alsa: fix more rounding errors + * fix zlib support + +- Remove mpd-zlib.patch which was already merged upstream. + +- Add systemd pre(un)/post(un) macros for mpd.socket + ------------------------------------------------------------------- Thu Nov 15 11:12:49 UTC 2018 - meissner@suse.com diff --git a/mpd.spec b/mpd.spec index 720090f..0d65104 100644 --- a/mpd.spec +++ b/mpd.spec @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,7 +25,7 @@ %endif %define mver 0.21 Name: mpd -Version: 0.21.1 +Version: 0.21.2 Release: 0 Summary: Music Player Daemon License: GPL-3.0-or-later @@ -36,8 +36,6 @@ Source2: README.%{name} Source3: mpd-user.conf # PATCH-FEATURE-OPENSUSE mpd-mpdconf_suse.patch -- Patch0: %{name}-mpdconf_suse.patch -# PATCH-FIX-UPSTREAM mpd-zlib.patch -Patch2: mpd-zlib.patch # PATCH-FEATURE-OPENSUSE mpd-docs.patch Patch3: mpd-docs.patch # PATCH-FIX-OPENSUSE mpd-sndfile.patch @@ -243,16 +241,16 @@ ln -s service %{buildroot}%{_sbindir}/rcmpd %pre # add mpd user only when installing first time getent passwd mpd >/dev/null || useradd -r -g audio -d %{_localstatedir}/lib/mpd -s /sbin/nologin -c "user for mpd" mpd -%service_add_pre mpd.service +%service_add_pre mpd.service mpd.socket %post -%service_add_post mpd.service +%service_add_post mpd.service mpd.socket %preun -%service_del_preun mpd.service +%service_del_preun mpd.service mpd.socket %postun -%service_del_postun mpd.service +%service_del_postun mpd.service mpd.socket %files %license COPYING