Hello community, here is the log from the commit of package osdlyrics for openSUSE:Factory checked in at 2018-09-25 15:44:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osdlyrics (Old) and /work/SRC/openSUSE:Factory/.osdlyrics.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osdlyrics" Tue Sep 25 15:44:18 2018 rev:16 rq:637881 version:0.4.3+git20170817.8661927 Changes: -------- --- /work/SRC/openSUSE:Factory/osdlyrics/osdlyrics.changes 2017-12-21 11:29:01.972458352 +0100 +++ /work/SRC/openSUSE:Factory/.osdlyrics.new/osdlyrics.changes 2018-09-25 15:44:22.325165560 +0200 @@ -1,0 +2,15 @@ +Tue Sep 25 08:18:34 UTC 2018 - Jan Engelhardt <[email protected]> + +- Avoid repetition of program name. + +------------------------------------------------------------------- +Mon Sep 24 14:55:33 UTC 2018 - [email protected] + +- License is GPL-3.0-or-later + +------------------------------------------------------------------- +Mon Sep 24 13:54:39 UTC 2018 - [email protected] + +- Fix boo#1109453. Set Requires tag for python-curl and python-chardet + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osdlyrics.spec ++++++ --- /var/tmp/diff_new_pack.iI57us/_old 2018-09-25 15:44:22.873164974 +0200 +++ /var/tmp/diff_new_pack.iI57us/_new 2018-09-25 15:44:22.873164974 +0200 @@ -1,7 +1,7 @@ # # spec file for package osdlyrics # -# 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 @@ -12,20 +12,19 @@ # 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/ # %define with_mpd 0 %define date 20170817 - Name: osdlyrics Version: 0.4.3+git%{date}.8661927 Release: 0 Summary: A third-party lyrics display program -License: GPL-3.0 +License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Visualization -Url: https://github.com/osdlyrics/osdlyrics +URL: https://github.com/osdlyrics/osdlyrics Source0: %{name}-%{version}.tar.xz Source1: %{name}-appdata.xml BuildRequires: fdupes @@ -37,6 +36,7 @@ BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: libtool +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(appindicator-0.1) BuildRequires: pkgconfig(dbus-glib-1) @@ -47,36 +47,26 @@ BuildRequires: pkgconfig(python) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(xmms2-client) -%if %{with_mpd} -BuildRequires: mpd -%endif Requires: gtk2 +Requires: python-chardet +Requires: python-curl Requires: sqlite3 -Recommends: python-%{name} Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Recommends: python-%{name} +%if %{with_mpd} +BuildRequires: mpd +%endif %description -OSD Lyrics -==================== - OSD Lyrics is a lyrics show compatible with various media players. It is not a plugin but a standalone program. OSD Lyrics shows lyrics on your desktop, in the style similar to KaraOK. It also provides another displaying style, in which lyrics scroll from bottom to top. OSD Lyrics can download lyrics from the network automatically. -==================== - -Authors: --------- - Tiger Soldier <[email protected]> - SarlmolApple <[email protected]> - SimplyZhao <[email protected]> %package -n python-%{name} Summary: Python module for osdlyrics Group: Productivity/Multimedia/Sound/Visualization Requires: %{name} = %{version} -%py_requires %description -n python-osdlyrics This package contains python module for osdlyrics @@ -121,8 +111,8 @@ %endif %files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog README COPYING +%license COPYING +%doc AUTHORS ChangeLog README %{_bindir}/%{name} %{_bindir}/%{name}-create-lyricsource %{_bindir}/%{name}-daemon @@ -135,7 +125,6 @@ %{_datadir}/appdata/%{name}-appdata.xml %files -n python-%{name} -%defattr(-,root,root,-) %{python_sitelib}/%{name} %files lang -f %{name}.lang
