diff --git a/PyQt6-6.4.0.tar.gz b/PyQt6-6.4.0.tar.gz deleted file mode 100644 index c6b15fb..0000000 --- a/PyQt6-6.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91392469be1f491905fa9e78fa4e4059a89ab616ddf2ecfd525bc1d65c26bb93 -size 1024037 diff --git a/PyQt6-6.4.1.tar.gz b/PyQt6-6.4.1.tar.gz new file mode 100644 index 0000000..16f721e --- /dev/null +++ b/PyQt6-6.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1dcadf161331cfdbde0906c05f7f8048dc4907d717647c33bbc4404146f59f +size 1025522 diff --git a/python-PyQt6.changes b/python-PyQt6.changes index 73e5eb2..5173f9d 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jan 29 19:44:12 UTC 2023 - Ben Greiner + +- Update to 6.4.1 + * Added allocationLimit() and setAllocationLimit() to + QImageReader. + * Added toHBITMAP(), fromHBITMAP(), toHICON() and fromHICON() to + QImage on Windows. + * Bug fixes. +- Qt6TextToSpeech is not in 15.x + ------------------------------------------------------------------- Sun Oct 2 22:45:01 UTC 2022 - Ben Greiner diff --git a/python-PyQt6.spec b/python-PyQt6.spec index a5a1a9c..efefaaa 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.0 +Version: 6.4.1 Release: 0 Summary: Python bindings for Qt 6 License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree @@ -51,11 +51,14 @@ BuildRequires: cmake(Qt6Multimedia) BuildRequires: cmake(Qt6MultimediaWidgets) BuildRequires: cmake(Qt6Nfc) BuildRequires: cmake(Qt6Positioning) +%if %{?suse_version} >= 1550 +# no pdf headers in 15.X %ifarch aarch64 x86_64 riscv64 # qt6-pdf-devel is built in qt6-webengine with ExclusiveArch BuildRequires: cmake(Qt6Pdf) BuildRequires: cmake(Qt6PdfWidgets) %endif +%endif BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6Quick) BuildRequires: cmake(Qt6QuickWidgets) @@ -63,10 +66,10 @@ 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 +BuildRequires: cmake(Qt6TextToSpeech) BuildRequires: cmake(Qt6Quick3D) BuildRequires: cmake(Qt6Quick3DRuntimeRender) %endif