Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bzrtp for openSUSE:Factory checked in at 2023-01-04 17:53:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bzrtp (Old) and /work/SRC/openSUSE:Factory/.bzrtp.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bzrtp" Wed Jan 4 17:53:25 2023 rev:35 rq:1055793 version:5.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/bzrtp/bzrtp.changes 2022-10-17 14:58:17.802161520 +0200 +++ /work/SRC/openSUSE:Factory/.bzrtp.new.1563/bzrtp.changes 2023-01-04 17:53:37.990546026 +0100 @@ -1,0 +2,7 @@ +Wed Jan 4 11:18:18 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 5.2.6: + * Support for GoClear/ClearACK messages + * KEM version and support for Hybrid PostQuantum key agreement algorithms + +------------------------------------------------------------------- Old: ---- bzrtp-5.1.64.tar.bz2 New: ---- bzrtp-5.2.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bzrtp.spec ++++++ --- /var/tmp/diff_new_pack.GojJ5A/_old 2023-01-04 17:53:38.526549185 +0100 +++ /var/tmp/diff_new_pack.GojJ5A/_new 2023-01-04 17:53:38.530549209 +0100 @@ -1,7 +1,7 @@ # # spec file for package bzrtp # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sover 0 Name: bzrtp -Version: 5.1.64 +Version: 5.2.6 Release: 0 Summary: ZRTP keys exchange protocol implementation License: GPL-3.0-or-later @@ -31,7 +31,7 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: pkgconfig(bctoolbox) >= 5.0.0 +BuildRequires: pkgconfig(bctoolbox) >= 5.2.0 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(sqlite3) ++++++ bzrtp-5.1.64.tar.bz2 -> bzrtp-5.2.6.tar.bz2 ++++++ ++++ 13476 lines of diff (skipped) ++++++ bzrtp-fix-pkgconfig.patch ++++++ --- /var/tmp/diff_new_pack.GojJ5A/_old 2023-01-04 17:53:38.718550316 +0100 +++ /var/tmp/diff_new_pack.GojJ5A/_new 2023-01-04 17:53:38.722550340 +0100 @@ -1,12 +1,9 @@ -Index: bzrtp-5.1.64/CMakeLists.txt -=================================================================== ---- bzrtp-5.1.64.orig/CMakeLists.txt -+++ bzrtp-5.1.64/CMakeLists.txt -@@ -61,6 +61,16 @@ configure_file(${CMAKE_CURRENT_SOURCE_DI +--- bzrtp-5.2.6/CMakeLists.txt.orig 2023-01-04 12:21:34.984376758 +0100 ++++ bzrtp-5.2.6/CMakeLists.txt 2023-01-04 12:21:49.892454977 +0100 +@@ -80,6 +80,14 @@ set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/config.h PROPERTIES GENERATED ON) add_definitions("-DHAVE_CONFIG_H") -+ +set(PACKAGE_VERSION "${PROJECT_VERSION}") +set(prefix ${CMAKE_INSTALL_PREFIX}) +set(exec_prefix ${prefix}/bin) @@ -15,8 +12,7 @@ +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libbzrtp.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libbzrtp.pc) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libbzrtp.pc DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig") + -+ - set(STRICT_OPTIONS_CPP ) - if(NOT MSVC) - list(APPEND STRICT_OPTIONS_CPP "-Wall") + bc_init_compilation_flags(STRICT_OPTIONS_CPP STRICT_OPTIONS_C STRICT_OPTIONS_CXX ENABLE_STRICT) + if(CMAKE_VERSION VERSION_LESS 3.1 AND NOT APPLE AND NOT MSVC) + list(APPEND STRICT_OPTIONS_CXX "-std=c++11")