72e842 import qt5-qtdeclarative-5.15.3-1.el9

Authored and Committed by centosrcm 2 years ago
45 files changed. 551 lines added. 2456 lines removed.
.gitignore
file modified
+1 -1
.qt5-qtdeclarative.metadata
file modified
+1 -1
SOURCES/0001-Give-a-warning-when-StyledText-encounters-a-non-supp.patchSOURCES/0025-Give-a-warning-when-StyledText-encounters-a-non-supp.patch
file renamed
+3 -3
SOURCES/0002-Add-missing-limits-include-to-fix-build-with-GCC-11.patchSOURCES/0026-Add-missing-limits-include-to-fix-build-with-GCC-11.patch
file renamed
+3 -3
SOURCES/0003-Document-that-StyledText-also-supports-nbsp-and-quot.patchSOURCES/0027-Document-that-StyledText-also-supports-nbsp-and-quot.patch
file renamed
+4 -4
SOURCES/0004-Support-apos-in-styled-text.patchSOURCES/0028-Support-apos-in-styled-text.patch
file renamed
+4 -4
SOURCES/0005-QQuickView-docs-show-correct-usage-of-setInitialProp.patch
file removed
-51
SOURCES/0005-Remove-unused-QPointer-QQuickPointerMask.patchSOURCES/0029-Remove-unused-QPointer-QQuickPointerMask.patch
file renamed
+3 -3
SOURCES/0006-Include-limits-in-Yarr.h-to-fix-build-with-GCC-11.patchSOURCES/0030-Include-limits-in-Yarr.h-to-fix-build-with-GCC-11.patch
file renamed
+3 -3
SOURCES/0006-QQuickWindow-Check-if-QQuickItem-was-not-deleted.patch
file removed
-43
SOURCES/0007-Avoid-GHS-linker-to-optimize-away-QML-type-registrat.patch
file removed
-271
SOURCES/0007-QQuickLoader-Do-not-incubate-if-the-source-arrives-a.patchSOURCES/0031-QQuickLoader-Do-not-incubate-if-the-source-arrives-a.patch
file renamed
+7 -7
SOURCES/0008-QML-Text-doesn-t-reset-lineCount-when-text-is-empty.patch
file removed
-83
SOURCES/0008-QQmlDelegateModel-Refresh-the-view-when-a-column-is-.patchSOURCES/0032-QQmlDelegateModel-Refresh-the-view-when-a-column-is-.patch
file renamed
+5 -5
SOURCES/0009-Doc-mention-that-INCLUDEPATH-must-be-set-in-some-cas.patch
file removed
-38
SOURCES/0009-Fix-sweep-step-for-tainted-QObject-JavaScript-wrappe.patchSOURCES/0033-Fix-sweep-step-for-tainted-QObject-JavaScript-wrappe.patch
file renamed
+3 -3
SOURCES/0010-Fix-distorted-text-with-subpixel-matrix-translation.patchSOURCES/0034-Fix-distorted-text-with-subpixel-matrix-translation.patch
file renamed
+3 -3
SOURCES/0010-qmlfunctions.qdoc-Add-clarification-to-QML_FOREIGN.patch
file removed
-47
SOURCES/0011-Fix-QML-property-cache-leaks-of-delegate-items.patch
file removed
-214
SOURCES/0011-Revert-Fix-for-possible-crash-in-QSGDefaultLayer-gra.patchSOURCES/0035-Revert-Fix-for-possible-crash-in-QSGDefaultLayer-gra.patch
file renamed
+3 -3
SOURCES/0012-QQuickItemAnimation-close-potential-memory-leak.patchSOURCES/0037-QQuickItemAnimation-close-potential-memory-leak.patch
file renamed
+3 -3
SOURCES/0012-QQuickTextInput-Store-mask-data-in-std-unique_ptr.patch
file removed
-66
SOURCES/0013-Fix-crash-when-calling-hasOwnProperty-on-proxy-objec.patch
file removed
-100
SOURCES/0013-qqmldelegatemodel-Fix-out-of-bounds-cache-removal.patchSOURCES/0038-qqmldelegatemodel-Fix-out-of-bounds-cache-removal.patch
file renamed
+4 -4
SOURCES/0014-Accessibility-event-is-sent-on-item-s-geometry-chang.patch
file removed
-44
SOURCES/0014-QQuickWindow-don-t-leak-old-screenChanged-connection.patchSOURCES/0039-QQuickWindow-don-t-leak-old-screenChanged-connection.patch
file renamed
+4 -4
SOURCES/0015-Fix-TapHandler-so-that-it-actually-registers-a-tap.patch
file added
+73
SOURCES/0015-qmltypes.prf-Take-abi-into-account-for-_metatypes.js.patch
file removed
-36
SOURCES/0016-Revert-Fix-TapHandler-so-that-it-actually-registers-.patch
file added
+61
SOURCES/0016-qv4qmlcontext-Fix-bounded-signal-expressions-when-de.patch
file removed
-68
SOURCES/0017-QQmlJs-FixedPoolArray-fix-UB-precondition-violation-.patch
file added
+36
SOURCES/0017-Use-load-qt_tool-for-qmltime.patch
file removed
-32
SOURCES/0018-QQuickTextInput-update-cursor-rectangle-after-paddin.patch
file added
+138
SOURCES/0018-qqmlistmodel-Fix-crash-when-modelCache-is-null.patch
file removed
-71
SOURCES/0019-Show-a-tableview-even-if-the-syncView-has-an-empty-m.patch
file removed
-101
SOURCES/0019-V4-Do-not-call-dtor-of-an-object-we-continue-to-use.patch
file added
+51
SOURCES/0020-DesignerSupport-Don-t-skip-already-inspected-objects.patch
file removed
-58
SOURCES/0020-Make-sure-QQuickWidget-and-its-offscreen-window-s-sc.patch
file added
+84
SOURCES/0021-QML-Fix-proxy-iteration.patch
file removed
-114
SOURCES/0022-Fix-IC-properties-in-same-file.patch
file removed
-146
SOURCES/0023-JIT-When-making-memory-writable-include-the-exceptio.patch
file removed
-201
SOURCES/0024-doc-explain-QQItem-event-delivery-handlers-setAccept.patch
file removed
-103
SOURCES/0036-Do-not-revert-properties-of-deleted-objects.patch
file removed
-192
SOURCES/qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch
file modified
+23 -278
SPECS/qt5-qtdeclarative.spec
file modified
+31 -45
    import qt5-qtdeclarative-5.15.3-1.el9
    
        
file modified
+1 -1
file modified
+1 -1
SOURCES/0001-Give-a-warning-when-StyledText-encounters-a-non-supp.patch SOURCES/0025-Give-a-warning-when-StyledText-encounters-a-non-supp.patch
file renamed
+3 -3
SOURCES/0002-Add-missing-limits-include-to-fix-build-with-GCC-11.patch SOURCES/0026-Add-missing-limits-include-to-fix-build-with-GCC-11.patch
file renamed
+3 -3
SOURCES/0003-Document-that-StyledText-also-supports-nbsp-and-quot.patch SOURCES/0027-Document-that-StyledText-also-supports-nbsp-and-quot.patch
file renamed
+4 -4
SOURCES/0004-Support-apos-in-styled-text.patch SOURCES/0028-Support-apos-in-styled-text.patch
file renamed
+4 -4
SOURCES/0005-Remove-unused-QPointer-QQuickPointerMask.patch SOURCES/0029-Remove-unused-QPointer-QQuickPointerMask.patch
file renamed
+3 -3
SOURCES/0006-Include-limits-in-Yarr.h-to-fix-build-with-GCC-11.patch SOURCES/0030-Include-limits-in-Yarr.h-to-fix-build-with-GCC-11.patch
file renamed
+3 -3
SOURCES/0007-QQuickLoader-Do-not-incubate-if-the-source-arrives-a.patch SOURCES/0031-QQuickLoader-Do-not-incubate-if-the-source-arrives-a.patch
file renamed
+7 -7
SOURCES/0008-QQmlDelegateModel-Refresh-the-view-when-a-column-is-.patch SOURCES/0032-QQmlDelegateModel-Refresh-the-view-when-a-column-is-.patch
file renamed
+5 -5
SOURCES/0009-Fix-sweep-step-for-tainted-QObject-JavaScript-wrappe.patch SOURCES/0033-Fix-sweep-step-for-tainted-QObject-JavaScript-wrappe.patch
file renamed
+3 -3
SOURCES/0010-Fix-distorted-text-with-subpixel-matrix-translation.patch SOURCES/0034-Fix-distorted-text-with-subpixel-matrix-translation.patch
file renamed
+3 -3
SOURCES/0011-Revert-Fix-for-possible-crash-in-QSGDefaultLayer-gra.patch SOURCES/0035-Revert-Fix-for-possible-crash-in-QSGDefaultLayer-gra.patch
file renamed
+3 -3
SOURCES/0012-QQuickItemAnimation-close-potential-memory-leak.patch SOURCES/0037-QQuickItemAnimation-close-potential-memory-leak.patch
file renamed
+3 -3
SOURCES/0013-qqmldelegatemodel-Fix-out-of-bounds-cache-removal.patch SOURCES/0038-qqmldelegatemodel-Fix-out-of-bounds-cache-removal.patch
file renamed
+4 -4
SOURCES/0014-QQuickWindow-don-t-leak-old-screenChanged-connection.patch SOURCES/0039-QQuickWindow-don-t-leak-old-screenChanged-connection.patch
file renamed
+4 -4
file modified
+31 -45