Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linphoneqt for openSUSE:Factory checked in at 2023-01-17 17:35:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linphoneqt (Old) and /work/SRC/openSUSE:Factory/.linphoneqt.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linphoneqt" Tue Jan 17 17:35:02 2023 rev:11 rq:1058090 version:5.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/linphoneqt/linphoneqt.changes 2022-11-25 15:17:15.462824274 +0100 +++ /work/SRC/openSUSE:Factory/.linphoneqt.new.32243/linphoneqt.changes 2023-01-17 17:35:13.277148882 +0100 @@ -1,0 +2,29 @@ +Wed Jan 11 03:06:54 UTC 2023 - Giacomo Comes <gcomes....@gmail.com> - 5.0.5 + +- Update to version 5.0.5: + * Fixed crash at startup + * Update SDK to 5.2.10 +- Update to version 5.0.4: + * Fixed volume gauge in multimedia parameters while being in call + * Update SDK to 5.2.6 +- Update to version 5.0.3: + * Fixed crash at startup about missing contact address on account +- Update to version 5.0.2: + * Default Language didn't match with the system language +- Update to version 5.0.1: + * Fixed image display in chats from an URL + * Fixed display a notification of all kind of messages +- Update to version 5.0.0: + * Video conference and iCalendars + * Make a meeting directly from a group chat + * New call layouts + * Display a waiting room before going into a conference + * Display a waiting room before going into a conference\ + * Post quantum ZRTP + * Merge messages into one notification to avoid spam + * Design overhaul on calls + * Audio devices can be changed while being in call +- added linphoneqt_fix_gcc12_error.patch + * fix build error with gcc12 + +------------------------------------------------------------------- Old: ---- linphone-desktop-4.4.11.tar.bz2 New: ---- linphone-desktop-5.0.5.tar.bz2 linphoneqt_fix_gcc12_error.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linphoneqt.spec ++++++ --- /var/tmp/diff_new_pack.FZpIfL/_old 2023-01-17 17:35:14.109153708 +0100 +++ /var/tmp/diff_new_pack.FZpIfL/_new 2023-01-17 17:35:14.113153732 +0100 @@ -1,7 +1,7 @@ # # spec file for package linphoneqt # -# 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 _name linphone Name: linphoneqt -Version: 4.4.11 +Version: 5.0.5 Release: 0 Summary: Qt interface for Linphone License: GPL-3.0-or-later @@ -30,6 +30,8 @@ Patch0: linphoneqt-fix-no-git.patch # PATCH-FIX-OPENSUSE https://aur.archlinux.org/cgit/aur.git/plain/0002-remove-bc_compute_full_version-usage.patch?h=linphone-desktop Patch1: linphoneqt-0002-remove-bc_compute_full_version-usage.patch +# PATCH-FIX-OPENSUSE linphoneqt_fix_gcc12_error.patch -- Fix building with gcc12 +Patch2: linphoneqt_fix_gcc12_error.patch %if 0%{?suse_version} BuildRequires: Mesa-libGLESv2-devel %else @@ -111,7 +113,7 @@ echo "project(linphoneqt VERSION %{version})" > linphone-app/linphoneqt_version.cmake %build -if [[ %version = 4.4.[0-9]* ]]; then +if [[ %version = 5.0.[0-9]* ]]; then sed -i '/^add_custom_command/s@${CMAKE_INSTALL_PREFIX}/include/@%{buildroot}%{_includedir}/@;/^add_custom_command/s@${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/@%{buildroot}%{_libdir}/@' linphone-app/CMakeLists.txt sed -i '/\/ui/s@${qml_dir}@${CMAKE_CURRENT_SOURCE_DIR}/../&@' linphone-app/cmake_builder/linphone_package/CMakeLists.txt %if 0%{?suse_version} ++++++ linphone-desktop-4.4.11.tar.bz2 -> linphone-desktop-5.0.5.tar.bz2 ++++++ ++++ 72322 lines of diff (skipped) ++++++ linphoneqt-0002-remove-bc_compute_full_version-usage.patch ++++++ --- /var/tmp/diff_new_pack.FZpIfL/_old 2023-01-17 17:35:15.385161110 +0100 +++ /var/tmp/diff_new_pack.FZpIfL/_new 2023-01-17 17:35:15.389161134 +0100 @@ -68,7 +68,7 @@ +if (NOT(APP_PROJECT_VERSION)) set(APP_PROJECT_VERSION "0.0.0") endif () - string(REGEX REPLACE "([0-9.]+)-?.*" "\\1" LINPHONE_VERSION "${APP_PROJECT_VERSION}") + -- 2.29.2 ++++++ linphoneqt-fix-no-git.patch ++++++ --- /var/tmp/diff_new_pack.FZpIfL/_old 2023-01-17 17:35:15.397161180 +0100 +++ /var/tmp/diff_new_pack.FZpIfL/_new 2023-01-17 17:35:15.401161203 +0100 @@ -1,43 +1,14 @@ ---- a/linphone-app/application_info.cmake -+++ b/linphone-app/application_info.cmake -@@ -1,6 +1,7 @@ - set(APPLICATION_DESCRIPTION "A libre SIP client") - set(APPLICATION_ID "com.belledonnecommunications.linphone") - set(APPLICATION_NAME Linphone) -+set(APPLICATION_VERSION "${PROJECT_VERSION}") - set(APPLICATION_URL "https://www.linphone.org") - set(APPLICATION_VENDOR "Belledonne Communications") - set(APPLICATION_LICENCE "GNU General Public License V3") --- a/linphone-app/src/app/AppController.cpp +++ b/linphone-app/src/app/AppController.cpp @@ -26,6 +26,10 @@ - - #include "gitversion.h" + #include <QtWebView> + #endif +#ifdef LINPHONE_QT_GIT_VERSION -+#define APPLICATION_VERSION LINPHONE_QT_GIT_VERSION ++#define APPLICATION_SEMVER LINPHONE_QT_GIT_VERSION +#endif + #include "AppController.hpp" #include "components/other/desktop-tools/DesktopTools.hpp" -@@ -52,7 +56,7 @@ AppController::AppController (int &argc, - // The EXECUTABLE_NAME will be used in qt standard paths. It's our goal. - QCoreApplication::setApplicationName(EXECUTABLE_NAME); - QApplication::setOrganizationDomain(EXECUTABLE_NAME); -- QCoreApplication::setApplicationVersion(LINPHONE_QT_GIT_VERSION); -+ QCoreApplication::setApplicationVersion(APPLICATION_VERSION); - #ifdef ENABLE_APP_WEBVIEW - #if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - mApp = new App(argc, argv); ---- a/linphone-app/src/config.h.cmake -+++ b/linphone-app/src/config.h.cmake -@@ -23,6 +23,7 @@ - #cmakedefine APPLICATION_DESCRIPTION "${APPLICATION_DESCRIPTION}" - #cmakedefine APPLICATION_ID "${APPLICATION_ID}" - #cmakedefine APPLICATION_NAME "${APPLICATION_NAME}" -+#cmakedefine APPLICATION_VERSION "${APPLICATION_VERSION}" - #cmakedefine APPLICATION_VENDOR "${APPLICATION_VENDOR}" - #cmakedefine APPLICATION_URL "${APPLICATION_URL}" - #cmakedefine APPLICATION_LICENCE "${APPLICATION_LICENCE}" ++++++ linphoneqt_fix_gcc12_error.patch ++++++ diff -Nraub linphone-desktop-5.0.5.ori/linphone-app/src/utils/LinphoneEnums.cpp linphone-desktop-5.0.5/linphone-app/src/utils/LinphoneEnums.cpp --- linphone-desktop-5.0.5.ori/linphone-app/src/utils/LinphoneEnums.cpp 2023-01-09 13:11:38.000000000 -0400 +++ linphone-desktop-5.0.5/linphone-app/src/utils/LinphoneEnums.cpp 2023-01-10 19:24:18.871694410 -0400 @@ -145,6 +145,7 @@ case TransportTypeTls: return "TLS"; case TransportTypeDtls: return "DTLS"; } + return "TCP"; } void LinphoneEnums::fromString(const QString& transportType, LinphoneEnums::TransportType *transport){ if (transportType.toUpper() == QLatin1String("TCP"))