Christophe Giboudeaux 2019-04-10 15:28:00 +00:00 committed by Git OBS Bridge
parent 0d2da8f040
commit 9444120b91
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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-%{**}}
Name: python-qtwebengine-qt5
Version: 5.12
Version: 5.12.1
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)
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}