Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libzrtpcpp for openSUSE:Factory checked in at 2025-06-26 11:37:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzrtpcpp (Old) and /work/SRC/openSUSE:Factory/.libzrtpcpp.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzrtpcpp" Thu Jun 26 11:37:26 2025 rev:42 rq:1288388 version:4.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libzrtpcpp/libzrtpcpp.changes 2024-10-23 21:11:07.472809446 +0200 +++ /work/SRC/openSUSE:Factory/.libzrtpcpp.new.7067/libzrtpcpp.changes 2025-06-26 11:38:54.188737987 +0200 @@ -1,0 +2,5 @@ +Tue Jun 24 22:19:16 UTC 2025 - Jan Engelhardt <jeng...@inai.de> + +- Add gcc15.patch + +------------------------------------------------------------------- New: ---- _scmsync.obsinfo build.specials.obscpio gcc15.patch ----------(New B)---------- New: - Add gcc15.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzrtpcpp.spec ++++++ --- /var/tmp/diff_new_pack.rNPWld/_old 2025-06-26 11:38:55.044773495 +0200 +++ /var/tmp/diff_new_pack.rNPWld/_new 2025-06-26 11:38:55.048773661 +0200 @@ -1,7 +1,7 @@ # # spec file for package libzrtpcpp # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,9 +28,10 @@ #Git-Web: https://github.com/wernerd/ZRTPCPP Source: https://github.com/wernerd/ZRTPCPP/archive/%version.tar.gz Patch0: libzrtpcpp-openssl3.patch +Patch1: gcc15.patch BuildRequires: cmake BuildRequires: gcc-c++ >= 4.7 -BuildRequires: libopenssl-devel +BuildRequires: pkgconfig(libssl) BuildRequires: pkg-config BuildRequires: pkgconfig(libccrtp) >= 2 BuildRequires: pkgconfig(sqlite3) >= 3.7 @@ -85,8 +86,7 @@ %install %cmake_install -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%ldconfig_scriptlets -n %lname %files -n %lname %license COPYING ++++++ _scmsync.obsinfo ++++++ mtime: 1750803596 commit: 52b81c9d7032b8325eceba64f11636866bf0f54b907dc84ec4e311d5d1c5495a url: https://src.opensuse.org/jengelh/libzrtpcpp revision: master ++++++ gcc15.patch ++++++ From: Jan Engelhardt <e...@inai.de> Date: 2025-06-25 00:18:43.800587540 +0200 EmojiBase32.cpp:154:9: error: ‘uint32_t’ was not declared in this scope 154 | if((uint32_t)(c)<=0x7f) { \ --- zrtp/EmojiBase32.cpp | 1 + 1 file changed, 1 insertion(+) Index: ZRTPCPP-4.7.0/zrtp/EmojiBase32.cpp =================================================================== --- ZRTPCPP-4.7.0.orig/zrtp/EmojiBase32.cpp +++ ZRTPCPP-4.7.0/zrtp/EmojiBase32.cpp @@ -1,6 +1,7 @@ // // Created by werner on 26.12.15. // +#include <cstdint> #include <iostream> // stdlib.h required for Android NDK builds, not included within the above includes #include <cstdlib>