Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cacti-spine for openSUSE:Factory checked in at 2025-06-11 16:23:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old) and /work/SRC/openSUSE:Factory/.cacti-spine.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cacti-spine" Wed Jun 11 16:23:41 2025 rev:44 rq:1284515 version:1.2.30 Changes: -------- --- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes 2025-04-10 22:01:20.293836445 +0200 +++ /work/SRC/openSUSE:Factory/.cacti-spine.new.19631/cacti-spine.changes 2025-06-11 16:24:40.327831878 +0200 @@ -1,0 +2,7 @@ +Tue Jun 10 13:28:27 UTC 2025 - pgaj...@suse.com + +- added patches + https://github.com/Cacti/spine/issues/368 + + cacti-spine-gcc15.patch + +------------------------------------------------------------------- New: ---- cacti-spine-gcc15.patch BETA DEBUG BEGIN: New: https://github.com/Cacti/spine/issues/368 + cacti-spine-gcc15.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cacti-spine.spec ++++++ --- /var/tmp/diff_new_pack.8nJrw7/_old 2025-06-11 16:24:42.047903656 +0200 +++ /var/tmp/diff_new_pack.8nJrw7/_new 2025-06-11 16:24:42.063904324 +0200 @@ -25,6 +25,8 @@ License: LGPL-2.1-or-later URL: https://www.cacti.net/spine_info.php Source: https://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz +# https://github.com/Cacti/spine/issues/368 +Patch0: cacti-spine-gcc15.patch BuildRequires: help2man BuildRequires: libtool BuildRequires: mysql-devel ++++++ cacti-spine-gcc15.patch ++++++ --- cacti-spine-1.2.30.orig/error.h 2025-06-10 13:21:00.747178193 +0000 +++ cacti-spine-1.2.30/error.h 2025-06-10 13:27:00.987984036 +0000 @@ -34,6 +34,6 @@ extern void install_spine_signal_handler(void); extern void uninstall_spine_signal_handler(void); #ifdef HAVE_EXECINFO_H -extern char ** backtrace_symbols(); -extern int backtrace(); +extern char ** backtrace_symbols(void *const buffer[], int size); +extern int backtrace(void *buffer[], int size); #endif