diff --git a/pyqtwebengine.spec b/pyqtwebengine.spec index 0d0f7d1..cc5c333 100644 --- a/pyqtwebengine.spec +++ b/pyqtwebengine.spec @@ -1,5 +1,5 @@ Name: pyqtwebengine -Version: 5.13.1 +Version: 5.14.0 Release: 1mamba Summary: A set of Python bindings for The Qt Company’s Qt WebEngine framework Group: System/Libraries @@ -7,12 +7,13 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro -Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine_gpl-%{version}.tar.gz +Source: https://pypi.debian.net/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz +#Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine_gpl-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END BuildRequires: libpython-devel -BuildRequires: libQt5WebEngine-devel == %{version} +BuildRequires: libQt5WebEngine-devel >= %{version} Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -33,7 +34,7 @@ This package contains the Sip interfaces for %{name}. %endif %prep -%setup -q -n PyQtWebEngine_gpl-%{version} +%setup -q -n PyQtWebEngine-%{version} %build CFLAGS="%{optflags}" %{__python} configure.py @@ -68,6 +69,9 @@ CFLAGS="%{optflags}" %{__python} configure.py %doc LICENSE %changelog +* Sat Apr 11 2020 Silvan Calarco 5.14.0-1mamba +- update to 5.14.0 + * Sat Oct 26 2019 Silvan Calarco 5.13.1-1mamba - update to 5.13.1