Control: tags 1121819 + patch Control: tags 1121819 + pending Dear maintainer,
I've prepared an NMU for mwparserfromhell (versioned as 0.6.6-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for mwparserfromhell-0.6.6 mwparserfromhell-0.6.6 changelog | 7 ++++++ patches/0001-Fix-building-in-C23-fixes-340.patch | 26 +++++++++++++++++++++++ patches/series | 1 3 files changed, 34 insertions(+) diff -Nru mwparserfromhell-0.6.6/debian/changelog mwparserfromhell-0.6.6/debian/changelog --- mwparserfromhell-0.6.6/debian/changelog 2024-03-24 02:49:49.000000000 +0200 +++ mwparserfromhell-0.6.6/debian/changelog 2026-01-11 17:34:41.000000000 +0200 @@ -1,3 +1,10 @@ +mwparserfromhell (0.6.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for GCC 15. (Closes: #1121819) + + -- Adrian Bunk <[email protected]> Sun, 11 Jan 2026 17:34:41 +0200 + mwparserfromhell (0.6.6-1) unstable; urgency=medium * New upstream version 0.6.6 diff -Nru mwparserfromhell-0.6.6/debian/patches/0001-Fix-building-in-C23-fixes-340.patch mwparserfromhell-0.6.6/debian/patches/0001-Fix-building-in-C23-fixes-340.patch --- mwparserfromhell-0.6.6/debian/patches/0001-Fix-building-in-C23-fixes-340.patch 1970-01-01 02:00:00.000000000 +0200 +++ mwparserfromhell-0.6.6/debian/patches/0001-Fix-building-in-C23-fixes-340.patch 2026-01-11 17:12:03.000000000 +0200 @@ -0,0 +1,26 @@ +From e0bb47f2345fcf3d15f515d1ecac09309228d60f Mon Sep 17 00:00:00 2001 +From: Ben Kurtovic <[email protected]> +Date: Mon, 30 Jun 2025 00:03:59 -0400 +Subject: Fix building in C23 (fixes #340) + +--- + src/mwparserfromhell/parser/ctokenizer/avl_tree.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/mwparserfromhell/parser/ctokenizer/avl_tree.c b/src/mwparserfromhell/parser/ctokenizer/avl_tree.c +index 3974029..c622e8a 100644 +--- a/src/mwparserfromhell/parser/ctokenizer/avl_tree.c ++++ b/src/mwparserfromhell/parser/ctokenizer/avl_tree.c +@@ -21,7 +21,9 @@ + #define false 0 + #define true 1 + ++#if __STDC_VERSION__ < 202000 + typedef int bool; ++#endif + + #include "avl_tree.h" + +-- +2.47.3 + diff -Nru mwparserfromhell-0.6.6/debian/patches/series mwparserfromhell-0.6.6/debian/patches/series --- mwparserfromhell-0.6.6/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ mwparserfromhell-0.6.6/debian/patches/series 2026-01-11 17:16:16.000000000 +0200 @@ -0,0 +1 @@ +0001-Fix-building-in-C23-fixes-340.patch

