Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package unclutter for openSUSE:Factory checked in at 2025-06-23 19:28:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unclutter (Old) and /work/SRC/openSUSE:Factory/.unclutter.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unclutter" Mon Jun 23 19:28:30 2025 rev:19 rq:1287968 version:8 Changes: -------- --- /work/SRC/openSUSE:Factory/unclutter/unclutter.changes 2024-11-07 16:29:41.211388285 +0100 +++ /work/SRC/openSUSE:Factory/.unclutter.new.7067/unclutter.changes 2025-06-23 19:28:34.859108994 +0200 @@ -1,0 +2,7 @@ +Fri Jun 20 08:45:47 UTC 2025 - pgaj...@suse.com + +- added patches + build with gcc15 + + unclutter-gcc15.patch + +------------------------------------------------------------------- New: ---- unclutter-gcc15.patch ----------(New B)---------- New: build with gcc15 + unclutter-gcc15.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unclutter.spec ++++++ --- /var/tmp/diff_new_pack.aP7oQI/_old 2025-06-23 19:28:36.883193144 +0200 +++ /var/tmp/diff_new_pack.aP7oQI/_new 2025-06-23 19:28:36.899193809 +0200 @@ -26,6 +26,8 @@ Source: %{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}-return.diff Patch1: %{name}-%{version}-gcc14.patch +# build with gcc15 +Patch2: unclutter-gcc15.patch BuildRequires: imake BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) ++++++ unclutter-gcc15.patch ++++++ Index: unclutter.c =================================================================== --- unclutter.c.orig +++ unclutter.c @@ -59,7 +59,7 @@ void usage(){ * window can disappear while we are trying to create the child. Trap and * ignore these errors. */ -int (*defaulthandler)(); +XErrorHandler defaulthandler; int errorhandler(display,error) Display *display; XErrorEvent *error;