Hello community,

here is the log from the commit of package mpclient for openSUSE:Factory 
checked in at 2018-10-04 19:02:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpclient (Old)
 and      /work/SRC/openSUSE:Factory/.mpclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpclient"

Thu Oct  4 19:02:34 2018 rev:2 rq:639912 version:0.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpclient/mpclient.changes        2017-10-01 
17:01:46.427053587 +0200
+++ /work/SRC/openSUSE:Factory/.mpclient.new/mpclient.changes   2018-10-04 
19:02:37.727131819 +0200
@@ -1,0 +2,16 @@
+Thu Oct  4 08:47:40 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.30:
+  * add command "rescan"
+  * seek: use the "seekcur" command instead of "seekid"
+  * require MPD 0.19
+  * implement %prio% for --format
+  * the default --format falls back to "performer" if there is no "artist"
+  * add command "prio"
+  * command "outputs" prints attributes
+  * fix build failure with gcc 7.0 and clang 4.0
+  * build with Meson instead of autotools
+- Switch to meson
+- Move the bash completion to /usr
+
+-------------------------------------------------------------------

Old:
----
  mpc-0.28.tar.xz

New:
----
  mpc-0.30.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mpclient.spec ++++++
--- /var/tmp/diff_new_pack.h51Hit/_old  2018-10-04 19:02:39.711129731 +0200
+++ /var/tmp/diff_new_pack.h51Hit/_new  2018-10-04 19:02:39.715129726 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mpclient
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,21 +13,22 @@
 # 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/
 #
 
 
 Name:           mpclient
-Version:        0.28
+Version:        0.30
 Release:        0
-License:        GPL-2.0
 Summary:        A minimalist command line interface to MPD
-Url:            http://www.musicpd.org/
+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:  pkg-config
+BuildRequires:  meson
+BuildRequires:  ninja
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libmpdclient) >= 2.9
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A client for MPD, the Music Player Daemon. mpc connects to a MPD
@@ -38,23 +39,24 @@
 %setup -q -n mpc-%{version}
 
 %build
-%configure 
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%makeinstall
-install -m 0755 doc/mpd-pls-handler.sh %{buildroot}%{_bindir}/mpd-pls-handler
-install -m 0755 doc/mpd-m3u-handler.sh %{buildroot}%{_bindir}/mpd-m3u-handler
-install -m 0755 doc/mppledit %{buildroot}%{_bindir}/mppledit
+%meson_install
+install -m 0755 contrib/mpd-pls-handler.sh 
%{buildroot}%{_bindir}/mpd-pls-handler
+install -m 0755 contrib/mpd-m3u-handler.sh 
%{buildroot}%{_bindir}/mpd-m3u-handler
 
-mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d/
-install -m 0644 doc/mpc-completion.bash 
%{buildroot}%{_sysconfdir}/bash_completion.d/mpc-completion.sh
+install -Dm 0644 contrib/mpc-completion.bash 
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
 rm -rf %{buildroot}%{_datadir}/doc
 
+%check
+%meson_test
+
 %files
-%doc COPYING NEWS README
+%license COPYING
+%doc NEWS README.rst
 %{_bindir}/*
-%config %{_sysconfdir}/bash_completion.d
-%{_mandir}/man1/*
+%config %{_datadir}/bash-completion/completions/%{name}
 
 %changelog

++++++ mpc-0.28.tar.xz -> mpc-0.30.tar.xz ++++++
++++ 16279 lines of diff (skipped)


Reply via email to