Ana Guerrero 2024-03-14 14:18:58 +00:00 committed by Git OBS Bridge
commit 0a81e5506d
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,8 @@ Wed Feb 14 16:53:08 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.6.2
* https://www.qt.io/blog/qt-6.6.2-released
* Fix for potential buffer overflow when reading KTX
images (boo#1219996, CVE-2024-25580)
- Drop patches, merged upstream:
* 0001-QMimeDatabase-handle-buggy-type-definitions.patch
* 0001-QMimeDatabase-collect-glob-patterns-from.patch

View File

@ -1,5 +1,5 @@
#
# spec file
# spec file for package qt6-base
#
# Copyright (c) 2024 SUSE LLC
#
@ -581,6 +581,7 @@ This package contains common files used for building Qt documentation.
### Static libraries ###
%package -n qt6-exampleicons-devel-static
Summary: Qt ExampleIcons module
# TODO
@ -639,6 +640,7 @@ any ABI or API guarantees.
### Plugins ###
%package -n qt6-networkinformation-glib
Summary: Network information for QNetworkInformation using GNetworkMonitor