Accepting request 1062115 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1062115 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=12
This commit is contained in:
commit
49ac94663f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:91392469be1f491905fa9e78fa4e4059a89ab616ddf2ecfd525bc1d65c26bb93
|
|
||||||
size 1024037
|
|
3
PyQt6-6.4.1.tar.gz
Normal file
3
PyQt6-6.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c1dcadf161331cfdbde0906c05f7f8048dc4907d717647c33bbc4404146f59f
|
||||||
|
size 1025522
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 19:44:12 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Sun Oct 2 22:45:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define mname PyQt6
|
%define mname PyQt6
|
||||||
%define pyqt_build_for_qt6 1
|
%define pyqt_build_for_qt6 1
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 6.4.0
|
Version: 6.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for Qt 6
|
Summary: Python bindings for Qt 6
|
||||||
License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree
|
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(Qt6MultimediaWidgets)
|
||||||
BuildRequires: cmake(Qt6Nfc)
|
BuildRequires: cmake(Qt6Nfc)
|
||||||
BuildRequires: cmake(Qt6Positioning)
|
BuildRequires: cmake(Qt6Positioning)
|
||||||
|
%if %{?suse_version} >= 1550
|
||||||
|
# no pdf headers in 15.X
|
||||||
%ifarch aarch64 x86_64 riscv64
|
%ifarch aarch64 x86_64 riscv64
|
||||||
# qt6-pdf-devel is built in qt6-webengine with ExclusiveArch
|
# qt6-pdf-devel is built in qt6-webengine with ExclusiveArch
|
||||||
BuildRequires: cmake(Qt6Pdf)
|
BuildRequires: cmake(Qt6Pdf)
|
||||||
BuildRequires: cmake(Qt6PdfWidgets)
|
BuildRequires: cmake(Qt6PdfWidgets)
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
BuildRequires: cmake(Qt6Qml)
|
BuildRequires: cmake(Qt6Qml)
|
||||||
BuildRequires: cmake(Qt6Quick)
|
BuildRequires: cmake(Qt6Quick)
|
||||||
BuildRequires: cmake(Qt6QuickWidgets)
|
BuildRequires: cmake(Qt6QuickWidgets)
|
||||||
@ -63,10 +66,10 @@ BuildRequires: cmake(Qt6RemoteObjects)
|
|||||||
BuildRequires: cmake(Qt6Sensors)
|
BuildRequires: cmake(Qt6Sensors)
|
||||||
BuildRequires: cmake(Qt6SerialPort)
|
BuildRequires: cmake(Qt6SerialPort)
|
||||||
BuildRequires: cmake(Qt6Svg)
|
BuildRequires: cmake(Qt6Svg)
|
||||||
BuildRequires: cmake(Qt6TextToSpeech)
|
|
||||||
BuildRequires: cmake(Qt6WebChannel)
|
BuildRequires: cmake(Qt6WebChannel)
|
||||||
BuildRequires: cmake(Qt6WebSockets)
|
BuildRequires: cmake(Qt6WebSockets)
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
|
BuildRequires: cmake(Qt6TextToSpeech)
|
||||||
BuildRequires: cmake(Qt6Quick3D)
|
BuildRequires: cmake(Qt6Quick3D)
|
||||||
BuildRequires: cmake(Qt6Quick3DRuntimeRender)
|
BuildRequires: cmake(Qt6Quick3DRuntimeRender)
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user