diff --git a/PyQt6-6.4.2.tar.gz b/PyQt6-6.4.2.tar.gz deleted file mode 100644 index dc9d5f9..0000000 --- a/PyQt6-6.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:740244f608fe15ee1d89695c43f31a14caeca41c4f02ac36c86dfba4a5d5813d -size 1025595 diff --git a/PyQt6-6.5.0.tar.gz b/PyQt6-6.5.0.tar.gz new file mode 100644 index 0000000..1891626 --- /dev/null +++ b/PyQt6-6.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97cb4be9b2c8997904ea668cf3b0a4ae5822196f7792590d05ecde6216a9fbc +size 1033399 diff --git a/python-PyQt6.changes b/python-PyQt6.changes index 0bf86a4..248b7ef 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 24 19:48:32 UTC 2023 - Ben Greiner + +- Update to 6.5.0 + * Added support for Qt v6.5 including the QtSpatialAudio module. + * Bug fixes. + ------------------------------------------------------------------- Thu Feb 9 10:16:13 UTC 2023 - Ben Greiner diff --git a/python-PyQt6.spec b/python-PyQt6.spec index 061544d..ecb973d 100644 --- a/python-PyQt6.spec +++ b/python-PyQt6.spec @@ -20,7 +20,7 @@ %define mname PyQt6 %define pyqt_build_for_qt6 1 Name: python-%{mname} -Version: 6.4.2 +Version: 6.5.0 Release: 0 Summary: Python bindings for Qt 6 License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree @@ -62,17 +62,22 @@ BuildRequires: cmake(Qt6PdfWidgets) BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6Quick) BuildRequires: cmake(Qt6QuickWidgets) -BuildRequires: cmake(Qt6RemoteObjects) -BuildRequires: cmake(Qt6Sensors) -BuildRequires: cmake(Qt6SerialPort) -BuildRequires: cmake(Qt6Svg) -BuildRequires: cmake(Qt6WebChannel) -BuildRequires: cmake(Qt6WebSockets) -%if 0%{?suse_version} >= 1550 -BuildRequires: cmake(Qt6TextToSpeech) +%if %{?suse_version} >= 1550 BuildRequires: cmake(Qt6Quick3D) BuildRequires: cmake(Qt6Quick3DRuntimeRender) %endif +BuildRequires: cmake(Qt6RemoteObjects) +BuildRequires: cmake(Qt6Sensors) +BuildRequires: cmake(Qt6SerialPort) +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 155000 +BuildRequires: cmake(Qt6SpatialAudio) +%endif +BuildRequires: cmake(Qt6Svg) +%if %{?suse_version} >= 1550 +BuildRequires: cmake(Qt6TextToSpeech) +%endif +BuildRequires: cmake(Qt6WebChannel) +BuildRequires: cmake(Qt6WebSockets) %requires_ge python-PyQt6-sip %requires_ge python-dbus-python Provides: python-qt6 = %{version}-%{release}