Hello community, here is the log from the commit of package osdlyrics for openSUSE:Factory checked in at 2019-05-14 13:43:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osdlyrics (Old) and /work/SRC/openSUSE:Factory/.osdlyrics.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osdlyrics" Tue May 14 13:43:44 2019 rev:17 rq:702732 version:0.4.99.1 Changes: -------- --- /work/SRC/openSUSE:Factory/osdlyrics/osdlyrics.changes 2018-09-25 15:44:22.325165560 +0200 +++ /work/SRC/openSUSE:Factory/.osdlyrics.new.5148/osdlyrics.changes 2019-05-14 13:43:46.796692411 +0200 @@ -1,0 +2,15 @@ +Tue May 14 03:00:53 UTC 2019 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 0.5.5RC1 + * Fix autoreconf with "foreign" flag + * Upgrade PyGObject from 2 to 3 +- Use python3. + +------------------------------------------------------------------- +Tue Oct 2 14:37:33 UTC 2018 - hillw...@opensuse.org + +- Update version to 0.4.3+git20180723. + * Add netease source + * Fix bugs + +------------------------------------------------------------------- Old: ---- osdlyrics-0.4.3+git20170817.8661927.tar.xz New: ---- osdlyrics-0.5.5-rc1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osdlyrics.spec ++++++ --- /var/tmp/diff_new_pack.TphvQP/_old 2019-05-14 13:43:47.260693392 +0200 +++ /var/tmp/diff_new_pack.TphvQP/_new 2019-05-14 13:43:47.260693392 +0200 @@ -1,7 +1,7 @@ # # spec file for package osdlyrics # -# Copyright (c) 2018 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,20 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define with_mpd 0 -%define date 20170817 +%define date 20190330 +# %define commit 18cc4a872c3a18e99a33ac233f7c8cb2f5dfc624 +# %define shortcommit 18cc4a8 +%define _version 0.5.5-rc1 + Name: osdlyrics -Version: 0.4.3+git%{date}.8661927 +Version: 0.4.99.1 Release: 0 Summary: A third-party lyrics display program License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Visualization URL: https://github.com/osdlyrics/osdlyrics -Source0: %{name}-%{version}.tar.xz +Source0: https://github.com/osdlyrics/osdlyrics/archive/%{_version}/%{name}-%{_version}.tar.gz +# Source0: https://github.com/osdlyrics/osdlyrics/archive/%{commit}/%{name}-%{shortcommit}.tar.gz Source1: %{name}-appdata.xml BuildRequires: fdupes BuildRequires: gcc @@ -48,37 +53,42 @@ BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(xmms2-client) Requires: gtk2 -Requires: python-chardet -Requires: python-curl +Requires: python3-chardet +Requires: python3-future +Requires: python3-pycurl Requires: sqlite3 Recommends: %{name}-lang -Recommends: python-%{name} +Recommends: python3-%{name} %if %{with_mpd} BuildRequires: mpd %endif %description -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. +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. -%package -n python-%{name} +%package -n python3-%{name} Summary: Python module for osdlyrics Group: Productivity/Multimedia/Sound/Visualization Requires: %{name} = %{version} +Obsoletes: python-%{name} <= %{version} -%description -n python-osdlyrics -This package contains python module for osdlyrics +%description -n python3-osdlyrics +This package contains python3 module for osdlyrics %lang_package %prep -%setup -q -n osdlyrics-%{version} +%setup -q -n %{name}-%{_version} %build +export PYTHON=python3 NOCONFIGURE=1 ./autogen.sh %configure --enable-appindicator \ + PYTHON=/usr/bin/python3 \ %if %{with_mpd} --enable-mpd \ %else @@ -91,7 +101,7 @@ %make_install install -d %{buildroot}%{_datadir}/appdata cp %{SOURCE1} %{buildroot}%{_datadir}/appdata/ -sed -i 's/$$version/%{version}/g; s/$$date/%{date}/g' \ +sed -i 's/$$version/%{_version}/g; s/$$date/%{date}/g' \ %{buildroot}%{_datadir}/appdata/%{name}-appdata.xml %suse_update_desktop_file %{name} @@ -111,8 +121,8 @@ %endif %files -%license COPYING -%doc AUTHORS ChangeLog README +%license LICENSE +%doc README.md %{_bindir}/%{name} %{_bindir}/%{name}-create-lyricsource %{_bindir}/%{name}-daemon @@ -124,8 +134,8 @@ %dir %{_datadir}/appdata %{_datadir}/appdata/%{name}-appdata.xml -%files -n python-%{name} -%{python_sitelib}/%{name} +%files -n python3-%{name} +%{python3_sitelib}/%{name} %files lang -f %{name}.lang