Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liboldX for openSUSE:Factory checked in at 2025-06-24 20:50:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liboldX (Old) and /work/SRC/openSUSE:Factory/.liboldX.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liboldX" Tue Jun 24 20:50:31 2025 rev:9 rq:1288257 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/liboldX/liboldX.changes 2023-04-27 19:59:30.241420977 +0200 +++ /work/SRC/openSUSE:Factory/.liboldX.new.7067/liboldX.changes 2025-06-24 20:52:46.017221113 +0200 @@ -1,0 +2,6 @@ +Tue Jun 24 12:38:27 UTC 2025 - Stefan Dirsch <sndir...@suse.com> + +- u_gcc15.patch + * fixes build with gcc15 + +------------------------------------------------------------------- New: ---- u_gcc15.patch ----------(New B)---------- New: - u_gcc15.patch * fixes build with gcc15 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liboldX.spec ++++++ --- /var/tmp/diff_new_pack.Sk2At1/_old 2025-06-24 20:52:46.833254982 +0200 +++ /var/tmp/diff_new_pack.Sk2At1/_new 2025-06-24 20:52:46.833254982 +0200 @@ -1,7 +1,7 @@ # # spec file for package liboldX # -# Copyright (c) 2023 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 @@ -28,6 +28,8 @@ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/liboldX Source: http://xorg.freedesktop.org/releases/X11R7.0/src/lib/%{name}-X11R7.0-%{version}.tar.bz2 Source1: baselibs.conf +Patch0: u_gcc15.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.57, automake, libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) @@ -56,7 +58,7 @@ in %lname. %prep -%autosetup -n %name-X11R7.0-%version +%autosetup -p1 -n %name-X11R7.0-%version %build %configure --disable-static ++++++ u_gcc15.patch ++++++ Index: liboldX-X11R7.0-1.0.1/include/X11/X10.h =================================================================== --- liboldX-X11R7.0-1.0.1.orig/include/X11/X10.h +++ liboldX-X11R7.0-1.0.1/include/X11/X10.h @@ -83,7 +83,7 @@ typedef struct { int size; /* Table size (number of buckets). */ } XAssocTable; -XAssocTable *XCreateAssocTable(); -char *XLookUpAssoc(); +XAssocTable *XCreateAssocTable(register int size); +char *XLookUpAssoc(register Display *dpy, register XAssocTable *table, register XID x_id); #endif /* _X10_H_ */