Hello community,
here is the log from the commit of package deadbeef-plugin-mpris2 for
openSUSE:Factory checked in at 2017-06-15 11:19:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deadbeef-plugin-mpris2 (Old)
and /work/SRC/openSUSE:Factory/.deadbeef-plugin-mpris2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deadbeef-plugin-mpris2"
Thu Jun 15 11:19:01 2017 rev:1 rq:494384 version:1.10
Changes:
--------
New Changes file:
--- /dev/null 2017-03-01 00:40:19.279048016 +0100
+++
/work/SRC/openSUSE:Factory/.deadbeef-plugin-mpris2.new/deadbeef-plugin-mpris2.changes
2017-06-15 11:19:01.880363972 +0200
@@ -0,0 +1,27 @@
+-------------------------------------------------------------------
+Tue May 9 16:45:47 UTC 2017 - [email protected]
+
+- Update to version 1.10:
+ * Fix the seek method not returning a reply.
+ * Fix the seek method not reading the argument correctly.
+ This often led to Skipping to the next or previous track.
+ * Fix the --enable-debug configure switch doing nothing.
+
+-------------------------------------------------------------------
+Sat May 28 15:43:12 UTC 2016 - [email protected]
+
+- Update to version 1.9:
+ * Fix compatibility with GLib < 2.32.
+ * Fix starting a paused track via MPRIS2.
+
+-------------------------------------------------------------------
+Fri Sep 4 07:57:28 UTC 2015 - [email protected]
+
+- Rename package to deadbeef-plugin-mpris2.
+- Correct license.
+- Spec cleanup.
+
+-------------------------------------------------------------------
+Sun Jun 28 15:19:02 UTC 2015 - [email protected]
+
+- Initial package.
New:
----
deadbeef-mpris2-plugin-1.10.tar.xz
deadbeef-plugin-mpris2.changes
deadbeef-plugin-mpris2.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ deadbeef-plugin-mpris2.spec ++++++
#
# spec file for package deadbeef-plugin-mpris2
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2015 Hillwood Yang <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
%define _name deadbeef-mpris2-plugin
Name: deadbeef-plugin-mpris2
Version: 1.10
Release: 0
Summary: MPRISv2 plugin for the DeaDBeeF music player
License: GPL-3.0+
Group: Productivity/Multimedia/Sound/Players
Url: https://github.com/Serranya/deadbeef-mpris2-plugin
Source:
https://github.com/Serranya/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
BuildRequires: autoconf >= 2.69
BuildRequires: automake
BuildRequires: deadbeef-devel >= 0.6.2
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gthread-2.0)
Requires: deadbeef >= 0.6.2
Obsoletes: %{_name} <= %{version}
Provides: %{_name} = %{version}
Provides: deadbeef-MPRIS-plugin = %{version}
Obsoletes: deadbeef-MPRIS-plugin < %{version}
%description
This plugin aims to implement the MPRISv2 D-Bus interface for
DeaDBeeF for instance to integrate DeaDBeeF into Sound Menu.
%prep
%setup -q -n deadbeef-%{version}
%build
autoreconf -fi
%configure \
--disable-static
make %{?_smp_mflags} V=1
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%files
%defattr(-,root,root)
%{_libdir}/deadbeef/
%changelog