Accepting request 1118064 from home:manfred-h:branches:KDE:Qt6

- Add 0001-fix-nullptr-derefence-with-invalid-SVG.patch to fix
  https://bugreports.qt.io/browse/QTBUG-117944 and
  https://bugzilla.opensuse.org/show_bug.cgi?id=1216269
- Add 0002-make-sure-we-do-not-load-invalid-SVGs-twice.patch to fix
  boo#1216269

OBS-URL: https://build.opensuse.org/request/show/1118064
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-svg?expand=0&rev=42
This commit is contained in:
Christophe Marin
2023-10-16 15:34:29 +00:00
committed by Git OBS Bridge
parent ec877d73c3
commit e75a211211
4 changed files with 121 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 16 14:40:42 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
- Add 0001-fix-nullptr-derefence-with-invalid-SVG.patch to fix
https://bugreports.qt.io/browse/QTBUG-117944 and
https://bugzilla.opensuse.org/show_bug.cgi?id=1216269
- Add 0002-make-sure-we-do-not-load-invalid-SVGs-twice.patch to fix
boo#1216269
-------------------------------------------------------------------
Tue Oct 10 09:40:01 UTC 2023 - Christophe Marin <christophe@krop.fr>