Hello community, here is the log from the commit of package xplayer for openSUSE:Factory checked in at 2018-03-28 10:31:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xplayer (Old) and /work/SRC/openSUSE:Factory/.xplayer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xplayer" Wed Mar 28 10:31:11 2018 rev:14 rq:591043 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes 2017-11-27 22:16:28.554849220 +0100 +++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2018-03-28 10:31:15.389315182 +0200 @@ -1,0 +2,6 @@ +Thu Mar 15 17:02:14 UTC 2018 - [email protected] + +- Require gstreamer-plugin-cluttergst3 instead of + gstreamer-plugin-gstclutter-3_0 on Leap 15.0 or later. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xplayer.spec ++++++ --- /var/tmp/diff_new_pack.MwG7iP/_old 2018-03-28 10:31:16.265283679 +0200 +++ /var/tmp/diff_new_pack.MwG7iP/_new 2018-03-28 10:31:16.269283535 +0200 @@ -1,7 +1,7 @@ # # spec file for package xplayer # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Version: 1.6.1 Release: 0 Summary: Generic media player -License: GPL-2.0+ AND LGPL-2.1+ +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 @@ -46,6 +46,7 @@ BuildRequires: pkgconfig(dbus-glib-1) >= 0.82 BuildRequires: pkgconfig(glib-2.0) >= 2.33.0 BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(grilo-0.3) BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gstreamer-1.0) >= 0.11.93 BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) >= 1.0.2 @@ -63,8 +64,6 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xapp) BuildRequires: pkgconfig(xkbfile) -# Required for cluttersink. -Requires: gstreamer-plugin-gstclutter-3_0 # Needed for scaletempo (boo#810378, boo#809854). Requires: gstreamer-plugins-bad # We want a useful set of plugins. @@ -85,11 +84,15 @@ %else Obsoletes: %{name}-plugin-zeitgeist <= %{version} %endif -%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 +%if 0%{?suse_version} >= 1500 BuildRequires: pkgconfig(grilo-0.3) -Requires: python-gobject-Gdk +# Required for cluttersink. +Requires: gstreamer-plugin-cluttergst3 +Requires: python2-gobject-Gdk %else -BuildRequires: pkgconfig(grilo-0.2) +# Required for cluttersink. +Requires: gstreamer-plugin-gstclutter-3_0 +Requires: python-gobject-Gdk %endif %description @@ -106,10 +109,14 @@ Recommends: brasero # BBC iPlayer plugin. Recommends: python-beautifulsoup -Recommends: python-httplib2 # Gromit Annotation plugin. Suggests: gromit %glib2_gsettings_schema_requires +%if 0%{?suse_version} >= 1500 +Recommends: python2-httplib2 +%else +Recommends: python-httplib2 +%endif %description plugins xplayer is a media player based on GStreamer for the Cinnamon @@ -169,7 +176,7 @@ %post /sbin/ldconfig -%if 0%{?suse_version} <= 1320 +%if 0%{?suse_version} < 1500 %desktop_database_post %icon_theme_cache_post %glib2_gsettings_schema_post @@ -177,13 +184,13 @@ %postun /sbin/ldconfig -%if 0%{?suse_version} <= 1320 +%if 0%{?suse_version} < 1500 %desktop_database_postun %icon_theme_cache_postun %glib2_gsettings_schema_post %endif -%if 0%{?suse_version} <= 1320 +%if 0%{?suse_version} < 1500 %post plugins %glib2_gsettings_schema_post @@ -192,7 +199,12 @@ %endif %files -%doc AUTHORS COPYING ChangeLog NEWS README +%if 0%{?suse_version} >= 1500 +%license COPYING +%else +%doc COPYING +%endif +%doc AUTHORS ChangeLog NEWS README %doc %{_datadir}/help/C/%{name}/ %{_bindir}/%{name}* %{_datadir}/applications/*.desktop
