Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xcb for openSUSE:Factory checked in at 2025-02-17 20:57:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xcb (Old) and /work/SRC/openSUSE:Factory/.xcb.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xcb" Mon Feb 17 20:57:56 2025 rev:21 rq:1246442 version:2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/xcb/xcb.changes 2024-07-25 16:04:28.728178856 +0200 +++ /work/SRC/openSUSE:Factory/.xcb.new.8181/xcb.changes 2025-02-17 20:58:20.898034265 +0100 @@ -1,0 +2,7 @@ +Fri Feb 14 11:44:38 UTC 2025 - pgaj...@suse.com + +- added patches + fix fix build with gcc 15 + + xcb-gcc15.patch + +------------------------------------------------------------------- New: ---- xcb-gcc15.patch BETA DEBUG BEGIN: New: fix fix build with gcc 15 + xcb-gcc15.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xcb.spec ++++++ --- /var/tmp/diff_new_pack.00zqgl/_old 2025-02-17 20:58:22.274091647 +0100 +++ /var/tmp/diff_new_pack.00zqgl/_new 2025-02-17 20:58:22.278091814 +0100 @@ -1,7 +1,7 @@ # # spec file for package xcb # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,8 @@ URL: http://www.goof.com/pcg/marc/xcb.html Source: %{name}-%{version}.tar.bz2 Patch0: xcb-prototype.patch +# fix build with gcc 15 +Patch1: xcb-gcc15.patch BuildRequires: imake BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) @@ -41,7 +43,7 @@ program is designed primarily for use with textual data. %prep -%autosetup +%autosetup -p1 %build xmkmf -a ++++++ xcb-gcc15.patch ++++++ --- a/xcb.c 2025-02-14 11:42:31.494798776 +0000 +++ b/xcb.c 2025-02-14 11:41:16.412751722 +0000 @@ -983,7 +983,7 @@ dogetseln (n, ptr, nb) static void dolist (list, fn, data, nbytes) char *list; - void (*fn) (); + void (*fn) (int, char *, int); char *data; int nbytes; {