diff --git a/qutebrowser.changes b/qutebrowser.changes index 6e5b69f..3fb3cd9 100644 --- a/qutebrowser.changes +++ b/qutebrowser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 23 19:28:37 UTC 2019 - Martin Herkt <9+suse@cirno.systems> + +- Require python3-qtwebengine-qt5 on TW + (package split since PyQt5 5.12) + ------------------------------------------------------------------- Mon Oct 29 22:23:40 UTC 2018 - Martin Herkt <9+suse@cirno.systems> diff --git a/qutebrowser.spec b/qutebrowser.spec index f888abd..68ae1d0 100644 --- a/qutebrowser.spec +++ b/qutebrowser.spec @@ -1,7 +1,7 @@ # # spec file for package qutebrowser # -# 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 @@ -46,6 +46,9 @@ Requires: python3-attrs Requires: python3-opengl Requires: python3-pyPEG2 Requires: python3-qt5 >= 5.2 +%if 0%{?suse_version} > 1500 +Requires: python3-qtwebengine-qt5 +%endif Requires: python3-sip Recommends: python3-cssutils BuildArch: noarch