Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neochat for openSUSE:Factory checked in at 2022-08-05 19:51:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neochat (Old) and /work/SRC/openSUSE:Factory/.neochat.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neochat" Fri Aug 5 19:51:04 2022 rev:8 rq:993234 version:22.06 Changes: -------- --- /work/SRC/openSUSE:Factory/neochat/neochat.changes 2022-03-22 21:36:52.784993685 +0100 +++ /work/SRC/openSUSE:Factory/.neochat.new.1521/neochat.changes 2022-08-05 19:52:01.357613948 +0200 @@ -1,0 +2,23 @@ +Fri Aug 5 06:07:29 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Use GCC 10 to build neochat on Leap. + +------------------------------------------------------------------- +Wed Aug 3 07:56:35 UTC 2022 - Dirk M??ller <[email protected]> + +- update to 22.06: + * Sending of typing notifications can now be disabled. + * In the room list, the scrollbar will now disappear correctly when it is not needed. + * On wayland, NeoChat will now raise correctly when clicking on a notification. + * Several bugs have been fixed that would sometimes cause messages containing + markdown and/or HTML elements to be sent incorrectly. + * The quick switcher can now be controlled using the mouse. + * There is now an option to disable automatic room sidebar opening when + resizing the window. + * Creation of custom emojis has been fixed. + * Editing or replying to the last message using the keyboard shortcuts now + works correctly. + * When switching between rooms using the keyboard, the switching direction is + now correct. + +------------------------------------------------------------------- Old: ---- neochat-22.02.tar.xz neochat-22.02.tar.xz.sig New: ---- neochat-22.06.tar.xz neochat-22.06.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neochat.spec ++++++ --- /var/tmp/diff_new_pack.AwlUtc/_old 2022-08-05 19:52:01.845615208 +0200 +++ /var/tmp/diff_new_pack.AwlUtc/_new 2022-08-05 19:52:01.853615229 +0200 @@ -19,7 +19,7 @@ %define _kf5_version 5.88.0 %bcond_without lang Name: neochat -Version: 22.02 +Version: 22.06 Release: 0 Summary: A chat client for Matrix, the decentralized communication protocol License: BSD-2-Clause AND GPL-3.0-only AND GPL-3.0-or-later @@ -34,6 +34,9 @@ BuildRequires: cmark BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: fdupes +%if 0%{?suse_version} == 1500 +BuildRequires: gcc10-c++ +%endif BuildRequires: kf5-filesystem BuildRequires: pkgconfig BuildRequires: cmake(KF5Config) >= %{_kf5_version} @@ -79,7 +82,13 @@ %autosetup -p1 %build +# c++-20 is required +%if 0%{?suse_version} == 1500 + export CC=gcc-10 CXX=g++-10 +%endif + %cmake_kf5 -d build + %cmake_build %install @@ -100,6 +109,9 @@ %{_kf5_iconsdir}/hicolor/*/apps/org.kde.neochat*.svg %{_kf5_appstreamdir}/org.kde.neochat.appdata.xml %{_kf5_notifydir}/neochat.notifyrc +%dir %{_kf5_sharedir}/krunner +%dir %{_kf5_sharedir}/krunner/dbusplugins +%{_kf5_sharedir}/krunner/dbusplugins/plasma-runner-neochat.desktop %if %{with lang} %files lang -f %{name}.lang ++++++ neochat-22.02.tar.xz -> neochat-22.06.tar.xz ++++++ ++++ 52835 lines of diff (skipped)
