Hello community, here is the log from the commit of package linphoneqt for openSUSE:Factory checked in at 2017-11-10 14:58:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linphoneqt (Old) and /work/SRC/openSUSE:Factory/.linphoneqt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linphoneqt" Fri Nov 10 14:58:18 2017 rev:2 rq:540269 version:4.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/linphoneqt/linphoneqt.changes 2017-10-03 23:16:26.689513290 +0200 +++ /work/SRC/openSUSE:Factory/.linphoneqt.new/linphoneqt.changes 2017-11-10 14:58:32.753585645 +0100 @@ -3,0 +4,7 @@ +- Add the missing libqt5-qtquickcontrols dependency (boo#1065173). +- Install the appstream file to the /usr/share/metainfo/ directory + on openSUSE Leap 15.x or newer. + +------------------------------------------------------------------- +Sun Sep 10 14:23:13 UTC 2017 - [email protected] + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linphoneqt.spec ++++++ --- /var/tmp/diff_new_pack.ZreB9f/_old 2017-11-10 14:58:33.737550053 +0100 +++ /var/tmp/diff_new_pack.ZreB9f/_new 2017-11-10 14:58:33.741549909 +0100 @@ -56,8 +56,10 @@ %package -n %{_name} Summary: Web Phone +Group: Productivity/Networking/Other Requires: lib%{_name}-data Requires: libqt5-qtgraphicaleffects +Requires: libqt5-qtquickcontrols Requires: libqt5-qtquickcontrols2 Recommends: %{_name}-cli Obsoletes: %{_name}-lang < %{version} @@ -85,9 +87,15 @@ %install %cmake_install +%if 0%{?suse_version} > 1320 +install -Dpm 0644 linphone.appdata.xml \ + %{buildroot}%{_datadir}/metainfo/linphone.appdata.xml +%else install -Dpm 0644 linphone.appdata.xml \ %{buildroot}%{_datadir}/appdata/linphone.appdata.xml +%endif +%if 0%{?suse_version} <= 1320 %post -n %{_name} %desktop_database_post %icon_theme_cache_post @@ -95,6 +103,7 @@ %postun -n %{_name} %desktop_database_postun %icon_theme_cache_postun +%endif %files -n %{_name} %doc LICENSE README.md @@ -103,7 +112,12 @@ %{_datadir}/linphone/ %{_datadir}/applications/linphone.desktop %{_datadir}/icons/hicolor/*/apps/linphone.* +%if 0%{?suse_version} > 1320 +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/linphone.appdata.xml +%else %dir %{_datadir}/appdata/ %{_datadir}/appdata/linphone.appdata.xml +%endif %changelog
