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:
commit
574e129af8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6ea036e7e406aeb7728318fb2980f23bd8d4086b431277faec1c09df9fb3f49
|
||||
size 42122
|
3
PyQtWebEngine_gpl-5.13.0.tar.gz
Normal file
3
PyQtWebEngine_gpl-5.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb6cabcc454ed1394aedfb42eb35dbee3ca324cf582e8c0ca5e8c8af0b00e325
|
||||
size 43939
|
@ -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>
|
||||
|
||||
|
@ -18,18 +18,18 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-qtwebengine-qt5
|
||||
Version: 5.12
|
||||
Version: 5.13.0
|
||||
Release: 0
|
||||
Summary: Python bindings for the Qt5 WebEngine framework
|
||||
License: GPL-3.0-only
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://www.riverbankcomputing.com/software/pyqtchart/intro
|
||||
Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/PyQtWebEngine_gpl-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig(Qt5WebEngine)
|
||||
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
|
||||
Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine_gpl-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module qt5-devel}
|
||||
BuildRequires: %{python_module sip-devel >= 4.19.1}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(Qt5WebEngine)
|
||||
Requires: python-qt5
|
||||
Requires: python-sip(api) = %{python_sip_api_ver}
|
||||
|
||||
@ -91,9 +91,9 @@ popd
|
||||
%license LICENSE
|
||||
%doc NEWS README
|
||||
%dir %{python_sitearch}/PyQt5/
|
||||
%{python_sitearch}/PyQt5/QtWebEngine.so
|
||||
%{python_sitearch}/PyQt5/QtWebEngineCore.so
|
||||
%{python_sitearch}/PyQt5/QtWebEngineWidgets.so
|
||||
%{python_sitearch}/PyQt5/QtWebEngine.*
|
||||
%{python_sitearch}/PyQt5/QtWebEngineCore.*
|
||||
%{python_sitearch}/PyQt5/QtWebEngineWidgets.*
|
||||
|
||||
%files -n %{name}-api
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user