qt-*: add v6.11.2 - #6280
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Spack package recipes for Qt 6 module packages to include the new Qt bugfix release 6.11.2, enabling users to build/install that version via Spack while keeping existing version entries intact.
Changes:
- Added a new
version("6.11.2", ...)entry across the affectedqt_*packages. - Used
sha256=...for tarball-based packages andcommit=... , submodules=Truefor git-based packages, consistent with existing entries.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| repos/spack_repo/builtin/packages/qt_websockets/package.py | Add QtWebsockets 6.11.2 git commit version (with submodules). |
| repos/spack_repo/builtin/packages/qt_tools/package.py | Add QtTools 6.11.2 git commit version (with submodules). |
| repos/spack_repo/builtin/packages/qt_svg/package.py | Add QtSvg 6.11.2 tarball checksum. |
| repos/spack_repo/builtin/packages/qt_shadertools/package.py | Add QtShadertools 6.11.2 tarball checksum. |
| repos/spack_repo/builtin/packages/qt_quicktimeline/package.py | Add QtQuicktimeline 6.11.2 tarball checksum. |
| repos/spack_repo/builtin/packages/qt_quick3d/package.py | Add QtQuick3d 6.11.2 tarball checksum. |
| repos/spack_repo/builtin/packages/qt_declarative/package.py | Add QtDeclarative 6.11.2 tarball checksum. |
| repos/spack_repo/builtin/packages/qt_base/package.py | Add QtBase 6.11.2 tarball checksum (core Qt dependency for others). |
| repos/spack_repo/builtin/packages/qt_5compat/package.py | Add Qt5compat 6.11.2 tarball checksum. |
| repos/spack_repo/builtin/packages/qt_3d/package.py | Add Qt3d 6.11.2 git commit version (with submodules). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds to all
qt-*packages the new bugfix version v6.11.2. As is typical with Qt, bugfix releases are strictly bugfixes, and no changes in dependencies and build system are included.Of these,
qt-5compat,qt-base,qt-svg, andqt-toolswill be built in CI.