Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sgmltool for openSUSE:Factory checked in at 2025-05-06 16:38:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sgmltool (Old) and /work/SRC/openSUSE:Factory/.sgmltool.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sgmltool" Tue May 6 16:38:48 2025 rev:26 rq:1274342 version:1.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes 2024-07-17 15:14:20.396293709 +0200 +++ /work/SRC/openSUSE:Factory/.sgmltool.new.30101/sgmltool.changes 2025-05-06 16:39:20.558937057 +0200 @@ -1,0 +2,5 @@ +Fri May 2 21:15:31 UTC 2025 - Friedrich Haubensak <[email protected]> + +- Add sgml-tools-1.0.9-gcc15.diff to fix gcc-15 compile error + +------------------------------------------------------------------- New: ---- sgml-tools-1.0.9-gcc15.diff BETA DEBUG BEGIN: New: - Add sgml-tools-1.0.9-gcc15.diff to fix gcc-15 compile error BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sgmltool.spec ++++++ --- /var/tmp/diff_new_pack.kY1J1P/_old 2025-05-06 16:39:21.238965476 +0200 +++ /var/tmp/diff_new_pack.kY1J1P/_new 2025-05-06 16:39:21.238965476 +0200 @@ -34,6 +34,7 @@ Patch7: sgml-tools-1.0.9-sgmlpre.diff Patch8: sgml-tools-1.0.9-strip.diff Patch9: sgml-tools-1.0.9-latex.diff +Patch10: sgml-tools-1.0.9-gcc15.diff BuildRequires: flex BuildRequires: groff BuildRequires: opensp @@ -90,6 +91,7 @@ %patch -P 7 -p1 %patch -P 8 %patch -P 9 +%patch -P 10 -p1 %build #%global optflags %{optflags} -fpermissive ++++++ sgml-tools-1.0.9-gcc15.diff ++++++ --- a/sgmls-1.1/getopt.h 1996-12-02 12:16:29.000000000 +0100 +++ b/sgmls-1.1/getopt.h 2025-05-02 23:51:50.059256831 +0200 @@ -4,8 +4,12 @@ conflicting definition. Systems differ on how they declare the second parameter. */ +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#else extern int getopt(); extern char *optarg; extern int optind; extern int opterr; +#endif
