From 717639833c019239715d3db32964dbdc4aeb7ade Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 19:59:24 +0800 Subject: [PATCH] chore: New release 6.7.43 Log: --- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ rpm/qt5platform-plugins.spec | 2 +- 5 files changed, 46 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc39006..20941c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.7.43] - 2026-06-04 + +### Added + +- Add window edge margin detection for gesture conflict prevention +- Add verbose output and diagnostic step for Arch CI debugging +- Add verbose output for install step diagnosis +- Add cmake install diagnostics to identify install failure cause +- Add failure log printing step for debugging +- Add libice cairo to Arch deps, add build log capture for Deepin + +### Changed + +- Chore: New release 6.7.33 +- Chore: New release 6.7.34 +- Chore: New release 6.7.35 +- Chore: New release 6.7.36 +- Chore: New release 6.7.37 +- Chore: New release 6.7.38 +- Chore: New release 6.7.39 +- Chore: New release 6.7.40 +- Chore: New release 6.7.41 +- New release 6.7.42 (#335) +- Replace private access hacks with accessor pattern +- Replace zip with tar for artifact packaging +- Use pipefail to expose cmake configure/build errors +- Print build log on failure in Deepin CI + +### Fixed + +- Set default cursor when cursor is null +- Adapt vtable hook for Qt6 inheritance changes +- Fix kwayland package name for Arch Linux (use kwayland5 for KF5/Qt5) +- Fix cmake install pipe issue and add install dir diagnostics +- Guard Qt5-only QXcbCursor::m_gtkCursorThemeInitialized accessor for Qt6 +- Guard Qt5-only QXcbClipboard::m_owner accessor declaration + ## [6.7.42] - 2026-05-20 ### Added diff --git a/VERSION b/VERSION index 038d59e0..abd6fed0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.42 +6.7.43 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 719dc05a..599c4741 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=deepin-qt5platform-plugins-git -pkgver=6.7.42 +pkgver=6.7.43 pkgrel=1 sourcename=dde-qt5platform-plugins sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index f79a5290..ecb70c9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dde-qt5platform-plugins (6.7.43) unstable; urgency=medium + + * Release 6.7.43 + + -- yeshanshan Thu, 04 Jun 2026 19:59:23 +0800 + dde-qt5platform-plugins (6.7.42) unstable; urgency=medium * Release 6.7.42 diff --git a/rpm/qt5platform-plugins.spec b/rpm/qt5platform-plugins.spec index 1d2ba875..bb541498 100644 --- a/rpm/qt5platform-plugins.spec +++ b/rpm/qt5platform-plugins.spec @@ -4,7 +4,7 @@ %endif Name: dde-qt5platform-plugins -Version: 6.7.42 +Version: 6.7.43 Release: 1%{?dist} Summary: Qt platform plugins for DDE License: GPLv3