Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linphoneqt for openSUSE:Factory checked in at 2021-11-17 01:13:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linphoneqt (Old) and /work/SRC/openSUSE:Factory/.linphoneqt.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linphoneqt" Wed Nov 17 01:13:34 2021 rev:4 rq:931481 version:4.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/linphoneqt/linphoneqt.changes 2021-11-02 19:18:39.835060906 +0100 +++ /work/SRC/openSUSE:Factory/.linphoneqt.new.1890/linphoneqt.changes 2021-11-17 01:14:24.994175759 +0100 @@ -1,0 +2,27 @@ +Mon Nov 8 07:13:06 UTC 2021 - Giacomo Comes <[email protected]> - 4.3.1 + +- Update to 4.3.1: + * Feature: Reply to a message + * When removing all entries : delete all history and call logs + * Protect config from using contact if it doesn't exist while checking authentication + * Allow qml to have access to the Application Name + * Add a settings to change URL of version check + +------------------------------------------------------------------- +Tue Nov 2 23:37:54 UTC 2021 - Giacomo Comes <[email protected]> - 4.3.0 + +- Update to 4.3.0: + * Chat groups with administrator mode, participants management and devices display + * Secure chat rooms for 1-1 and group chat using LIME end-to-end encryption + * Ephemerals Chat rooms + * LDAP integration: settings allow remote LDAP servers to be configured + * Show subject in notifications for group chats + * Chat area is no more fixed but adapts to content + * Allow to hide or show the timeline panel + * Allow to hide or show empty chat rooms in settings + * Messages font can now be changed in settings + * Echo calibration in settings view + * Options to audio codec can be used and stored + * A silence file have been added : `silence.mkv` and can be used to switch off some musics + +------------------------------------------------------------------- Old: ---- linphone-desktop-4.2.5.tar.bz2 New: ---- linphone-desktop-4.3.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linphoneqt.spec ++++++ --- /var/tmp/diff_new_pack.LFTeBM/_old 2021-11-17 01:14:26.710176403 +0100 +++ /var/tmp/diff_new_pack.LFTeBM/_new 2021-11-17 01:14:26.710176403 +0100 @@ -18,7 +18,7 @@ %define _name linphone Name: linphoneqt -Version: 4.2.5 +Version: 4.3.1 Release: 0 Summary: Qt interface for Linphone License: GPL-3.0-or-later @@ -84,6 +84,7 @@ echo "project(linphoneqt VERSION %{version})" > linphone-app/linphoneqt_version.cmake %build +sed -i '/^add_custom_command/s@${CMAKE_INSTALL_PREFIX}/include/@%{buildroot}%{_includedir}/@;/^add_custom_command/s@${CMAKE_INSTALL_PREFIX}/lib/@%{buildroot}%{_libdir}/@' linphone-app/CMakeLists.txt %cmake \ -DCMAKE_CXX_FLAGS="-fpermissive" \ -DCMAKE_BUILD_TYPE=Release \ @@ -91,9 +92,6 @@ -DENABLE_UPDATE_CHECK=OFF \ -DENABLE_STRICT=OFF \ -DENABLE_STATIC=OFF -#the next two lines are necessary to compile linphone-desktop-4.2.5 with liblinphone 5.0.x -sed -i '/Video is not yet fully supported/s@enableVideo@setVideoEnabled@' ../linphone-app/src/app/cli/Cli.cpp -sed -i '/Video is not yet fully supported/s@enableVideo@setVideoEnabled@' ../linphone-app/src/components/conference/ConferenceAddModel.cpp %cmake_build %install @@ -102,15 +100,18 @@ %{buildroot}%{_datadir}/metainfo/org.linphone.appdata.xml rm %{buildroot}%{_bindir}/qt.conf +chmod a-x %{buildroot}%{_datadir}/applications/linphone.desktop %files -n %{_name} %license LICENSE.txt %doc CHANGELOG.md README.md %{_bindir}/linphone +%{_libdir}/libapp-plugin.so %{_datadir}/linphone/ %{_datadir}/applications/linphone.desktop %{_datadir}/icons/hicolor/*/apps/linphone.* %dir %{_datadir}/metainfo/ %{_datadir}/metainfo/org.linphone.appdata.xml +%{_includedir}/LinphoneApp/ %changelog ++++++ linphone-desktop-4.2.5.tar.bz2 -> linphone-desktop-4.3.1.tar.bz2 ++++++ ++++ 96840 lines of diff (skipped) ++++++ linphoneqt-0002-remove-bc_compute_full_version-usage.patch ++++++ --- /var/tmp/diff_new_pack.LFTeBM/_old 2021-11-17 01:14:28.194176961 +0100 +++ /var/tmp/diff_new_pack.LFTeBM/_new 2021-11-17 01:14:28.198176962 +0100 @@ -30,8 +30,8 @@ - -project(linphoneqt VERSION "${version_major}.${version_minor}.${version_patch}") + if(ENABLE_BUILD_VERBOSE) - #message("CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}") diff --git a/linphone-app/build/CMakeLists.txt b/linphone-app/build/CMakeLists.txt index 8ef03faa..97d94bd6 100644 --- a/linphone-app/build/CMakeLists.txt ++++++ linphoneqt-fix-no-git.patch ++++++ --- /var/tmp/diff_new_pack.LFTeBM/_old 2021-11-17 01:14:28.214176968 +0100 +++ /var/tmp/diff_new_pack.LFTeBM/_new 2021-11-17 01:14:28.214176968 +0100 @@ -7,7 +7,7 @@ +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 @@ @@ -39,4 +39,4 @@ +#cmakedefine APPLICATION_VERSION "${APPLICATION_VERSION}" #cmakedefine APPLICATION_VENDOR "${APPLICATION_VENDOR}" #cmakedefine APPLICATION_URL "${APPLICATION_URL}" - #cmakedefine ENABLE_UPDATE_CHECK 1 + #cmakedefine APPLICATION_LICENCE "${APPLICATION_LICENCE}"
