Control: tags 1098123 + patch Control: tags 1098123 + pending Dear maintainer,
I've prepared an NMU for xbubble (versioned as 0.5.11.2-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for xbubble-0.5.11.2 xbubble-0.5.11.2 changelog | 7 +++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru xbubble-0.5.11.2/debian/changelog xbubble-0.5.11.2/debian/changelog --- xbubble-0.5.11.2/debian/changelog 2025-01-31 12:26:38.000000000 +0200 +++ xbubble-0.5.11.2/debian/changelog 2025-10-25 16:37:59.000000000 +0300 @@ -1,3 +1,10 @@ +xbubble (0.5.11.2-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1098123) + + -- Adrian Bunk <[email protected]> Sat, 25 Oct 2025 16:37:59 +0300 + xbubble (0.5.11.2-4) unstable; urgency=medium * Team upload. diff -Nru xbubble-0.5.11.2/debian/patches/gcc-15.patch xbubble-0.5.11.2/debian/patches/gcc-15.patch --- xbubble-0.5.11.2/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ xbubble-0.5.11.2/debian/patches/gcc-15.patch 2025-10-25 16:37:59.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1098123 + +--- xbubble-0.5.11.2.orig/src/game.c ++++ xbubble-0.5.11.2/src/game.c +@@ -518,7 +518,7 @@ static void computer_move( Game game, in + } + } + +-static void frame_update() { ++static void frame_update(int sig) { + int i; + int lost1; + int lost2; diff -Nru xbubble-0.5.11.2/debian/patches/series xbubble-0.5.11.2/debian/patches/series --- xbubble-0.5.11.2/debian/patches/series 2025-01-31 12:26:38.000000000 +0200 +++ xbubble-0.5.11.2/debian/patches/series 2025-10-25 16:37:59.000000000 +0300 @@ -5,3 +5,4 @@ libpng15.patch no-werror.patch automake.patch +gcc-15.patch

