From: Raspbian automatic forward porter Date: Wed, 2 Apr 2025 10:46:32 +0000 (+0100) Subject: Merge version 5.15.15+dfsg-2+rpi1 and 5.15.15+dfsg-5 to produce 5.15.15+dfsg-5+rpi1 X-Git-Tag: archive/raspbian/5.15.15+dfsg-5+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=593226cc8b2bd84ae988186ee65a9944fe83609e;p=qtbase-opensource-src.git Merge version 5.15.15+dfsg-2+rpi1 and 5.15.15+dfsg-5 to produce 5.15.15+dfsg-5+rpi1 --- 593226cc8b2bd84ae988186ee65a9944fe83609e diff --cc debian/changelog index e58662221,d7ca085b9..1f86fde53 --- a/debian/changelog +++ b/debian/changelog @@@ -1,15 -1,32 +1,45 @@@ - qtbase-opensource-src (5.15.15+dfsg-2+rpi1) trixie-staging; urgency=medium ++qtbase-opensource-src (5.15.15+dfsg-5+rpi1) trixie-staging; urgency=medium + + [changes introduced in 5.6.1+dfsg-2+rpi1] by Peter Michael Green] + * Partially fix clean target. + + [changes introduced in 5.9.1+dfsg-9+rpi1 by Peter Michael Green] + * Disable neon (-no-neon no longer seems to work, so edit configure.json instead) + + [changes introduced in 5.15.13+dfsg-2+rpi1 by Peter Michael Green] + * Add build-conflicts on libts-dev to avoid unwanted extra files. + - -- Raspbian forward porter Wed, 06 Nov 2024 01:03:02 +0000 ++ -- Raspbian forward porter Wed, 02 Apr 2025 10:46:32 +0000 ++ + qtbase-opensource-src (5.15.15+dfsg-5) unstable; urgency=medium + + * Backport upstream patch to add null checks in table iface methods in + linuxaccessibility/atspiadaptor.cpp (closes: #1081682). + * Update symbols files from buildds’ logs. + + -- Dmitry Shachnev Mon, 24 Mar 2025 15:42:48 +0300 + + qtbase-opensource-src (5.15.15+dfsg-4) unstable; urgency=medium + + * Fix containsTLDEntry() crash when tldChunkCount >= 3 (closes: #1095423). + - Thanks to Timo Röhling for help with debugging this! + + -- Dmitry Shachnev Sat, 08 Feb 2025 19:24:33 +0300 + + qtbase-opensource-src (5.15.15+dfsg-3) unstable; urgency=medium + + * Team upload. + * Enable the Vulkan support on all the architectures (i.e. not only on + Linux), as vulkan-loader is portable, and now available also on non-Linux + architectures in Debian: + - remove the linux-any limitation for the libvulkan-dev build and runtime + dependency + - remove the linux-any limitation for the vulkan-related symbols in + libqt5gui5t64.symbols + - remove the linux-any limitation for the vulkan-related files in install + files + + -- Pino Toscano Fri, 07 Feb 2025 07:20:36 +0100 qtbase-opensource-src (5.15.15+dfsg-2) unstable; urgency=medium diff --cc debian/patches/series index 310ae6822,fba9e8ca6..7d302ce7f --- a/debian/patches/series +++ b/debian/patches/series @@@ -30,4 -31,4 +31,5 @@@ path_max.dif qstorageinfo_linux.diff cross_build_mysql.diff cast_types_for_egl_x11_test.diff + containsTLDEntry.diff +modify-configure.json-to-disable-neon.patch