Hello community, here is the log from the commit of package radiotray for openSUSE:Factory checked in at 2019-01-21 10:52:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/radiotray (Old) and /work/SRC/openSUSE:Factory/.radiotray.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "radiotray" Mon Jan 21 10:52:10 2019 rev:22 rq:665640 version:0.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/radiotray/radiotray.changes 2017-09-11 16:23:28.530933487 +0200 +++ /work/SRC/openSUSE:Factory/.radiotray.new.28833/radiotray.changes 2019-01-21 10:52:10.895886233 +0100 @@ -1,0 +2,12 @@ +Sun Jan 13 11:40:16 UTC 2019 - [email protected] + +- Fix wrong require python-dbus. + Python-dbus does not exists. Python-dbus-python exists. + +------------------------------------------------------------------- +Tue Jan 1 11:14:17 UTC 2019 - [email protected] + +- Add missing requirement on python-dbus (boo#1120427). +- Clean spec file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ radiotray.spec ++++++ --- /var/tmp/diff_new_pack.slYyfV/_old 2019-01-21 10:52:12.423884381 +0100 +++ /var/tmp/diff_new_pack.slYyfV/_new 2019-01-21 10:52:12.427884377 +0100 @@ -1,7 +1,7 @@ # # spec file for package radiotray # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # 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/ # @@ -20,7 +20,7 @@ Version: 0.7.3 Release: 0 Summary: A streaming player for listening to online radios -License: GPL-1.0+ +License: GPL-1.0-or-later Group: Productivity/Multimedia/Sound/Players Url: http://radiotray.sourceforge.net Source0: http://downloads.sourceforge.net/project/radiotray/releases/%{name}-%{version}.tar.gz @@ -33,13 +33,13 @@ BuildRequires: python BuildRequires: python-xdg BuildRequires: update-desktop-files +Requires: python-dbus-python Requires: python-gobject-Gdk Requires: python-gst Requires: python-gtk Requires: python-lxml Requires: python-notify Requires: python-xdg -Recommends: %{name}-lang Recommends: gstreamer-plugins-ugly BuildArch: noarch @@ -65,20 +65,21 @@ %install python setup.py install -O1 --skip-build --root %{buildroot} -%suse_update_desktop_file radiotray %find_lang %{name} %{?no_lang_C} rm -r %{buildroot}%{_datadir}/doc/%{name}-%{version} %fdupes %{buildroot}%{python_sitelib} - +%if 0%{?suse_version} < 1330 %post %desktop_database_post %postun %desktop_database_postun +%endif %files -%doc AUTHORS CONTRIBUTORS COPYING NEWS README +%doc AUTHORS CONTRIBUTORS NEWS README +%license COPYING %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop
