Hello community, here is the log from the commit of package anki for openSUSE:Factory checked in at 2019-03-19 10:03:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/anki (Old) and /work/SRC/openSUSE:Factory/.anki.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "anki" Tue Mar 19 10:03:02 2019 rev:7 rq:686247 version:2.1.11 Changes: -------- --- /work/SRC/openSUSE:Factory/anki/anki.changes 2019-03-18 10:44:00.935103651 +0100 +++ /work/SRC/openSUSE:Factory/.anki.new.28833/anki.changes 2019-03-19 10:03:05.711796688 +0100 @@ -1,0 +2,6 @@ +Mon Mar 18 09:06:28 UTC 2019 - Ismail Dönmez <[email protected]> + +- For suse_version >= 1550 we have to depend on python3-qtwebengine-qt5 + as it's split as a package now. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ anki.spec ++++++ --- /var/tmp/diff_new_pack.04j0KB/_old 2019-03-19 10:03:06.411796042 +0100 +++ /var/tmp/diff_new_pack.04j0KB/_new 2019-03-19 10:03:06.411796042 +0100 @@ -48,6 +48,9 @@ Suggests: mpv Suggests: sox BuildArch: noarch +%if 0%{?suse_version} >= 1550 +Requires: python3-qtwebengine-qt5 +%endif %if 0%{?suse_version} BuildRequires: fdupes BuildRequires: update-desktop-files @@ -113,7 +116,7 @@ # Fix rpmlint issues find %{buildroot}%{_datadir}/%{name}/web/ -name '*.js' -exec chmod a-x {} + -sed -i 's|/usr/bin/env python3|%__python3|' %{buildroot}%{_bindir}/%{name} +sed -i 's|/usr/bin/env python3|python3|' %{buildroot}%{_bindir}/%{name} %check %if %{with tests}
