Hello community, here is the log from the commit of package osdlyrics for openSUSE:Factory checked in at 2020-01-05 15:22:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osdlyrics (Old) and /work/SRC/openSUSE:Factory/.osdlyrics.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osdlyrics" Sun Jan 5 15:22:30 2020 rev:2 rq:760925 version:0.4.99.1 Changes: -------- --- /work/SRC/openSUSE:Factory/osdlyrics/osdlyrics.changes 2020-01-02 14:42:16.348933872 +0100 +++ /work/SRC/openSUSE:Factory/.osdlyrics.new.6675/osdlyrics.changes 2020-01-05 15:22:31.373602088 +0100 @@ -1,0 +2,5 @@ +Sun Jan 5 09:26:27 UTC 2020 - Hillwood Yang <hillw...@opensuse.org> + +- Change appdata install path. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osdlyrics.spec ++++++ --- /var/tmp/diff_new_pack.jNcS3O/_old 2020-01-05 15:22:31.973602388 +0100 +++ /var/tmp/diff_new_pack.jNcS3O/_new 2020-01-05 15:22:31.977602390 +0100 @@ -1,7 +1,7 @@ # # spec file for package osdlyrics # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,9 +12,10 @@ # 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 20190330 # %define commit 18cc4a872c3a18e99a33ac233f7c8cb2f5dfc624 @@ -96,10 +97,10 @@ %install %make_install -install -d %{buildroot}%{_datadir}/appdata -cp %{SOURCE1} %{buildroot}%{_datadir}/appdata/ +install -d %{buildroot}%{_datadir}/metainfo +cp %{SOURCE1} %{buildroot}%{_datadir}/metainfo sed -i 's/$$version/%{_version}/g; s/$$date/%{date}/g' \ -%{buildroot}%{_datadir}/appdata/%{name}-appdata.xml +%{buildroot}%{_datadir}/metainfo/%{name}-appdata.xml %suse_update_desktop_file %{name} @@ -117,8 +118,8 @@ %{_datadir}/icons/hicolor/ %{_datadir}/%{name}/ %{_datadir}/dbus-1/services/org.%{name}.* -%dir %{_datadir}/appdata -%{_datadir}/appdata/%{name}-appdata.xml +%dir %{_datadir}/metainfo +%{_datadir}/metainfo/%{name}-appdata.xml %files -n python3-%{name} %{python3_sitelib}/%{name}