diff --git a/PyQt6-6.3.1.tar.gz b/PyQt6-6.3.1.tar.gz deleted file mode 100644 index 8b4fd51..0000000 --- a/PyQt6-6.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cc6e21dbaf7047d1fc897e396ccd9710a12f2ef976563dad65f06017d2c9757 -size 1015220 diff --git a/PyQt6-6.4.0.tar.gz b/PyQt6-6.4.0.tar.gz new file mode 100644 index 0000000..c6b15fb --- /dev/null +++ b/PyQt6-6.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91392469be1f491905fa9e78fa4e4059a89ab616ddf2ecfd525bc1d65c26bb93 +size 1024037 diff --git a/python-PyQt6.changes b/python-PyQt6.changes index d370e5a..73e5eb2 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Oct 2 22:45:01 UTC 2022 - Ben Greiner + +- Update to version 6.4.0 + * Added support for Qt v6.4 including the QtPdf, QtPdfWidgets and + QtTextToSpeech modules. + * Added QAction.menu() and QAction.setMenu(). + * Bug fixes. + ------------------------------------------------------------------- Mon Jun 20 21:35:19 UTC 2022 - Ben Greiner diff --git a/python-PyQt6.spec b/python-PyQt6.spec index bfbf9b2..a5a1a9c 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.3.1 +Version: 6.4.0 Release: 0 Summary: Python bindings for Qt 6 License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree @@ -51,6 +51,11 @@ BuildRequires: cmake(Qt6Multimedia) BuildRequires: cmake(Qt6MultimediaWidgets) BuildRequires: cmake(Qt6Nfc) BuildRequires: cmake(Qt6Positioning) +%ifarch aarch64 x86_64 riscv64 +# qt6-pdf-devel is built in qt6-webengine with ExclusiveArch +BuildRequires: cmake(Qt6Pdf) +BuildRequires: cmake(Qt6PdfWidgets) +%endif BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6Quick) BuildRequires: cmake(Qt6QuickWidgets) @@ -58,6 +63,7 @@ BuildRequires: cmake(Qt6RemoteObjects) BuildRequires: cmake(Qt6Sensors) BuildRequires: cmake(Qt6SerialPort) BuildRequires: cmake(Qt6Svg) +BuildRequires: cmake(Qt6TextToSpeech) BuildRequires: cmake(Qt6WebChannel) BuildRequires: cmake(Qt6WebSockets) %if 0%{?suse_version} >= 1550