Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package siproxd for openSUSE:Factory checked in at 2024-10-18 15:55:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/siproxd (Old) and /work/SRC/openSUSE:Factory/.siproxd.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "siproxd" Fri Oct 18 15:55:36 2024 rev:47 rq:1208679 version:0.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/siproxd/siproxd.changes 2024-03-27 20:44:12.284741929 +0100 +++ /work/SRC/openSUSE:Factory/.siproxd.new.19354/siproxd.changes 2024-10-18 15:55:37.543187627 +0200 @@ -1,0 +2,6 @@ +Thu Oct 17 18:38:23 CEST 2024 - r...@suse.de + +- add siproxd-acinclude-returntype.patch to fix build with + recent gcc + +------------------------------------------------------------------- New: ---- siproxd-acinclude-returntype.patch BETA DEBUG BEGIN: New: - add siproxd-acinclude-returntype.patch to fix build with recent gcc BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ siproxd.spec ++++++ --- /var/tmp/diff_new_pack.E8Xs78/_old 2024-10-18 15:55:38.359221840 +0200 +++ /var/tmp/diff_new_pack.E8Xs78/_new 2024-10-18 15:55:38.363222008 +0200 @@ -49,6 +49,7 @@ Patch1: siproxd.plugin_fix_bogus_via.c.patch # PATCH-FIX-UPSTREAM https://sourceforge.net/p/siproxd/bugs/65/ Patch2: reproducible.patch +Patch3: siproxd-acinclude-returntype.patch BuildRequires: docbook-utils BuildRequires: libosip2-devel BuildRequires: libtool ++++++ siproxd-acinclude-returntype.patch ++++++ --- siproxd-0.8.3/acinclude.m4 2024/10/17 16:37:01 1.1 +++ siproxd-0.8.3/acinclude.m4 2024/10/17 16:37:18 @@ -340,7 +340,7 @@ AC_COMPILE_IFELSE( [AC_LANG_SOURCE([ #include <osipparser2/osip_parser.h> - main() { + int main() { osip_message_t t; int e; e=t.contacts.nb_elt;