Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xengine for openSUSE:Factory checked in at 2024-12-09 21:11:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xengine (Old) and /work/SRC/openSUSE:Factory/.xengine.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xengine" Mon Dec 9 21:11:06 2024 rev:21 rq:1229077 version:1.11 Changes: -------- --- /work/SRC/openSUSE:Factory/xengine/xengine.changes 2024-02-27 22:50:24.578999802 +0100 +++ /work/SRC/openSUSE:Factory/.xengine.new.29675/xengine.changes 2024-12-09 21:12:22.594986662 +0100 @@ -1,0 +2,5 @@ +Mon Dec 2 16:39:21 UTC 2024 - Friedrich Haubensak <hs...@mail.de> + +- Add xengine-1.11-gcc14.patch to fix gcc14 compile time error. + +------------------------------------------------------------------- New: ---- xengine-1.11-gcc14.patch BETA DEBUG BEGIN: New: - Add xengine-1.11-gcc14.patch to fix gcc14 compile time error. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xengine.spec ++++++ --- /var/tmp/diff_new_pack.CUtM7Y/_old 2024-12-09 21:12:23.695032686 +0100 +++ /var/tmp/diff_new_pack.CUtM7Y/_new 2024-12-09 21:12:23.699032854 +0100 @@ -25,6 +25,7 @@ Source: %{name}-%{version}.tar.gz Patch0: %{name}-%{version}-pi.patch Patch1: %{name}-%{version}-warnings-fix.patch +Patch2: %{name}-%{version}-gcc14.patch BuildRequires: imake BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xaw7) ++++++ xengine-1.11-gcc14.patch ++++++ --- xengine.c 2024-12-02 17:19:10.888028093 +0100 +++ xengine.c 2024-12-02 17:20:38.591708399 +0100 @@ -22,6 +22,7 @@ #include <X11/Xaw/Cardinals.h> #include <X11/Xos.h> #include <stdio.h> +#include <stdlib.h> #include <math.h> #include "patchlevel.h" @@ -40,7 +41,7 @@ String colors[] = {"gray", "lightseagreen", "dimgrey", "forestgreen", "black", "red", "cyan", "firebrick"}; -main(argc, argv) +int main(argc, argv) int argc; char **argv; {