Hello community, here is the log from the commit of package gcompris-qt for openSUSE:Factory checked in at 2017-02-16 17:02:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcompris-qt (Old) and /work/SRC/openSUSE:Factory/.gcompris-qt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcompris-qt" Changes: -------- --- /work/SRC/openSUSE:Factory/gcompris-qt/gcompris-qt.changes 2016-12-29 22:50:20.485562571 +0100 +++ /work/SRC/openSUSE:Factory/.gcompris-qt.new/gcompris-qt.changes 2017-02-16 17:02:40.300045747 +0100 @@ -1,0 +2,9 @@ +Mon Feb 13 13:13:13 UTC 2017 - [email protected] + +- Add missing requires : libQt5Svg5 and qml-box2d that obs/rpm + doesn't add when they should. + Fixing empty gcompris-qt on pure leap Gnome3 installation. +- Add missing desktop, appdata, icon files +- Fix copyright year + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcompris-qt.spec ++++++ --- /var/tmp/diff_new_pack.Vw0iDA/_old 2017-02-16 17:02:42.239771306 +0100 +++ /var/tmp/diff_new_pack.Vw0iDA/_new 2017-02-16 17:02:42.247770174 +0100 @@ -1,8 +1,8 @@ # # spec file for package gcompris-qt # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2016 Ioda-Net Sàrl, Charmoille, Switzerland. Bruno Friedmann +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 Ioda-Net Sàrl, Charmoille, Switzerland. Bruno Friedmann # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,8 +52,10 @@ # Runtime requirements, it doesn't start without them (boo#1011125) Requires: %{name}-activities = %{version} Requires: libQt5Multimedia5 +Requires: libQt5Svg5 Requires: libqt5-qtgraphicaleffects Requires: libqt5-qtquickcontrols +Requires: qml-box2d Recommends: %{name}-lang = %{version} Recommends: %{name}-voices = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -121,11 +123,30 @@ popd #Fix wrong place of man page temporaly rm -fr %{buildroot}/%{_prefix}/man +# Install desktop file +install -d %{buildroot}/%{_datadir}/applications +install org.kde.gcompris.desktop %{buildroot}/%{_datadir}/applications/org.kde.gcompris.desktop +# Install icon file +install -d %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/ +install images/sc-apps-gcompris-qt.svgz %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/gcompris-qt.svgz +# Install Appdata file +install -d %{buildroot}/%{_datadir}/appdata +install org.kde.gcompris.appdata.xml %{buildroot}/%{_datadir}/appdata/org.kde.gcompris.desktop %files %defattr(-,root,root) %doc COPYING README.rst %{_bindir}/%{name} +%if 0%{?suse_version} < 1325 +%defattr(0755,root,root,-) +%{_datadir}/applications +%{_datadir}/icons/hicolor/scalable/apps +%{_datadir}/appdata +%endif +%defattr(0644,root,root,-) +%{_datadir}/applications/org.kde.gcompris.desktop +%{_datadir}/icons/hicolor/scalable/apps/gcompris-qt.svgz +%{_datadir}/appdata/org.kde.gcompris.desktop %files activities %defattr(-,root,root)
