Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache-commons-daemon for openSUSE:Factory checked in at 2025-06-17 18:20:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old) and /work/SRC/openSUSE:Factory/.apache-commons-daemon.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-daemon" Tue Jun 17 18:20:39 2025 rev:28 rq:1286055 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes 2025-05-05 22:24:59.869395867 +0200 +++ /work/SRC/openSUSE:Factory/.apache-commons-daemon.new.19631/apache-commons-daemon.changes 2025-06-17 18:20:59.179222571 +0200 @@ -1,0 +2,7 @@ +Mon Jun 16 10:26:21 UTC 2025 - Fridrich Strba <fst...@suse.com> + +- Added patch: + * apache-commons-daemon-gcc15-compat.patch + + Fix build with GCC 15 + +------------------------------------------------------------------- New: ---- apache-commons-daemon-gcc15-compat.patch ----------(New B)---------- New:- Added patch: * apache-commons-daemon-gcc15-compat.patch + Fix build with GCC 15 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-commons-daemon.spec ++++++ --- /var/tmp/diff_new_pack.hvyh8M/_old 2025-06-17 18:20:59.839250024 +0200 +++ /var/tmp/diff_new_pack.hvyh8M/_new 2025-06-17 18:20:59.843250191 +0200 @@ -31,6 +31,7 @@ Source2: apache-commons-daemon.keyring Source10: apache-commons-daemon-build.xml Patch0: apache-commons-daemon-gcc14-compat.patch +Patch1: apache-commons-daemon-gcc15-compat.patch BuildRequires: ant BuildRequires: autoconf BuildRequires: fdupes @@ -77,6 +78,7 @@ %setup -q -n %{short_name}-%{version}-src cp %{SOURCE10} build.xml %patch -P 0 -p1 +%patch -P 1 -p1 # remove java binaries from sources rm -rf src/samples/build/ ++++++ apache-commons-daemon-gcc15-compat.patch ++++++ --- commons-daemon-1.4.1-src/src/native/unix/native/jsvc.h 2025-06-16 12:23:28.480247383 +0200 +++ commons-daemon-1.4.1-src/src/native/unix/native/jsvc.h 2025-06-16 12:23:34.839446001 +0200 @@ -25,14 +25,7 @@ #include <sys/stat.h> /* Definitions for booleans */ -#ifdef OS_DARWIN #include <stdbool.h> -#else -typedef enum { - false, - true -} bool; -#endif #include "version.h" #include "debug.h"