From aa39b7f383f032cbcb5bf0a17219491e5d6970319c47aad03be5fe9c124d7819 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 14 Nov 2019 08:39:02 +0000 Subject: [PATCH] Accepting request 748388 from home:TheBlackCat:branches:KDE:Qt5 Update to 5.13.2 OBS-URL: https://build.opensuse.org/request/show/748388 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-qtwebengine-qt5?expand=0&rev=12 --- PyQtWebEngine-5.13.2.tar.gz | 3 +++ PyQtWebEngine_gpl-5.13.1.tar.gz | 3 --- python-qtwebengine-qt5.changes | 7 +++++++ python-qtwebengine-qt5.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 PyQtWebEngine-5.13.2.tar.gz delete mode 100644 PyQtWebEngine_gpl-5.13.1.tar.gz diff --git a/PyQtWebEngine-5.13.2.tar.gz b/PyQtWebEngine-5.13.2.tar.gz new file mode 100644 index 0000000..d2a3d78 --- /dev/null +++ b/PyQtWebEngine-5.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4264911b5847c75721d8c9c30af92e58a216bd25ceef37f7abf921005c1d45a9 +size 45234 diff --git a/PyQtWebEngine_gpl-5.13.1.tar.gz b/PyQtWebEngine_gpl-5.13.1.tar.gz deleted file mode 100644 index 71a69e2..0000000 --- a/PyQtWebEngine_gpl-5.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d8c1262005d8465653a848bf67327fb338e0d3c2d26090a6f7eb071dbb42092 -size 44883 diff --git a/python-qtwebengine-qt5.changes b/python-qtwebengine-qt5.changes index 66cef48..f07b485 100644 --- a/python-qtwebengine-qt5.changes +++ b/python-qtwebengine-qt5.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 13 15:21:27 UTC 2019 - Todd R + +- Update to 5.13.2 + * Added PYQT_WEBENGINE_VERSION and PYQT_WEBENGINE_VERSION_STR. + * Added support for SIP v5. + ------------------------------------------------------------------- Fri Sep 20 11:44:26 UTC 2019 - Christophe Giboudeaux diff --git a/python-qtwebengine-qt5.spec b/python-qtwebengine-qt5.spec index 8426536..0f0b312 100644 --- a/python-qtwebengine-qt5.spec +++ b/python-qtwebengine-qt5.spec @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-qtwebengine-qt5 -Version: 5.13.1 +Version: 5.13.2 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/pyqtwebengine/intro -Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine_gpl-%{version}.tar.gz +Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine-%{version}.tar.gz # PATCH-FIX-UPSTREAM Patch0: update-timeline.patch BuildRequires: %{python_module devel} @@ -67,7 +67,7 @@ This package contains sip files used to generate bindings to the Qt5 WebEngine framework. %prep -%autosetup -p1 -n PyQtWebEngine_gpl-%{version} +%autosetup -p1 -n PyQtWebEngine-%{version} %{python_expand mkdir build_%{$python_bin_suffix} cp *.py build_%{$python_bin_suffix} cp -r sip build_%{$python_bin_suffix}