Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package etherape for openSUSE:Factory checked in at 2025-07-09 17:27:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/etherape (Old) and /work/SRC/openSUSE:Factory/.etherape.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "etherape" Wed Jul 9 17:27:50 2025 rev:38 rq:1291304 version:0.9.20 Changes: -------- --- /work/SRC/openSUSE:Factory/etherape/etherape.changes 2024-02-22 21:01:43.946218895 +0100 +++ /work/SRC/openSUSE:Factory/.etherape.new.7373/etherape.changes 2025-07-09 17:28:23.399503262 +0200 @@ -1,0 +2,7 @@ +Tue Jul 8 14:01:11 UTC 2025 - pgaj...@suse.com + +- added patches + https://sourceforge.net/p/etherape/bugs/112/ + + etherape-gcc15.patch + +------------------------------------------------------------------- New: ---- etherape-gcc15.patch ----------(New B)---------- New: https://sourceforge.net/p/etherape/bugs/112/ + etherape-gcc15.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ etherape.spec ++++++ --- /var/tmp/diff_new_pack.0ZIs0E/_old 2025-07-09 17:28:23.931525461 +0200 +++ /var/tmp/diff_new_pack.0ZIs0E/_new 2025-07-09 17:28:23.935525628 +0200 @@ -25,6 +25,8 @@ URL: https://etherape.sourceforge.io/ Source0: https://prdownloads.sourceforge.net/etherape/%{name}-%{version}.tar.gz Patch0: etherape-0.9.12-desktop.patch +# https://sourceforge.net/p/etherape/bugs/112/ +Patch1: etherape-gcc15.patch BuildRequires: docbook_4 BuildRequires: fdupes BuildRequires: libpcap-devel ++++++ etherape-gcc15.patch ++++++ diff -upr etherape-0.9.20.orig/src/diagram.c etherape-0.9.20/src/diagram.c --- etherape-0.9.20.orig/src/diagram.c 2025-07-08 13:55:41.686008017 +0000 +++ etherape-0.9.20/src/diagram.c 2025-07-08 13:56:34.093020024 +0000 @@ -170,7 +170,7 @@ static void update_diagram(GooCanvas *ca static void diagram_update_nodes(GooCanvas *canvas); /* updates ALL nodes */ static void diagram_update_links(GooCanvas *canvas); /* updates ALL links */ static void diagram_update_background_image(GooCanvas *canvas); /* updates background image */ -static void diagram_reposition(); /* reposition nodes */ +static void diagram_reposition(GooCanvas *canvas); /* reposition nodes */ static void check_new_protocol(GtkWidget *prot_table, const protostack_t *pstk); static gint check_new_node(node_t *node, GooCanvas *canvas);