Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ortp for openSUSE:Factory checked in at 2026-02-23 16:13:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ortp (Old) and /work/SRC/openSUSE:Factory/.ortp.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ortp" Mon Feb 23 16:13:06 2026 rev:55 rq:1334434 version:5.3.105 Changes: -------- --- /work/SRC/openSUSE:Factory/ortp/ortp.changes 2025-02-17 20:56:09.052537980 +0100 +++ /work/SRC/openSUSE:Factory/.ortp.new.1977/ortp.changes 2026-02-23 16:15:04.471580575 +0100 @@ -1,0 +2,7 @@ +Mon Feb 23 09:18:33 UTC 2026 - Petr Gajdos <[email protected]> + +- added patches [bsc#1256978] + fix build with gcc16 + * ortp-gcc16.patch + +------------------------------------------------------------------- New: ---- ortp-gcc16.patch ----------(New B)---------- New: fix build with gcc16 * ortp-gcc16.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ortp.spec ++++++ --- /var/tmp/diff_new_pack.5nhFtf/_old 2026-02-23 16:15:06.367658751 +0100 +++ /var/tmp/diff_new_pack.5nhFtf/_new 2026-02-23 16:15:06.379659246 +0100 @@ -1,7 +1,7 @@ # # spec file for package ortp # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC # Copyright (c) 2014 Mariusz Fik <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -32,6 +32,8 @@ # PATCH-FIX-OPENSUSE deps.diff Patch0: deps.diff Patch1: set_current_version.patch +# fix build with gcc16 +Patch2: ortp-gcc16.patch BuildRequires: chrpath BuildRequires: cmake >= 3.22 BuildRequires: gcc-c++ ++++++ ortp-gcc16.patch ++++++ --- ortp-5.3.105.orig/src/rtpsession.c 2026-02-23 09:09:51.518794331 +0000 +++ ortp-5.3.105/src/rtpsession.c 2026-02-23 09:10:56.605628922 +0000 @@ -1897,8 +1897,7 @@ void rtp_session_unregister_event_queue( void rtp_session_dispatch_event(RtpSession *session, OrtpEvent *ev) { OList *it; - int i; - for (i = 0, it = session->eventqs; it != NULL; it = it->next, ++i) { + for (it = session->eventqs; it != NULL; it = it->next) { ortp_ev_queue_put((OrtpEvQueue *)it->data, ortp_event_dup(ev)); } ortp_event_destroy(ev);
