Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mtx for openSUSE:Factory checked in at 2025-07-01 11:34:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mtx (Old) and /work/SRC/openSUSE:Factory/.mtx.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mtx" Tue Jul 1 11:34:52 2025 rev:20 rq:1289307 version:1.3.12 Changes: -------- --- /work/SRC/openSUSE:Factory/mtx/mtx.changes 2024-02-22 21:02:32.343987352 +0100 +++ /work/SRC/openSUSE:Factory/.mtx.new.7067/mtx.changes 2025-07-01 11:36:09.290293791 +0200 @@ -1,0 +2,7 @@ +Mon Jun 30 14:18:16 UTC 2025 - [email protected] + +- added patches + fix build with gcc15 + + mtx-gcc15.patch + +------------------------------------------------------------------- New: ---- mtx-gcc15.patch ----------(New B)---------- New: fix build with gcc15 + mtx-gcc15.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mtx.spec ++++++ --- /var/tmp/diff_new_pack.fP6Bj0/_old 2025-07-01 11:36:10.802356950 +0200 +++ /var/tmp/diff_new_pack.fP6Bj0/_new 2025-07-01 11:36:10.818357619 +0200 @@ -28,6 +28,8 @@ Patch2: %{name}-1.3.12-autoconf.patch Patch3: mtx-1.3.11-large-slots.patch Patch4: mtx-1.3.12-destdir.patch +# fix build with gcc15 +Patch5: mtx-gcc15.patch BuildRequires: autoconf BuildRequires: automake @@ -41,6 +43,7 @@ %patch -P 2 %patch -P 3 %patch -P 4 -p2 +%patch -P 5 -p1 %build autoreconf -fvi ++++++ mtx-gcc15.patch ++++++ Index: mtx-1.3.12/mtx.h =================================================================== --- mtx-1.3.12.orig/mtx.h +++ mtx-1.3.12/mtx.h @@ -222,7 +222,8 @@ typedef unsigned char Direction_T; #define Input 0 #define Output 1 #else -typedef enum { false, true } boolean; +#include <stdbool.h> +typedef bool boolean; typedef enum { Input, Output } Direction_T; #endif
