Hello community, here is the log from the commit of package xplayer for openSUSE:Factory checked in at 2018-05-13 16:05:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xplayer (Old) and /work/SRC/openSUSE:Factory/.xplayer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xplayer" Sun May 13 16:05:16 2018 rev:15 rq:605805 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes 2018-03-28 10:31:15.389315182 +0200 +++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2018-05-13 16:05:18.485799888 +0200 @@ -1,0 +2,15 @@ +Thu May 8 20:40:20 UTC 2018 - [email protected] + +- Update to version 1.8.0: + * Do not use gnome-common. + * Fix the python shebang. + * Clean up the auto-generated files. + * Fix a compilation error. + * Fix "Pause" handler for the MPRIS interface, as well as the + media key interface. The media-key handler simply hadn't + implemented it, and the mpris plugin (python) was encountering + an introspection namespace issue with the pause methods. + * rotation plugin: Fix build, remove generated files, and allow + the build to compile the .vala source. + +------------------------------------------------------------------- Old: ---- xplayer-1.6.1.tar.gz New: ---- xplayer-1.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xplayer.spec ++++++ --- /var/tmp/diff_new_pack.2DUKww/_old 2018-05-13 16:05:19.529761802 +0200 +++ /var/tmp/diff_new_pack.2DUKww/_new 2018-05-13 16:05:19.529761802 +0200 @@ -18,19 +18,24 @@ %bcond_without zeitgeist Name: xplayer -Version: 1.6.1 +Version: 1.8.0 Release: 0 Summary: Generic media player License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Productivity/Multimedia/Video/Players Url: https://github.com/linuxmint/xplayer Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: autoconf-archive +BuildRequires: automake BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: gnome-common BuildRequires: gstreamer-plugins-good >= 0.11.93 # For gst-inspect tool BuildRequires: gstreamer-utils >= 0.11.93 +BuildRequires: gtk-doc +BuildRequires: intltool +BuildRequires: libtool BuildRequires: lirc-devel BuildRequires: pkgconfig BuildRequires: python-devel @@ -158,10 +163,11 @@ %setup -q %build -NOCONFIGURE=1 gnome-autogen.sh +NOCONFIGURE=1 ./autogen.sh export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins/ %configure \ - --disable-static + --disable-static \ + --disable-Werror make %{?_smp_mflags} V=1 %install ++++++ xplayer-1.6.1.tar.gz -> xplayer-1.8.0.tar.gz ++++++ ++++ 21507 lines of diff (skipped)
