Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linphone for openSUSE:Factory checked in at 2023-01-17 17:34:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linphone (Old) and /work/SRC/openSUSE:Factory/.linphone.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linphone" Tue Jan 17 17:34:59 2023 rev:13 rq:1058089 version:5.2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/linphone/linphone.changes 2022-11-18 15:44:36.134843908 +0100 +++ /work/SRC/openSUSE:Factory/.linphone.new.32243/linphone.changes 2023-01-17 17:35:11.709139786 +0100 @@ -1,0 +2,12 @@ +Wed Jan 11 03:06:07 UTC 2023 - Giacomo Comes <[email protected]> - 5.2.10 + +- Update to version 5.2.10: + * Video conferencing feature with "mosaic" and "active speaker + thumbnails" layouts + * Added conferencing scheduling API + * Support for post-quantum robust encryption for ZRTP calls + * Rtp bundle can be enabled per LinphoneAccount + * New APIs on Friend object to be able to set more info + * QRCode image generation + * Licence becomes AGPLv3 + +------------------------------------------------------------------- Old: ---- liblinphone-5.1.58.tar.bz2 New: ---- liblinphone-5.2.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linphone.spec ++++++ --- /var/tmp/diff_new_pack.0wDsNN/_old 2023-01-17 17:35:12.777145981 +0100 +++ /var/tmp/diff_new_pack.0wDsNN/_new 2023-01-17 17:35:12.781146004 +0100 @@ -1,7 +1,7 @@ # # spec file for package linphone # -# 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 @@ -26,10 +26,10 @@ %endif %define sover 10 Name: linphone -Version: 5.1.58 +Version: 5.2.10 Release: 0 Summary: Web Phone -License: GPL-3.0-or-later +License: AGPL-3.0-or-later Group: Productivity/Telephony/SIP/Clients URL: https://linphone.org/technical-corner/liblinphone/ Source: https://gitlab.linphone.org/BC/public/liblinphone/-/archive/%{version}/liblinphone-%{version}.tar.bz2 @@ -83,6 +83,7 @@ BuildRequires: pkgconfig(libosip2) BuildRequires: pkgconfig(libsasl2) BuildRequires: pkgconfig(libswscale) >= 0.7.0 +BuildRequires: pkgconfig(libturbojpeg) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libupnp) BuildRequires: pkgconfig(libv4l2) >= 0.8.4 @@ -93,6 +94,7 @@ BuildRequires: pkgconfig(speex) >= 1.1.6 BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(xerces-c) +BuildRequires: pkgconfig(zxing) %if 0%{?use_system_ldap} %if 0%{?suse_version} BuildRequires: openldap2-devel @@ -286,6 +288,7 @@ -DENABLE_TOOLS=OFF \ -DENABLE_STRICT=OFF \ -DENABLE_STATIC=OFF \ + -DENABLE_FLEXIAPI=OFF \ -DCMAKE_LINK_WHAT_YOU_USE=ON %cmake_build @@ -377,6 +380,6 @@ %{_libdir}/pkgconfig/%{name}.pc %{_datadir}/Linphone/ %{_datadir}/LinphoneCxx/ -%{_datadir}/doc/lib%{name}-5.1.0/ +%{_datadir}/doc/lib%{name}-5.2.0/ %changelog ++++++ liblinphone-5.1.58.tar.bz2 -> liblinphone-5.2.10.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/linphone/liblinphone-5.1.58.tar.bz2 /work/SRC/openSUSE:Factory/.linphone.new.32243/liblinphone-5.2.10.tar.bz2 differ: char 11, line 1 ++++++ linphone-build-jsoncpp.patch ++++++ --- /var/tmp/diff_new_pack.0wDsNN/_old 2023-01-17 17:35:12.825146260 +0100 +++ /var/tmp/diff_new_pack.0wDsNN/_new 2023-01-17 17:35:12.829146283 +0100 @@ -14,15 +14,6 @@ diff -Nraub liblinphone-5.0.22.ori/src/CMakeLists.txt liblinphone-5.0.22/src/CMakeLists.txt --- liblinphone-5.0.22.ori/src/CMakeLists.txt 2021-09-09 23:33:57.000000000 -0400 +++ liblinphone-5.0.22/src/CMakeLists.txt 2021-09-11 22:29:46.614904584 -0400 -@@ -32,7 +32,7 @@ - if (XCODE) - list(APPEND LINK_LIBS jsoncpp_static) - else() -- list(APPEND LINK_LIBS jsoncpp_object) -+ list(APPEND LINK_LIBS jsoncpp) - endif() - endif() - @@ -589,7 +589,7 @@ if (XCODE) target_link_libraries(linphone PRIVATE jsoncpp_static) @@ -41,16 +32,4 @@ endif() endif() -diff -Nraub liblinphone-5.0.22.ori/tester/CMakeLists.txt liblinphone-5.0.22/tester/CMakeLists.txt ---- liblinphone-5.0.22.ori/tester/CMakeLists.txt 2021-09-09 23:33:57.000000000 -0400 -+++ liblinphone-5.0.22/tester/CMakeLists.txt 2021-09-11 22:29:46.618904459 -0400 -@@ -34,7 +34,7 @@ - if (XCODE) - list(APPEND OTHER_LIBS_FOR_TESTER jsoncpp_static) - else() -- list(APPEND OTHER_LIBS_FOR_TESTER jsoncpp_object) -+ list(APPEND OTHER_LIBS_FOR_TESTER jsoncpp) - endif() - endif() - ++++++ linphone-build-readline.patch ++++++ --- /var/tmp/diff_new_pack.0wDsNN/_old 2023-01-17 17:35:12.841146353 +0100 +++ /var/tmp/diff_new_pack.0wDsNN/_new 2023-01-17 17:35:12.845146375 +0100 @@ -62,13 +62,13 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,6 +69,7 @@ option(ENABLE_ASSETS "Package sound asse - + option(ENABLE_PACKAGE_SOURCE "Create 'package_source' target for source archive making (CMake >= 3.11)" OFF) cmake_dependent_option(ENABLE_NOTIFY "Enable libnotify support." YES "ENABLE_GTK_UI;NOT APPLE" NO) +cmake_dependent_option(ENABLE_READLINE "Enable readline support." YES "ENABLE_CONSOLE_UI" NO) cmake_dependent_option(ENABLE_ASSISTANT "Turn on assistant compiling." YES "ENABLE_GTK_UI" NO) - # Hidden non-cache options: + option(ENABLE_SRTP "Build with the SRTP transport support." YES) @@ -156,6 +157,15 @@ if(ENABLE_TUNNEL) set(ENABLE_TUNNEL OFF CACHE BOOL "Enable tunnel support." FORCE) endif() ++++++ linphone-fix-pkgconfig.patch ++++++ --- /var/tmp/diff_new_pack.0wDsNN/_old 2023-01-17 17:35:12.857146445 +0100 +++ /var/tmp/diff_new_pack.0wDsNN/_new 2023-01-17 17:35:12.861146468 +0100 @@ -1,7 +1,7 @@ --- a/share/CMakeLists.txt +++ b/share/CMakeLists.txt @@ -35,6 +35,15 @@ install(FILES ${GRAMMAR_FILES} - PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ + PARENT_SCOPE ) +set(LINPHONE_CFLAGS ${LINPHONE_CPPFLAGS}) @@ -13,9 +13,9 @@ +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/linphone.pc.in ${CMAKE_CURRENT_BINARY_DIR}/linphone.pc) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/linphone.pc DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig") + - set(SOUND_FILES - hello16000.wav - hello8000.wav + if(ENABLE_ASSETS) + set(SOUND_FILES + "${CMAKE_CURRENT_SOURCE_DIR}/hello16000.wav" --- a/share/linphone.pc.in +++ b/share/linphone.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
