Hello community, here is the log from the commit of package mpclient for openSUSE:Factory checked in at 2019-10-11 15:16:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpclient (Old) and /work/SRC/openSUSE:Factory/.mpclient.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpclient" Fri Oct 11 15:16:20 2019 rev:3 rq:736673 version:0.32 Changes: -------- --- /work/SRC/openSUSE:Factory/mpclient/mpclient.changes 2018-10-04 19:02:37.727131819 +0200 +++ /work/SRC/openSUSE:Factory/.mpclient.new.2352/mpclient.changes 2019-10-11 15:16:41.832205850 +0200 @@ -1,0 +2,19 @@ +Tue Oct 8 09:58:41 UTC 2019 - Илья Индиго <[email protected]> + +- Refresh spec-file via spec-cleaner and manual optimizations + * specified the correct license GPL-2.0-or-later +- Update to 0.32 + * https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.32/NEWS + * add commands "queued", "seekthrough", "mount", "unmount" + * support "search" with filter expression (MPD 0.21) + * support "load" with range + * allow only tag names after "list" + * fix the Windows build (no strndup()) + * make documentation build optional with -Ddocumentation={true|false|auto} + * build: require Meson 0.47 + * add command "listneighbors" + * reduce network transfer for "search" + * fall back to "Composer" or "AlbumArtist" tag in the default format + * support abstract socket in --host option + +------------------------------------------------------------------- Old: ---- mpc-0.30.tar.xz New: ---- mpc-0.32.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpclient.spec ++++++ --- /var/tmp/diff_new_pack.f8ATqq/_old 2019-10-11 15:16:45.404196031 +0200 +++ /var/tmp/diff_new_pack.f8ATqq/_new 2019-10-11 15:16:45.428195964 +0200 @@ -1,7 +1,7 @@ # # spec file for package mpclient # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,17 +18,17 @@ Name: mpclient -Version: 0.30 +Version: 0.32 Release: 0 Summary: A minimalist command line interface to MPD -License: GPL-2.0-only -Group: Productivity/Multimedia/Sound/Utilities -URL: http://www.musicpd.org/ -Source: http://www.musicpd.org/download/mpc/0/mpc-%{version}.tar.xz -BuildRequires: meson +License: GPL-2.0-or-later +URL: https://www.musicpd.org +Source0: https://www.musicpd.org/download/mpc/0/mpc-%{version}.tar.xz +BuildRequires: meson >= 0.47.2 BuildRequires: ninja BuildRequires: pkgconfig -BuildRequires: pkgconfig(libmpdclient) >= 2.9 +BuildRequires: python3-Sphinx +BuildRequires: pkgconfig(libmpdclient) %description A client for MPD, the Music Player Daemon. mpc connects to a MPD @@ -48,7 +48,7 @@ install -m 0755 contrib/mpd-m3u-handler.sh %{buildroot}%{_bindir}/mpd-m3u-handler install -Dm 0644 contrib/mpc-completion.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name} -rm -rf %{buildroot}%{_datadir}/doc +rm -r %{buildroot}%{_datadir}/doc %check %meson_test @@ -56,7 +56,8 @@ %files %license COPYING %doc NEWS README.rst -%{_bindir}/* %config %{_datadir}/bash-completion/completions/%{name} +%{_bindir}/{mpc,mpd-*} +%{_mandir}/man1/mpc.1%{?ext_man} %changelog ++++++ mpc-0.30.tar.xz -> mpc-0.32.tar.xz ++++++ ++++ 1895 lines of diff (skipped)
