From 9444120b91d84178f4dc85925082c2286fb76d2094ca54301e5c850725f62bb4 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 10 Apr 2019 15:28:00 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-qtwebengine-qt5?expand=0&rev=3 --- PyQtWebEngine_gpl-5.12.1.tar.gz | 3 +++ PyQtWebEngine_gpl-5.12.tar.gz | 3 --- python-qtwebengine-qt5.changes | 6 ++++++ python-qtwebengine-qt5.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 PyQtWebEngine_gpl-5.12.1.tar.gz delete mode 100644 PyQtWebEngine_gpl-5.12.tar.gz diff --git a/PyQtWebEngine_gpl-5.12.1.tar.gz b/PyQtWebEngine_gpl-5.12.1.tar.gz new file mode 100644 index 0000000..dfb0416 --- /dev/null +++ b/PyQtWebEngine_gpl-5.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860704672ea1b616e1347be1f347bc1c749e64ed378370863fe209e84e9bd473 +size 42474 diff --git a/PyQtWebEngine_gpl-5.12.tar.gz b/PyQtWebEngine_gpl-5.12.tar.gz deleted file mode 100644 index 6d18e99..0000000 --- a/PyQtWebEngine_gpl-5.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6ea036e7e406aeb7728318fb2980f23bd8d4086b431277faec1c09df9fb3f49 -size 42122 diff --git a/python-qtwebengine-qt5.changes b/python-qtwebengine-qt5.changes index d15b4d9..1efaa4d 100644 --- a/python-qtwebengine-qt5.changes +++ b/python-qtwebengine-qt5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 10 15:26:54 UTC 2019 - Christophe Giboudeaux + +- 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 diff --git a/python-qtwebengine-qt5.spec b/python-qtwebengine-qt5.spec index 7698e6a..ddd060f 100644 --- a/python-qtwebengine-qt5.spec +++ b/python-qtwebengine-qt5.spec @@ -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} From 3d652b170dc0c291974221ed4c2ef05f2ce55d13ebe5762ff5bf3769d47792a4 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 10 Apr 2019 15:37:48 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-qtwebengine-qt5?expand=0&rev=4 --- python-qtwebengine-qt5.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-qtwebengine-qt5.spec b/python-qtwebengine-qt5.spec index ddd060f..ae8529e 100644 --- a/python-qtwebengine-qt5.spec +++ b/python-qtwebengine-qt5.spec @@ -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 From 38ee84e6443930eccaca3f7f56c62667f6bc49528d11f150482573c8651d0b5d Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 11 Apr 2019 10:20:50 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-qtwebengine-qt5?expand=0&rev=5 --- python-qtwebengine-qt5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-qtwebengine-qt5.spec b/python-qtwebengine-qt5.spec index ae8529e..a94e319 100644 --- a/python-qtwebengine-qt5.spec +++ b/python-qtwebengine-qt5.spec @@ -23,7 +23,7 @@ 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 +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} From f4bad24a147e3a3b890b988a864dad29d5d8f8b354edf6e8e5e75a36fbd635e8 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 12 Jul 2019 10:32:07 +0000 Subject: [PATCH 4/4] Update to 5.13.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-qtwebengine-qt5?expand=0&rev=6 --- PyQtWebEngine_gpl-5.12.1.tar.gz | 3 --- PyQtWebEngine_gpl-5.13.0.tar.gz | 3 +++ python-qtwebengine-qt5.changes | 7 +++++++ python-qtwebengine-qt5.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 PyQtWebEngine_gpl-5.12.1.tar.gz create mode 100644 PyQtWebEngine_gpl-5.13.0.tar.gz diff --git a/PyQtWebEngine_gpl-5.12.1.tar.gz b/PyQtWebEngine_gpl-5.12.1.tar.gz deleted file mode 100644 index dfb0416..0000000 --- a/PyQtWebEngine_gpl-5.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860704672ea1b616e1347be1f347bc1c749e64ed378370863fe209e84e9bd473 -size 42474 diff --git a/PyQtWebEngine_gpl-5.13.0.tar.gz b/PyQtWebEngine_gpl-5.13.0.tar.gz new file mode 100644 index 0000000..d9b9ac3 --- /dev/null +++ b/PyQtWebEngine_gpl-5.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6cabcc454ed1394aedfb42eb35dbee3ca324cf582e8c0ca5e8c8af0b00e325 +size 43939 diff --git a/python-qtwebengine-qt5.changes b/python-qtwebengine-qt5.changes index 1efaa4d..5231724 100644 --- a/python-qtwebengine-qt5.changes +++ b/python-qtwebengine-qt5.changes @@ -1,8 +1,15 @@ +------------------------------------------------------------------- +Fri Jul 12 10:27:56 UTC 2019 - Christophe Giboudeaux + +- Update to 5.13.0 + * Bindings updated for QtWebEngine 5.13.0 + ------------------------------------------------------------------- Wed Apr 10 15:26:54 UTC 2019 - Christophe Giboudeaux - 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 diff --git a/python-qtwebengine-qt5.spec b/python-qtwebengine-qt5.spec index a94e319..c16f0b6 100644 --- a/python-qtwebengine-qt5.spec +++ b/python-qtwebengine-qt5.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-qtwebengine-qt5 -Version: 5.12.1 +Version: 5.13.0 Release: 0 Summary: Python bindings for the Qt5 WebEngine framework License: GPL-3.0-only