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
This commit is contained in:
Benjamin Greiner 2020-09-01 17:11:43 +00:00 committed by Git OBS Bridge
parent 8e5ef9d136
commit 14a41cef32
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 1 17:09:44 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- 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 <christophe@krop.fr> Sat Aug 29 08:04:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,11 +16,7 @@
# #
%if 0%{?suse_version} <= 1500
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%else
%{?!python_module:%define python_module() python3-%{**}}
%endif
Name: python-qtwebengine-qt5 Name: python-qtwebengine-qt5
Version: 5.15.0 Version: 5.15.0
Release: 0 Release: 0
@ -29,7 +25,7 @@ License: GPL-3.0-only
Group: Development/Libraries/Python Group: Development/Libraries/Python
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
Source: https://files.pythonhosted.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz 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 Patch0: update-timeline.patch
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module qt5-devel} BuildRequires: %{python_module qt5-devel}