Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package x3270 for openSUSE:Factory checked in at 2025-02-14 19:23:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/x3270 (Old) and /work/SRC/openSUSE:Factory/.x3270.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "x3270" Fri Feb 14 19:23:12 2025 rev:52 rq:1245878 version:4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/x3270/x3270.changes 2025-01-07 20:55:04.801033589 +0100 +++ /work/SRC/openSUSE:Factory/.x3270.new.8181/x3270.changes 2025-02-14 19:23:14.288507713 +0100 @@ -1,0 +2,7 @@ +Fri Feb 14 12:02:19 UTC 2025 - pgaj...@suse.com + +- added patches + fix fix build with gcc 15 + + x3270-gcc15.patch + +------------------------------------------------------------------- New: ---- x3270-gcc15.patch BETA DEBUG BEGIN: New: fix fix build with gcc 15 + x3270-gcc15.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ x3270.spec ++++++ --- /var/tmp/diff_new_pack.pqwJLM/_old 2025-02-14 19:23:15.092541044 +0100 +++ /var/tmp/diff_new_pack.pqwJLM/_new 2025-02-14 19:23:15.092541044 +0100 @@ -33,6 +33,8 @@ Patch0: mknod.patch Patch100: usr_local_bin.patch Patch102: x026-offset.diff +# fix build with gcc 15 +Patch103: x3270-gcc15.patch BuildRequires: bdftopcf BuildRequires: fdupes BuildRequires: fontpackages-devel @@ -111,6 +113,7 @@ %patch -P 0 %patch -P 100 %patch -P 102 +%patch -P 103 find . -name ".gitignore" -delete ++++++ x3270-gcc15.patch ++++++ --- x026-1.2/x026.c 2025-02-14 11:59:47.781340989 +0000 +++ x026-1.2/x026.c 2025-02-14 11:57:47.954597116 +0000 @@ -603,7 +603,7 @@ struct button { char *label; void (*callback)(int); } button[] = { - { "Off", (void (*)())exit }, + { "Off", (void (*)(int))exit }, { "Save", save }, { NULL, NULL }, };