Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libqt5-qtdeclarative-devel-5.15.13+kde30-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: libqt5-qtdeclarative-devel Distribution: openSUSE Tumbleweed
Version: 5.15.13+kde30 Vendor: openSUSE
Release: 1.1 Build date: Tue Mar 19 10:55:44 2024
Group: Development/Libraries/X11 Build host: reproducible
Size: 65902609 Source RPM: libqt5-qtdeclarative-5.15.13+kde30-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.qt.io
Summary: Qt Development Kit
You need this package, if you want to compile programs with qtdeclarative.

Provides

Requires

License

LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)

Changelog

* Tue Mar 19 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.13+kde30, rebased upstream:
    * masm: Don't crash on failed MADV_DONTNEED on Linux
    * Revert "Fix "white line on top and left side of screen" issue"
    * Doc: Mention QDS and UI files in Best Practices
    * Revert "Add listing of the components and scripts that belongs to the qml module"
    * Revert "Trim file names before adding them to qml components and scripts"
    * Fix "white line on top and left side of screen" issue
    * StateMachine: Don't crash if no signal is passed to SignalTransition
    * QJSEngine: Fix potential JS stack overflow cauased by spread operator
    * Test262Runner: fix -Wunused-but-set-variable
    * Fix Shape stroke color when changing alpha from 0 to non-0
    * QQmlPropertyCache: don't depend on locale for toupper
    * Bump version to 5.15.13
    * Fix missing glyphs when using NativeRendering
    * Revert "Blacklist 1 tests in tst_qquickflickable on macos"
* Fri Dec 29 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.12+kde31, rebased upstream:
    * QML: Fortify qmlExecuteDeferred some more
    * QV4: Avoid memory corruption in Reflect.apply
    * Blacklist 1 tests in tst_qquickanimations on macos
    * doc: Add note to PinchHandler.translation property about macOS trackpad
    * Revert "masm: Treat Android as generic Posix regarding mmap and friends"
    * QML: Check for stack overflows when creating objects
    * Fix wrong item-sizeHint-cache when StackLayout children were reordered
    * Doc: Add missing QQuickWindow constructor
    * Handle missing stops gracefully in Shape gradients
    * Do not crash if madvise() fails on MADV_WILLNEED
    * Blacklist 1 tests in tst_qquickbehaviors on macos
    * Avoid double applyDelegateChange in QQIV::setDelegate
    * QSGGeometry: add Q_DISABLE_COPY_MOVE
    * Qml: Don't crash on bad grouped properties
    * Fix TypeError in dynamicview1 example
    * Fix broken Text rendering when noantialiased NativeRendering is used
    * Trim file names before adding them to qml components and scripts
    * masm: Treat Android as generic Posix regarding mmap and friends
    * Bump version to 5.15.12
    * Move StackLayout tests from qtquickcontrols.git (5.15)
* Fri Oct 06 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.11+kde30, rebased upstream:
    * Flickable: prevent fixup() from being called while dragging
    * Adjust baselineOffset correctly when fontSizeMode == HorizontalFit
    * QQmlVMEMetaObjectEndpoint: ensure property cache before accessing it
    * Text: Re-layout the text when a alignment is set and the height grows
    * Blacklist 1 tests in tst_qquickflickable on macos
    * Fix fractional scaling of text in Qt Quick
    * qqmlprivate.h: make static constexpr members c++11 compliant
    * V4: Account for the guard pages when allocating stack space
    * Blacklist 1 tests in tst_QQuickLoader on ubuntu-20.04
    * Flickable: let changing contentItem pos also affect the drag starting pos
    * Blacklist 1 tests in tst_QParallelAnimationGroupJob on macos
    * StackLayout: Do not set size of children to (-1, -1)
    * V4: Mark InternalClass parents when running GC
    * A11Y: Send Scrolling Events when Flickable moves
    * doc: Add missing PointerHandler.CanTakeOverFromItems enum value
    * Qml: Don't crash on nested group properties with aliases
    * QV4::CompiledData: fix GCC 12 -Werror=uninitialized errors
    * QQuickText/Edit: fix C++20 -Wdeprecated-enum-enum-conversion warnings
    * Android: Fix crash on tap handler with a S-Pen
    * masm: fix -Wdeprecated-enum-enum-conversion
    * Add listing of the components and scripts that belongs to the qml module
    * QML: Port QV4::CompiledData::RegExp to new special integer bitfield
    * QML: Port QV4::CompiledData::JSClassMember to new special integer bitfield
    * QML: Port QV4::CompiledData::Object to new special integer bitfield
    * QML: Port icutils::Node to new special integer bitfield
    * QML: Port QV4::CompiledData::Lookup to new special integer bitfield
    * QML: Port QV4::CompiledData::Binding to new special integer bitfield
    * QML: Port QV4::CompiledData::Property to new special integer bitfield
    * QML: Port QV4::CompiledData::Alias to new special integer bitfield
    * QML: Port QV4::CompiledData::ParameterType to new special integer bitfield
    * QML: Port QV4::CompiledData::Location to new special integer bitfield
    * Fix Qt build with Python being in path with spaces
    * Quick test lib: Account for DPR when grabbing sub-image
    * qqw: Invalidate and reinitialize the scenegraph correctly
    * Fix rendernode example wrt stacking
    * Stop using the same buffer for vertex and index data
    * Fix race condition on QQmlEnginePrivate::qml_debugging_enabled
    * qqmlimport.cpp: remove unused qreadwritelock.h
    * QQmlDebug: reliably print the debugger warning
    * QQmlListCompositor: suppress GCC 12 -Warray-bounds warnings
    * Doc: QQuickTextInput: Mark all readonly properties as such
    * MouseArea: don't override preventStealing on mouse release
    * MultiPointTouchArea: remap touchpoint positions when filtering
  - Commits dropped by the rebase:
    * Revert "Fix missing glyphs when using NativeRendering"
    * Fix missing glyphs when using NativeRendering
* Thu Sep 28 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.10+kde31:
    * QML: Make notify list thread safe
    * QtQml: Clean up QQmlData ctor
    * QRecyclePool: fix potential UB
    * QQmlJs::MemoryPool: fix potential UB (pointer overflow)
    * JIT: Add missing {STORE|LOAD}_ACC() to CreateCallContext
  - Drop patches, now upstream:
    * 0001-JIT-Add-missing-STORE-LOAD-_ACC-to-CreateCallContext.patch
* Tue Jun 13 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.10+kde26, rebased upstream:
    * Fix tst_QQuickText::fontSizeMode
    * (manual) includemocs
    * Text: don't fall back to full-width layout if availableWidth == 0
    * MPTA: don't allow more than one touchpoint to react to mouse
    * QML/JS: Reject yield expression not directly in generator functions
    * Modify m_compareRegister bitfield
    * Add a TU for QQmlDebugServer
    * QmlModels: includemocs
    * Add a TU for QQmlProfilerEventReceiver
    * Quick: includemocs
    * QSGRhiShaderEffectNode: remove unused m_rc member
    * QQmlPreviewServiceFactoryPlugin: includemocs
    * Qml: includemocs
    * QuickTest: includemocs
    * PinchArea: ignore ZoomNativeGesture and RotateNativeGesture if told to
    * Docs: Document textInput.acceptableInput as read only
    * QQmlTableModelColumn: remove unused field mIndex
    * MouseArea: don't get stuck in doubleClick if handler caused ungrab
    * Avoid -Wclass-memaccess warning
    * QmlDebugPrivate: includemocs
    * QmlModels: includemocs
    * QQmlInspectorServiceFactoryPlugin: includemocs
    * QQmlDebuggerServiceFactoryPlugin: includemocs
    * QQmlProfilerServiceFactoryPlugin: includemocs
    * QQmlNativeDebugServiceFactoryPlugin: includemocs
    * QuickShapesPrivate: includemocs
    * QtPacketProtocolPrivate: includemocs
    * QDebugMessageServiceFactoryPlugin: includemocs
    * QQuickProfilerAdapterFactoryPlugin: includemocs
    * Build fixes for GCC 11
    * doc: Fix inherited property docs in HoverHandler
    * tst_qqmllistcompositor: fix -Wdeprecated-enum-enum-conversion
    * Set depth mask correctly for clear
    * Doc: Improve cursorPosition description in TextInput and TextEdit docs
    * Fix blacklisting string for Ubuntu 20.04 in qquickmultipointtoucharea
    * V4 ArrayIterator: Protect retrieved value from GC
    * QML: Protect against EAGAIN when calling madvise on linux
    * QQuickLoader: Check for QQmlEngine before using it
* Wed May 24 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.9+kde26:
    * qml tool: Use QCommandLineParser::process() rather than parse()
  - Add patch to fix crash on aarch64 (boo#1211628, QTBUG-111935):
    * 0001-JIT-Add-missing-STORE-LOAD-_ACC-to-CreateCallContext.patch
* Thu May 11 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.9+kde25:
    * Accessibility: respect value in attached Accessible in controls
    * Revert "QQuickItem: Fix effective visibility for items without parent"
      (boo#1210980)
* Fri Apr 21 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.8+kde67, rebased upstream:
    * QQuickItem: Fix effective visibility for items without parent
    * Prevent crash when destroying asynchronous Loader
    * Quick Animations: Fix crash
    * qv4function: Fix crash due to reference being invalidated
    * Models: Avoid crashes when deleting cache items
    * QQuickState::when: handle QJSValue properties correctly
    * QQmlImportDatabase: Make sure the newly added import path be first
    * Revert "Fix missing glyphs when using NativeRendering"
    * Fix missing glyphs when using NativeRendering
    * Update the window cursor on mouse release
    * Blacklist: test cases blacklisted in tst_QQuickListView:
    * Blacklist: test cases blacklisted in tst_QQuickMultiPointTouchArea:
    * Fix crash with NativeRendering on RHI
    * A11Y: make QQuickText focusable for A11Y
    * QQuickWindow: improve docs for activeFocusItem
    * Doc: add example snippets for containmentMask
    * Fix typo in qquickdroparea/BLACKLIST for Ubuntu-20.04
    * QQmlAdaptorModel: Do not use reparenting for lifetime managemment
    * Correctly handle QQuickState::when
    * CMake: Fix handling of empty qrc files with qtquickcompiler
    * CMake: Skip qtquickcompiler cmake test on macOS ARM
    * Fix indices alignment problem
    * Fix indentation in positioners example
    * doc: Fix QQuickItem point/rect mapping methods signatures
    * Instantiator: Do not load items when inactive
    * Doc: Fix QtQuick::Loader::item type
    * Doc: fix incorrect type name on focus page
    * icutils::Node: GCC 11 -Werror=maybe-uninitialized w/-fsanitize=undefined
    * tst_qquickimageprovider: fix some memleaks
    * Fix incorrect behavior after displace transition
    * Fix edge cases in arcTo
    * Don't blacklist tst_QQuickFramebufferObject::everything on b2qt
    * Use tree hash rather than commit hash in .tag file
    * Adjust default max call depth for QNX
    * Blacklist containsDrag_internal on Ubuntu 20.04
    * QQmlLoggingCategory: Avoid unnecessary warnings from setters
    * Blacklist flakey tst_QPauseAnimationJob::multipleSequentialGroups on macOS
    * Assert that QQmlDelegateModel's count can't be less than zero
    * qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerr
    * Treat unknown tablet device as stylus and create QTabletEvent
    * GridView: Set content position when changing cell size
    * QQuickItemViewTransitionAttached: Avoid dangling pointers
    * Bound animatorjob value to the given range
  - Commits dropped by the rebase:
    * Document that StyledText also supports &nbsp; and &quot;
* Thu Mar 02 2023 Fabian Vogt <fvogt@suse.com>
  - Drop the mechanism for supporting systems without SSE2. glibc removed
    support for looking up libraries in sse2/ subdirectories and libQt5Qml5
    without SSE2 crashes Plasma (boo#1208188):
    * sse2_nojit.patch
* Mon Jan 09 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.8+kde22, rebased upstream:
    * Qml: Don't crash when as-casting to type with errors
    * Do not copy lookups
    * deliverSinglePointEventUntilAccepted(): skip items that aren't shown
    * V4 Lookup: Do not leak property caches
    * Fix glitches in big AnimatedSprite animations
    * HoverHandler: allow cursorShape binding before parentItem is set
    * QtTest: use delay properly in mouseWheel()
    * Set OpenGL state after invoking custom rendering
    * Ensure that HoverHandler isn't hovered after HoverLeave to parent item
    * Fix missing glyphs when changing distance field parameters
    * Document that the vendorext property is deprecated
    * tst_qqmlbinding: Avoid event loop flakyness on Ubuntu 20.04
    * Unset the QQmlAnimationTimer pointer from unregistered jobs
    * Reset the timer of all controlled animations upon timer destruction
    * Don't create an animation timer when destroying the animation job
    * Disable JIT for arm64 when doing macOS universal builds
    * Blacklist and fix failing tests on ARM macOS
    * qmake/vcxproj: Fix qmltypes files being displayed at project root
    * Use resize instead of shrink when clearing upload pools
    * Handle function as default arguments in toplevel functions
    * Do not crash on self-assignment of QQmlProperty
    * Do not resolve containing types of inline components too early
    * sg: Drop internal pool allocs upon QQuickWindow::releaseResources
    * Fix distorted subpixel text for non-RHI code path
    * QQuickTextInput: fix cursor positioning for QInputMethodEvent
  - Commits dropped by the rebase:
    * Fix Flickable with QTBUG-56075 patch applied
  - Update qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch with contents from
    https://invent.kde.org/qt/qt/qtdeclarative/-/merge_requests/32
* Thu Dec 15 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.7+kde25:
    * Make QaccessibleQuickWidget private API
    * a11y: track item enabled state
    * QQuickItem: avoid emitting signals during destruction
    * Send ObjectShow event for visible components after initialized
    * Implement accessibility for QQuickWidget
    * Fix build after 95290f66b806a307b8da1f72f8fc2c69801933d0
    * Don't convert QByteArray in `startDrag`
* Thu Nov 03 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.7+kde18, rebased upstream:
    * Revert "Fix ListView.isCurrentItem when used with DelegateModel"
    * Stop using QHash::unite() in storage model manual test
    * SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanup
    * Document that clearComponentCache() does not clear existing objects
    * Doc: Replace return `0` with nullptr
    * Doc: Fix QtQuick::Keys::forwardTo generic list type
    * Doc: QQmlContext: make it more readable
    * Fix ListView.isCurrentItem when used with DelegateModel
    * Fix documentation on JavaScript imports
    * doc: Remove bogus PinchHandler.minimumTouchPoints prop; improve actual
    * tst_grabImage: Fix the cases were visually comparing invisible items
    * Reinitialize shader data structure when effect changes
    * Doc: mention that clipping can affect performance and link to page
    * Ensure init of m_current_projection_matrix in single-clipped-item scene
    * Canvas: Add a means to override the DPR used via an environment variable
    * Fix regression in ListView/Flickable event delivery
    * qquicktextinput: Clear pre-edit text after input method reset
  - Rebase qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch
* Mon Sep 26 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.6+kde20, rebased upstream:
    * Reset currentChanges if currentChanges is active when refilling listView
    * QmlPreview: Protect QQmlPreviewFileLoader::load with another mutex
    * Use QDateTime to get offsets for emscripten (wasm)
    * Doc: fix AnchorChanges typo
    * Avoid crash for deep aliases
    * doc: Improve the Input Handlers index page
    * DropArea: Tell qdoc that DropArea indeed inherits Item
    * QV4::Heap::GeneratorObject: remove unused member
    * Sync shadereffect materialType cleanup between renderloops
    * Avoid infinite loop in designer support
    * Pass the focus reason through to the control on mouse press
    * Update QQuickImage's DPR if re-loading the image didn't
    * Doc: Document matrix4x4 transformation functions
    * Add tests of matrix4x4 transformation functions
    * Handle QScreen::physicalDotsPerInchChanged changes for the initial screen
    * Don't let PointerHandler steal mouse grab from keepMouseGrab layer
    * Emit grabChanged() from DragHandler and PinchHandler
    * Resolve data race on QQmlPropertyCache's arguments object
    * Resolve data race in QQmlPropertyData in a minimally invasive way
    * Register the QML builtin sequence metatypes only once
    * doc: Improve QQuickItem::containmentMask() docs
    * When setting the line dash to be an empty array reset the style to Solid
    * Fix QtQtuickImage docs: correct properties' signatures
    * crash fix - avoid wrong gcc optimization
    * Fix warnings
    * doc: Use DragHandler rather than MouseArea in the externaldrag snippet
    * Ensure model is in context if required properties are not used
    * QQuickItem::forceActiveFocus(): actually force active focus
    * a11y: make links have pressAction first
    * Set a11y role for QQuickTextInput to EditableText
* Mon Jun 27 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.5+kde19, rebased upstream:
    * Fix Flickable with QTBUG-56075 patch applied
    * Fix Flickable wheel velocity calculation
    * QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the same array)
    * QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncation
    * QQuickItem: Guard against cycles in nextPrevItemInTabFocusChain
    * Make sure QQuickWidget and its offscreen window's screens are always in sync
    * V4: Do not call dtor of an object we continue to use
    * doc: Improve QQuickItem::ItemChangeData docs
    * Remove tst_pixel
    * docs: Clarify EventPoint properties
    * Consistent naming for (to|from)Is(Defined|Sourced) in animations
    * Map window coordinates to the same coordinate system as the QPointerEvent point
    * Doc: Fix the Shapes table to reflect reality
    * Doc: Clarify preconditions for using QML_ELEMENT et al
    * Do full overlap checks within the alpha render list when rebuilding
    * MASM: Put pageSize into an inline namespace
    * TextEdit: update all glyphnodes on QTD::contentsChanged() signal
    * qquicktableview: upon forceLayout(), check for visible rows/columns at the origin
    * V4 Debugger: Collect locals also from block scopes
    * Make PinchArea translate correctly inside a rotated parent
    * Avoid stale QSGTexture pointer accesses
    * V4 debugger: Properly count break points
    * Fix build with GCC 11: include <limits>
    * Document QQmlComponent::createWithInitialProperties() error handling
    * QQmlComponentPrivate::setInitialProperty: improve error message
    * Remove extra colon
    * Fix warning and assert when removing items from groups
    * Document that QML_SINGLETON only works with QObjects
    * qqmlirbuilder: Fix treating parser warnings as errros
    * Prevent infinite recursion in QQuickItemPrivate::itemToWindowTransform
    * Avoid crash when accessing an empty QTextLine
    * doc: fix up QQuickItem::contains() docs
    * QQuickTextInput: update cursor rectangle after padding changed
    * Assert that pointer is non-null
    * qqmlapplicationengine: Handle errors during component creation
    * Do not batch lines with > 1 width in alpha pass
    * Don't crash when trying to invoke non-existing string converter
    * Fix incorrect depth test state with QSGRenderNode::DepthAwareRendering
    * Do not auto-clean components with live inline components
    * QuickTest: Do not recurse forever on inline components in enumerateTestCases
    * DelegateModelGroup: Fix bug where item could be removed from the model
    * Remove unnecessary forward declaration
    * QQuickTableView: always update content size when rebuilding small tables
    * Do less work when there are no active ImageParticle particles
    * Revert "Update commercial license headers"
    * QQuickTableView: forceLayout() should work, even when no items are loaded
    * Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"
    * Ensure that the case of the path will match then QUrl for a UNC path
    * Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects
    * MouseArea: fix containsMouse behavior during visibility changes
    * QQuickTextControl: commit pre-edit after key press
    * qv4generatorobject: Fix crash when creating new properties
    * QQmlIncubator: handle clear inside setinitialState
    * Fix release-only windows builds
    * Fix lookup of existing inline components by name
    * qquicktextinput: Fix validation for IM event
    * docs: Fix documentation of the Locale numberOptions property
    * QQmlPropertyPrivate::signalExpression: handle object being null
    * qquicktextinput: Fix Undo history for IM event
    * QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop reference
    * qmlplugindump: Fix overload ambiguity
    * QV4 Engine: Remove MSVC special casing
    * QQuickTextEdit: ensure we update after changing padding
    * QQuickItemParticle give() method kill particle
    * QSequentialAnimationGroupJob: Protect against self-deletion
    * Change QQuickShortcut::setSequences to bind to all sequences
    * qquicktextinput: ensure we update IM when cursor changes position
    * QQuickListView: Add autotest so that animated delegate does not crash
    * QQmlIRLoader: Actually load RequiredPropertyExtraData
    * Doc: Fix broken QDoc markup
    * Update commercial license headers
    * QQmlProperty: Guard QQmlContextData with QQmlGuardedContextData
    * ListModel: Fix move handling in sync
    * tst_EcmaScriptTests: Raise timeout
    * QuickLayouts: fix crash when layout width depends on parent width
    * export QAcccessibleQuickItem
    * QAnimationGroupJob: Don't call virtual functions from dtor
    * Fix QQuickShortcut::setContext so re-grab all shortcuts
    * Revert "Set the stencil buffer zone" and "Add clipNext null pointer guard"
    * Fix Text with ElideRight not being rendered when width goes from 0 to >0
    * Cache static compilation units
    * Regenerate Shape fill geometry when alpha changes to non-zero
    * Remove QQmlCleanup from QQmlScriptData
    * Add Lancelot tests for both types of clipping
    * masm: Add error handling for failed mprotect()
    * QQuickLoader: prevent clearing initial properties after active = true
    * Correct #if-ery in QML locale's time-zone update test
    * Doc: mention that Item's childrenRect property is local to the item
  - Commits dropped by the rebase:
    * Add missing limits include to fix build with GCC 11
  - Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
  - Rebase qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch
* Wed Apr 06 2022 Antonio Larrosa <alarrosa@suse.com>
  - Increase the disk constraint to 6GB since the SLE build use
    5.5GB already (boo#1197992)
* Fri Jan 21 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.2+kde43:
    * QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate()
    * Fix crash during model reset
    * QQuickWindow: don't leak old screenChanged connections
    * qqmldelegatemodel: Fix out of bounds cache removal
    * QQuickItemAnimation: close potential memory leak
* Thu Oct 28 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.2+kde36:
    * Do not revert properties of deleted objects
    * Revert "Fix for possible crash in QSGDefaultLayer::grab"
    * Fix distorted text with subpixel matrix translation
    * Fix sweep step for tainted QObject JavaScript wrappers
    * QQmlDelegateModel: Refresh the view when a column is added at 0
    * QQuickLoader: Do not incubate if the source arrives after setActive(false)
    * Include <limits> in Yarr.h to fix build with GCC 11
* Wed Jun 23 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.2+kde29:
    * Remove unused QPointer<QQuickPointerMask>
* Mon Jun 21 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Switch to KDE's maintenance branch
  - Update to version 5.15.2+kde28:
    * Support &apos; in styled text
    * Document that StyledText also supports &nbsp; and &quot;
    * Add missing limits include to fix build with GCC 11
    * Give a warning when StyledText encounters a non supported entity
    * doc: explain QQItem event delivery, handlers, setAcceptTouchEvents()
    * JIT: When making memory writable, include the exception handler
    * Fix IC properties in same file
    * QML: Fix proxy iteration
    * DesignerSupport: Don't skip already inspected objects
    * Show a tableview even if the syncView has an empty model
    * qqmlistmodel: Fix crash when modelCache is null
    * Use load(qt_tool) for qmltime
    * qv4qmlcontext: Fix bounded signal expressions when debugging
    * qmltypes.prf: Take abi into account for *_metatypes.json file names
    * Accessibility event is sent on item's geometry change
    * Fix crash when calling hasOwnProperty() on proxy object
    * QQuickTextInput: Store mask data in std::unique_ptr
    * Fix QML property cache leaks of delegate items
    * qmlfunctions.qdoc: Add clarification to QML_FOREIGN
    * Doc: mention that INCLUDEPATH must be set in some cases
    * QML Text doesn't reset lineCount when text is empty
    * Avoid GHS linker to optimize away QML type registrations
    * QQuickWindow: Check if QQuickItem was not deleted
    * QQuickView docs: show correct usage of setInitialProperties
    * Add changes file for Qt 5.15.2
    * Revert "qquickloader: Free memory of loaded components after source change"
    * Inline components: Fix custom parser support
    * Bump version
  - Add patch to reset version to 5.15.2:
    * 0001-Revert-Bump-version.patch
  - Drop patches, now upstream:
    * 0001-Include-limits-to-fix-build-with-GCC-11.patch
* Thu Apr 22 2021 Fabian Vogt <fvogt@suse.com>
  - Add patch to fix build with GCC 11 (boo#1185100):
    * 0001-Include-limits-to-fix-build-with-GCC-11.patch
* Fri Mar 12 2021 Fabian Vogt <fvogt@suse.com>
  - Work around implicit dependency of src/qml on qmltyperegistrar
    which lead to an incomplete libQt5Qml5.so build for non-SSE2

Files

/usr/include/qt5/QtPacketProtocol
/usr/include/qt5/QtPacketProtocol/QtPacketProtocol
/usr/include/qt5/QtPacketProtocol/QtPacketProtocolDepends
/usr/include/qt5/QtPacketProtocol/QtPacketProtocolVersion
/usr/include/qt5/QtPacketProtocol/qtpacketprotocolversion.h
/usr/include/qt5/QtQml
/usr/include/qt5/QtQml/QJSEngine
/usr/include/qt5/QtQml/QJSValue
/usr/include/qt5/QtQml/QJSValueIterator
/usr/include/qt5/QtQml/QJSValueList
/usr/include/qt5/QtQml/QQmlAbstractUrlInterceptor
/usr/include/qt5/QtQml/QQmlApplicationEngine
/usr/include/qt5/QtQml/QQmlComponent
/usr/include/qt5/QtQml/QQmlContext
/usr/include/qt5/QtQml/QQmlDebuggingEnabler
/usr/include/qt5/QtQml/QQmlEngine
/usr/include/qt5/QtQml/QQmlEngineExtensionInterface
/usr/include/qt5/QtQml/QQmlEngineExtensionPlugin
/usr/include/qt5/QtQml/QQmlError
/usr/include/qt5/QtQml/QQmlExpression
/usr/include/qt5/QtQml/QQmlExtensionInterface
/usr/include/qt5/QtQml/QQmlExtensionPlugin
/usr/include/qt5/QtQml/QQmlFile
/usr/include/qt5/QtQml/QQmlFileSelector
/usr/include/qt5/QtQml/QQmlImageProviderBase
/usr/include/qt5/QtQml/QQmlIncubationController
/usr/include/qt5/QtQml/QQmlIncubator
/usr/include/qt5/QtQml/QQmlInfo
/usr/include/qt5/QtQml/QQmlListProperty
/usr/include/qt5/QtQml/QQmlListReference
/usr/include/qt5/QtQml/QQmlModuleRegistration
/usr/include/qt5/QtQml/QQmlNetworkAccessManagerFactory
/usr/include/qt5/QtQml/QQmlParserStatus
/usr/include/qt5/QtQml/QQmlProperties
/usr/include/qt5/QtQml/QQmlProperty
/usr/include/qt5/QtQml/QQmlPropertyMap
/usr/include/qt5/QtQml/QQmlPropertyValueSource
/usr/include/qt5/QtQml/QQmlScriptString
/usr/include/qt5/QtQml/QQmlTypeInfo
/usr/include/qt5/QtQml/QQmlTypesExtensionInterface
/usr/include/qt5/QtQml/QmlTypeAndRevisionsRegistration
/usr/include/qt5/QtQml/QtQml
/usr/include/qt5/QtQml/QtQmlDepends
/usr/include/qt5/QtQml/QtQmlVersion
/usr/include/qt5/QtQml/qjsengine.h
/usr/include/qt5/QtQml/qjsvalue.h
/usr/include/qt5/QtQml/qjsvalueiterator.h
/usr/include/qt5/QtQml/qqml.h
/usr/include/qt5/QtQml/qqmlabstracturlinterceptor.h
/usr/include/qt5/QtQml/qqmlapplicationengine.h
/usr/include/qt5/QtQml/qqmlcomponent.h
/usr/include/qt5/QtQml/qqmlcontext.h
/usr/include/qt5/QtQml/qqmldebug.h
/usr/include/qt5/QtQml/qqmlengine.h
/usr/include/qt5/QtQml/qqmlerror.h
/usr/include/qt5/QtQml/qqmlexpression.h
/usr/include/qt5/QtQml/qqmlextensioninterface.h
/usr/include/qt5/QtQml/qqmlextensionplugin.h
/usr/include/qt5/QtQml/qqmlfile.h
/usr/include/qt5/QtQml/qqmlfileselector.h
/usr/include/qt5/QtQml/qqmlincubator.h
/usr/include/qt5/QtQml/qqmlinfo.h
/usr/include/qt5/QtQml/qqmllist.h
/usr/include/qt5/QtQml/qqmlmoduleregistration.h
/usr/include/qt5/QtQml/qqmlnetworkaccessmanagerfactory.h
/usr/include/qt5/QtQml/qqmlparserstatus.h
/usr/include/qt5/QtQml/qqmlprivate.h
/usr/include/qt5/QtQml/qqmlproperty.h
/usr/include/qt5/QtQml/qqmlpropertymap.h
/usr/include/qt5/QtQml/qqmlpropertyvaluesource.h
/usr/include/qt5/QtQml/qqmlscriptstring.h
/usr/include/qt5/QtQml/qtqml-config.h
/usr/include/qt5/QtQml/qtqmlcompilerglobal.h
/usr/include/qt5/QtQml/qtqmlglobal.h
/usr/include/qt5/QtQml/qtqmlversion.h
/usr/include/qt5/QtQmlDebug
/usr/include/qt5/QtQmlDebug/QtQmlDebug
/usr/include/qt5/QtQmlDebug/QtQmlDebugDepends
/usr/include/qt5/QtQmlDebug/QtQmlDebugVersion
/usr/include/qt5/QtQmlDebug/qtqmldebugversion.h
/usr/include/qt5/QtQmlModels
/usr/include/qt5/QtQmlModels/QtQmlModels
/usr/include/qt5/QtQmlModels/QtQmlModelsDepends
/usr/include/qt5/QtQmlModels/QtQmlModelsVersion
/usr/include/qt5/QtQmlModels/qtqmlmodels-config.h
/usr/include/qt5/QtQmlModels/qtqmlmodelsglobal.h
/usr/include/qt5/QtQmlModels/qtqmlmodelsversion.h
/usr/include/qt5/QtQmlWorkerScript
/usr/include/qt5/QtQmlWorkerScript/QtQmlWorkerScript
/usr/include/qt5/QtQmlWorkerScript/QtQmlWorkerScriptDepends
/usr/include/qt5/QtQmlWorkerScript/QtQmlWorkerScriptVersion
/usr/include/qt5/QtQmlWorkerScript/qtqmlworkerscriptglobal.h
/usr/include/qt5/QtQmlWorkerScript/qtqmlworkerscriptversion.h
/usr/include/qt5/QtQuick
/usr/include/qt5/QtQuick/QQuickAsyncImageProvider
/usr/include/qt5/QtQuick/QQuickFramebufferObject
/usr/include/qt5/QtQuick/QQuickImageProvider
/usr/include/qt5/QtQuick/QQuickImageResponse
/usr/include/qt5/QtQuick/QQuickItem
/usr/include/qt5/QtQuick/QQuickItemGrabResult
/usr/include/qt5/QtQuick/QQuickPaintedItem
/usr/include/qt5/QtQuick/QQuickRenderControl
/usr/include/qt5/QtQuick/QQuickTextDocument
/usr/include/qt5/QtQuick/QQuickTextureFactory
/usr/include/qt5/QtQuick/QQuickTransform
/usr/include/qt5/QtQuick/QQuickView
/usr/include/qt5/QtQuick/QQuickWindow
/usr/include/qt5/QtQuick/QSGAbstractRenderer
/usr/include/qt5/QtQuick/QSGBasicGeometryNode
/usr/include/qt5/QtQuick/QSGClipNode
/usr/include/qt5/QtQuick/QSGDynamicTexture
/usr/include/qt5/QtQuick/QSGEngine
/usr/include/qt5/QtQuick/QSGFlatColorMaterial
/usr/include/qt5/QtQuick/QSGGeometry
/usr/include/qt5/QtQuick/QSGGeometryNode
/usr/include/qt5/QtQuick/QSGImageNode
/usr/include/qt5/QtQuick/QSGMaterial
/usr/include/qt5/QtQuick/QSGMaterialRhiShader
/usr/include/qt5/QtQuick/QSGMaterialShader
/usr/include/qt5/QtQuick/QSGMaterialType
/usr/include/qt5/QtQuick/QSGNinePatchNode
/usr/include/qt5/QtQuick/QSGNode
/usr/include/qt5/QtQuick/QSGNodeVisitor
/usr/include/qt5/QtQuick/QSGOpacityNode
/usr/include/qt5/QtQuick/QSGOpaqueTextureMaterial
/usr/include/qt5/QtQuick/QSGRectangleNode
/usr/include/qt5/QtQuick/QSGRenderNode
/usr/include/qt5/QtQuick/QSGRendererInterface
/usr/include/qt5/QtQuick/QSGRootNode
/usr/include/qt5/QtQuick/QSGSimpleMaterial
/usr/include/qt5/QtQuick/QSGSimpleMaterialComparableMaterial
/usr/include/qt5/QtQuick/QSGSimpleMaterialShader
/usr/include/qt5/QtQuick/QSGSimpleRectNode
/usr/include/qt5/QtQuick/QSGSimpleTextureNode
/usr/include/qt5/QtQuick/QSGTexture
/usr/include/qt5/QtQuick/QSGTextureMaterial
/usr/include/qt5/QtQuick/QSGTextureProvider
/usr/include/qt5/QtQuick/QSGTransformNode
/usr/include/qt5/QtQuick/QSGVertexColorMaterial
/usr/include/qt5/QtQuick/QtQuick
/usr/include/qt5/QtQuick/QtQuickDepends
/usr/include/qt5/QtQuick/QtQuickVersion
/usr/include/qt5/QtQuick/qquickframebufferobject.h
/usr/include/qt5/QtQuick/qquickimageprovider.h
/usr/include/qt5/QtQuick/qquickitem.h
/usr/include/qt5/QtQuick/qquickitemgrabresult.h
/usr/include/qt5/QtQuick/qquickpainteditem.h
/usr/include/qt5/QtQuick/qquickrendercontrol.h
/usr/include/qt5/QtQuick/qquicktextdocument.h
/usr/include/qt5/QtQuick/qquickview.h
/usr/include/qt5/QtQuick/qquickwindow.h
/usr/include/qt5/QtQuick/qsgabstractrenderer.h
/usr/include/qt5/QtQuick/qsgengine.h
/usr/include/qt5/QtQuick/qsgflatcolormaterial.h
/usr/include/qt5/QtQuick/qsggeometry.h
/usr/include/qt5/QtQuick/qsgimagenode.h
/usr/include/qt5/QtQuick/qsgmaterial.h
/usr/include/qt5/QtQuick/qsgmaterialrhishader.h
/usr/include/qt5/QtQuick/qsgmaterialshader.h
/usr/include/qt5/QtQuick/qsgmaterialtype.h
/usr/include/qt5/QtQuick/qsgninepatchnode.h
/usr/include/qt5/QtQuick/qsgnode.h
/usr/include/qt5/QtQuick/qsgrectanglenode.h
/usr/include/qt5/QtQuick/qsgrendererinterface.h
/usr/include/qt5/QtQuick/qsgrendernode.h
/usr/include/qt5/QtQuick/qsgsimplematerial.h
/usr/include/qt5/QtQuick/qsgsimplerectnode.h
/usr/include/qt5/QtQuick/qsgsimpletexturenode.h
/usr/include/qt5/QtQuick/qsgtexture.h
/usr/include/qt5/QtQuick/qsgtexturematerial.h
/usr/include/qt5/QtQuick/qsgtextureprovider.h
/usr/include/qt5/QtQuick/qsgvertexcolormaterial.h
/usr/include/qt5/QtQuick/qtquick-config.h
/usr/include/qt5/QtQuick/qtquickglobal.h
/usr/include/qt5/QtQuick/qtquickversion.h
/usr/include/qt5/QtQuickParticles
/usr/include/qt5/QtQuickParticles/QtQuickParticles
/usr/include/qt5/QtQuickParticles/QtQuickParticlesDepends
/usr/include/qt5/QtQuickParticles/QtQuickParticlesVersion
/usr/include/qt5/QtQuickParticles/qtquickparticlesversion.h
/usr/include/qt5/QtQuickShapes
/usr/include/qt5/QtQuickShapes/QtQuickShapes
/usr/include/qt5/QtQuickShapes/QtQuickShapesDepends
/usr/include/qt5/QtQuickShapes/QtQuickShapesVersion
/usr/include/qt5/QtQuickShapes/qquickshapesglobal.h
/usr/include/qt5/QtQuickShapes/qtquickshapesversion.h
/usr/include/qt5/QtQuickTest
/usr/include/qt5/QtQuickTest/QtQuickTest
/usr/include/qt5/QtQuickTest/QtQuickTestDepends
/usr/include/qt5/QtQuickTest/QtQuickTestVersion
/usr/include/qt5/QtQuickTest/qtquicktestversion.h
/usr/include/qt5/QtQuickTest/quicktest.h
/usr/include/qt5/QtQuickTest/quicktestglobal.h
/usr/include/qt5/QtQuickWidgets
/usr/include/qt5/QtQuickWidgets/QQuickWidget
/usr/include/qt5/QtQuickWidgets/QtQuickWidgets
/usr/include/qt5/QtQuickWidgets/QtQuickWidgetsDepends
/usr/include/qt5/QtQuickWidgets/QtQuickWidgetsVersion
/usr/include/qt5/QtQuickWidgets/qquickwidget.h
/usr/include/qt5/QtQuickWidgets/qtquickwidgetsglobal.h
/usr/include/qt5/QtQuickWidgets/qtquickwidgetsversion.h
/usr/lib64/cmake/Qt5PacketProtocol
/usr/lib64/cmake/Qt5PacketProtocol/Qt5PacketProtocolConfig.cmake
/usr/lib64/cmake/Qt5PacketProtocol/Qt5PacketProtocolConfigVersion.cmake
/usr/lib64/cmake/Qt5Qml
/usr/lib64/cmake/Qt5Qml/Qt5QmlConfig.cmake
/usr/lib64/cmake/Qt5Qml/Qt5QmlConfigExtras.cmake
/usr/lib64/cmake/Qt5Qml/Qt5QmlConfigVersion.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QDebugMessageServiceFactory.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QLocalClientConnectionFactory.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlDebugServerFactory.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlDebuggerServiceFactory.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlInspectorServiceFactory.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugConnectorFactory.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugServiceFactory.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlPreviewServiceFactory.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlProfilerServiceFactory.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQuickProfilerAdapterFactory.cmake
/usr/lib64/cmake/Qt5Qml/Qt5Qml_QTcpServerConnectionFactory.cmake
/usr/lib64/cmake/Qt5QmlDebug
/usr/lib64/cmake/Qt5QmlDebug/Qt5QmlDebugConfig.cmake
/usr/lib64/cmake/Qt5QmlDebug/Qt5QmlDebugConfigVersion.cmake
/usr/lib64/cmake/Qt5QmlDevTools
/usr/lib64/cmake/Qt5QmlDevTools/Qt5QmlDevToolsConfig.cmake
/usr/lib64/cmake/Qt5QmlDevTools/Qt5QmlDevToolsConfigVersion.cmake
/usr/lib64/cmake/Qt5QmlImportScanner
/usr/lib64/cmake/Qt5QmlImportScanner/Qt5QmlImportScannerConfig.cmake
/usr/lib64/cmake/Qt5QmlImportScanner/Qt5QmlImportScannerTemplate.cpp.in
/usr/lib64/cmake/Qt5QmlModels
/usr/lib64/cmake/Qt5QmlModels/Qt5QmlModelsConfig.cmake
/usr/lib64/cmake/Qt5QmlModels/Qt5QmlModelsConfigVersion.cmake
/usr/lib64/cmake/Qt5QmlWorkerScript
/usr/lib64/cmake/Qt5QmlWorkerScript/Qt5QmlWorkerScriptConfig.cmake
/usr/lib64/cmake/Qt5QmlWorkerScript/Qt5QmlWorkerScriptConfigVersion.cmake
/usr/lib64/cmake/Qt5Quick
/usr/lib64/cmake/Qt5Quick/Qt5QuickConfig.cmake
/usr/lib64/cmake/Qt5Quick/Qt5QuickConfigVersion.cmake
/usr/lib64/cmake/Qt5QuickCompiler
/usr/lib64/cmake/Qt5QuickCompiler/Qt5QuickCompilerConfig.cmake
/usr/lib64/cmake/Qt5QuickParticles
/usr/lib64/cmake/Qt5QuickParticles/Qt5QuickParticlesConfig.cmake
/usr/lib64/cmake/Qt5QuickParticles/Qt5QuickParticlesConfigVersion.cmake
/usr/lib64/cmake/Qt5QuickShapes
/usr/lib64/cmake/Qt5QuickShapes/Qt5QuickShapesConfig.cmake
/usr/lib64/cmake/Qt5QuickShapes/Qt5QuickShapesConfigVersion.cmake
/usr/lib64/cmake/Qt5QuickTest
/usr/lib64/cmake/Qt5QuickTest/Qt5QuickTestConfig.cmake
/usr/lib64/cmake/Qt5QuickTest/Qt5QuickTestConfigVersion.cmake
/usr/lib64/cmake/Qt5QuickWidgets
/usr/lib64/cmake/Qt5QuickWidgets/Qt5QuickWidgetsConfig.cmake
/usr/lib64/cmake/Qt5QuickWidgets/Qt5QuickWidgetsConfigVersion.cmake
/usr/lib64/libQt5PacketProtocol.a
/usr/lib64/libQt5PacketProtocol.prl
/usr/lib64/libQt5Qml.prl
/usr/lib64/libQt5Qml.so
/usr/lib64/libQt5QmlDebug.a
/usr/lib64/libQt5QmlDebug.prl
/usr/lib64/libQt5QmlDevTools.a
/usr/lib64/libQt5QmlDevTools.prl
/usr/lib64/libQt5QmlModels.prl
/usr/lib64/libQt5QmlModels.so
/usr/lib64/libQt5QmlWorkerScript.prl
/usr/lib64/libQt5QmlWorkerScript.so
/usr/lib64/libQt5Quick.prl
/usr/lib64/libQt5Quick.so
/usr/lib64/libQt5QuickParticles.prl
/usr/lib64/libQt5QuickParticles.so
/usr/lib64/libQt5QuickShapes.prl
/usr/lib64/libQt5QuickShapes.so
/usr/lib64/libQt5QuickTest.prl
/usr/lib64/libQt5QuickTest.so
/usr/lib64/libQt5QuickWidgets.prl
/usr/lib64/libQt5QuickWidgets.so
/usr/lib64/metatypes/qt5qml_metatypes.json
/usr/lib64/metatypes/qt5qmlmodels_metatypes.json
/usr/lib64/metatypes/qt5qmlworkerscript_metatypes.json
/usr/lib64/metatypes/qt5quick_metatypes.json
/usr/lib64/metatypes/qt5quickparticles_metatypes.json
/usr/lib64/metatypes/qt5quickshapes_metatypes.json
/usr/lib64/metatypes/qt5quicktest_metatypes.json
/usr/lib64/pkgconfig/Qt5Qml.pc
/usr/lib64/pkgconfig/Qt5QmlModels.pc
/usr/lib64/pkgconfig/Qt5QmlWorkerScript.pc
/usr/lib64/pkgconfig/Qt5Quick.pc
/usr/lib64/pkgconfig/Qt5QuickTest.pc
/usr/lib64/pkgconfig/Qt5QuickWidgets.pc
/usr/lib64/qt5/mkspecs/features/qmlcache.prf
/usr/lib64/qt5/mkspecs/features/qmltypes.prf
/usr/lib64/qt5/mkspecs/features/qtquickcompiler.prf
/usr/lib64/qt5/mkspecs/modules/qt_lib_packetprotocol_private.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_qml.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_qml_private.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_qmldebug_private.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_qmldevtools_private.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_qmlmodels.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_qmlmodels_private.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_qmltest.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_qmltest_private.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_qmlworkerscript.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_qmlworkerscript_private.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_quick.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_quick_private.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_quickparticles_private.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_quickshapes_private.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_quickwidgets.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_quickwidgets_private.pri
/usr/lib64/qt5/qml/QtTest
/usr/lib64/qt5/qml/QtTest/SignalSpy.qml
/usr/lib64/qt5/qml/QtTest/TestCase.qml
/usr/lib64/qt5/qml/QtTest/libqmltestplugin.so
/usr/lib64/qt5/qml/QtTest/plugins.qmltypes
/usr/lib64/qt5/qml/QtTest/qmldir
/usr/lib64/qt5/qml/QtTest/testlogger.js
/usr/share/licenses/libqt5-qtdeclarative-devel
/usr/share/licenses/libqt5-qtdeclarative-devel/LICENSE.FDL
/usr/share/licenses/libqt5-qtdeclarative-devel/LICENSE.GPL2
/usr/share/licenses/libqt5-qtdeclarative-devel/LICENSE.GPL3
/usr/share/licenses/libqt5-qtdeclarative-devel/LICENSE.GPL3-EXCEPT
/usr/share/licenses/libqt5-qtdeclarative-devel/LICENSE.LGPL3


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 01:27:51 2024