From 14a41cef323e2532dd6917bc9cb549fbc58433e304a9fd0ceb5505dd9bc28527 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 1 Sep 2020 17:11:43 +0000 Subject: [PATCH] Accepting request 831268 from home:bnavigator:branches:KDE:Qt5 - Fix single line patch info for update-timeline.patch - remove the skip python2 tumbleweed hack. Tumbleweed/Factory repos take care of it by themselves - Update might fix boo#1176023 OBS-URL: https://build.opensuse.org/request/show/831268 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-qtwebengine-qt5?expand=0&rev=19 --- python-qtwebengine-qt5.changes | 8 ++++++++ python-qtwebengine-qt5.spec | 6 +----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-qtwebengine-qt5.changes b/python-qtwebengine-qt5.changes index a141770..61507d6 100644 --- a/python-qtwebengine-qt5.changes +++ b/python-qtwebengine-qt5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 1 17:09:44 UTC 2020 - Benjamin Greiner + +- Fix single line patch info for update-timeline.patch +- remove the skip python2 tumbleweed hack. Tumbleweed/Factory repos + take care of it by themselves +- Update might fix boo#1176023 + ------------------------------------------------------------------- Sat Aug 29 08:04:01 UTC 2020 - Christophe Giboudeaux diff --git a/python-qtwebengine-qt5.spec b/python-qtwebengine-qt5.spec index e27f57b..dc8c83f 100644 --- a/python-qtwebengine-qt5.spec +++ b/python-qtwebengine-qt5.spec @@ -16,11 +16,7 @@ # -%if 0%{?suse_version} <= 1500 %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%else -%{?!python_module:%define python_module() python3-%{**}} -%endif Name: python-qtwebengine-qt5 Version: 5.15.0 Release: 0 @@ -29,7 +25,7 @@ License: GPL-3.0-only Group: Development/Libraries/Python URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro Source: https://files.pythonhosted.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz -# PATCH-FIX-UPSTREAM +# PATCH-FIX-OPENSUSE -- add nonexistent future releases christophe@krop.fr Patch0: update-timeline.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module qt5-devel}