Accepting request 714849 from KDE:Qt5

Update to 5.13.0

OBS-URL: https://build.opensuse.org/request/show/714849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtwebengine-qt5?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-07-16 06:40:27 +00:00 committed by Git OBS Bridge
commit 574e129af8
4 changed files with 23 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6ea036e7e406aeb7728318fb2980f23bd8d4086b431277faec1c09df9fb3f49
size 42122

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb6cabcc454ed1394aedfb42eb35dbee3ca324cf582e8c0ca5e8c8af0b00e325
size 43939

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 12 10:27:56 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.13.0
* Bindings updated for QtWebEngine 5.13.0
-------------------------------------------------------------------
Wed Apr 10 15:26:54 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.12.1
* Fixed the configure.py options that relate to stub files.
- Run spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 21 18:54:50 UTC 2019 - Todd R <toddrme2178@gmail.com> Thu Feb 21 18:54:50 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -18,18 +18,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-qtwebengine-qt5 Name: python-qtwebengine-qt5
Version: 5.12 Version: 5.13.0
Release: 0 Release: 0
Summary: Python bindings for the Qt5 WebEngine framework Summary: Python bindings for the Qt5 WebEngine framework
License: GPL-3.0-only License: GPL-3.0-only
Group: Development/Libraries/Python Group: Development/Libraries/Python
URL: https://www.riverbankcomputing.com/software/pyqtchart/intro URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/PyQtWebEngine_gpl-%{version}.tar.gz Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine_gpl-%{version}.tar.gz
BuildRequires: pkgconfig(Qt5WebEngine)
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module qt5-devel} BuildRequires: %{python_module qt5-devel}
BuildRequires: %{python_module sip-devel >= 4.19.1} BuildRequires: %{python_module sip-devel >= 4.19.1}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(Qt5WebEngine)
Requires: python-qt5 Requires: python-qt5
Requires: python-sip(api) = %{python_sip_api_ver} Requires: python-sip(api) = %{python_sip_api_ver}
@ -91,9 +91,9 @@ popd
%license LICENSE %license LICENSE
%doc NEWS README %doc NEWS README
%dir %{python_sitearch}/PyQt5/ %dir %{python_sitearch}/PyQt5/
%{python_sitearch}/PyQt5/QtWebEngine.so %{python_sitearch}/PyQt5/QtWebEngine.*
%{python_sitearch}/PyQt5/QtWebEngineCore.so %{python_sitearch}/PyQt5/QtWebEngineCore.*
%{python_sitearch}/PyQt5/QtWebEngineWidgets.so %{python_sitearch}/PyQt5/QtWebEngineWidgets.*
%files -n %{name}-api %files -n %{name}-api
%license LICENSE %license LICENSE