Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xtexit for openSUSE:Factory checked 
in at 2025-11-13 17:28:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xtexit (Old)
 and      /work/SRC/openSUSE:Factory/.xtexit.new.2061 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xtexit"

Thu Nov 13 17:28:08 2025 rev:19 rq:1317522 version:0.42

Changes:
--------
--- /work/SRC/openSUSE:Factory/xtexit/xtexit.changes    2024-11-06 
16:57:15.709262982 +0100
+++ /work/SRC/openSUSE:Factory/.xtexit.new.2061/xtexit.changes  2025-11-13 
17:29:42.517068474 +0100
@@ -1,0 +2,6 @@
+Thu Nov 13 08:03:00 UTC 2025 - Dr. Werner Fink <[email protected]>
+
+- Make it build again even with latest gcc and xmkmf as well
+  install manual page 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xtexit.spec ++++++
--- /var/tmp/diff_new_pack.VIvF57/_old  2025-11-13 17:29:43.129094517 +0100
+++ /var/tmp/diff_new_pack.VIvF57/_new  2025-11-13 17:29:43.129094517 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtexit
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -61,10 +61,16 @@
 
 %build
 xmkmf -a
-make
+if ${CC:-gcc} -Werror -std=gnu17 -S -o /dev/null -xc /dev/null >/dev/null 2>&1
+then
+    %make_build CCOPTIONS="%{optflags} -std=gnu17"
+else
+    %make_build CCOPTIONS="%{optflags}"
+fi
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install install.man DESTDIR=%{buildroot} install MANPATH=%{_mandir} 
XAPPLOADDIR=%{_appdefdir}
+rm -fr %{buildroot}/usr/lib/X11
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -75,4 +81,5 @@
 %{_bindir}/xtexit
 %dir %{_appdefdir}
 %config %{_appdefdir}/XTexit
+%{_mandir}/man1/%{name}.1x%{ext_man}
 

Reply via email to