Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wol for openSUSE:Factory checked in at 2025-02-18 19:08:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wol (Old) and /work/SRC/openSUSE:Factory/.wol.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wol" Tue Feb 18 19:08:37 2025 rev:22 rq:1246405 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wol/wol.changes 2024-07-08 19:07:30.181078463 +0200 +++ /work/SRC/openSUSE:Factory/.wol.new.8181/wol.changes 2025-02-18 19:08:53.739969753 +0100 @@ -1,0 +2,5 @@ +Mon Feb 17 10:45:53 UTC 2025 - [email protected] + +- Added wol-gcc15.patch to fix build with gcc15. + +------------------------------------------------------------------- New: ---- wol-gcc15.patch BETA DEBUG BEGIN: New: - Added wol-gcc15.patch to fix build with gcc15. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wol.spec ++++++ --- /var/tmp/diff_new_pack.jGNcck/_old 2025-02-18 19:08:55.404039144 +0100 +++ /var/tmp/diff_new_pack.jGNcck/_new 2025-02-18 19:08:55.404039144 +0100 @@ -1,7 +1,7 @@ # # spec file for package wol # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,8 @@ Patch0: wol-0.7.1-Fix-config.h-test-consumption.patch Patch1: wol-0.7.1-Fix-malloc-detection.patch Patch2: wol-0.7.1-linux-headers.patch +# fix build with gcc15 +Patch3: wol-gcc15.patch BuildRequires: autoconf BuildRequires: automake Requires(post): %{install_info_prereq} ++++++ wol-gcc15.patch ++++++ --- wol-0.7.1/lib/realloc.c 2002-03-20 01:45:12.000000000 +0100 +++ wol-0.7.1/lib/realloc.c 2025-02-17 11:35:13.552537462 +0100 @@ -23,9 +23,7 @@ #undef realloc #include <sys/types.h> - -char *malloc (); -char *realloc (); +#include <stdlib.h> /* Change the size of an allocated block of memory P to N bytes, with error checking. If N is zero, change it to 1. If P is NULL,
