Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xtexit for openSUSE:Factory checked in at 2024-11-06 16:56:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xtexit (Old) and /work/SRC/openSUSE:Factory/.xtexit.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xtexit" Wed Nov 6 16:56:11 2024 rev:18 rq:1221692 version:0.42 Changes: -------- --- /work/SRC/openSUSE:Factory/xtexit/xtexit.changes 2024-02-26 19:51:13.154550953 +0100 +++ /work/SRC/openSUSE:Factory/.xtexit.new.2020/xtexit.changes 2024-11-06 16:57:15.709262982 +0100 @@ -1,0 +2,6 @@ +Wed Nov 6 07:59:56 UTC 2024 - Dr. Werner Fink <wer...@suse.de> + +- Add patch xtexit-gcc14.patch + * Make it build even with gcc14 + +------------------------------------------------------------------- New: ---- xtexit-gcc14.patch BETA DEBUG BEGIN: New: - Add patch xtexit-gcc14.patch * Make it build even with gcc14 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtexit.spec ++++++ --- /var/tmp/diff_new_pack.T3sWcM/_old 2024-11-06 16:57:16.221284272 +0100 +++ /var/tmp/diff_new_pack.T3sWcM/_new 2024-11-06 16:57:16.221284272 +0100 @@ -1,7 +1,7 @@ # # spec file for package xtexit # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -31,6 +31,7 @@ Source: xtexit.tar.gz Patch0: xtexit.dif Patch1: xtexit-Imakefile_comments.dif +Patch2: xtexit-gcc14.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)} %if "%_exec_prefix" == "/usr/X11R6" ++++++ xtexit-gcc14.patch ++++++ --- xtexit.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- xtexit.c +++ xtexit.c 2024-11-06 07:58:06.684561955 +0000 @@ -1,5 +1,5 @@ #ifndef lint -static char *RCSid = "@(#)$Id: xmexit.c,v 2.0 90/04/09 10:03:42 tot Exp $"; +static const char *RCSid = "@(#)$Id: xmexit.c,v 2.0 90/04/09 10:03:42 tot Exp $"; #endif /* not lint */ /* Program to shut down X server. Based on xmexit by Teemu Torma. @@ -32,6 +32,7 @@ static char *RCSid = "@(#)$Id: xmexit.c, */ #include <X11/X.h> +#include <X11/Xlibint.h> #include <X11/Intrinsic.h> #include <X11/StringDefs.h> #include <X11/Xatom.h> @@ -40,6 +41,7 @@ static char *RCSid = "@(#)$Id: xmexit.c, #include <X11/Shell.h> #include <stdio.h> #include <signal.h> +#include <stdlib.h> #include "xtexit.h" /* Application resources. */