Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neochat for openSUSE:Factory checked in at 2023-08-31 13:45:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neochat (Old) and /work/SRC/openSUSE:Factory/.neochat.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neochat" Thu Aug 31 13:45:17 2023 rev:16 rq:1105810 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/neochat/neochat.changes 2023-07-07 15:52:23.162006571 +0200 +++ /work/SRC/openSUSE:Factory/.neochat.new.1766/neochat.changes 2023-08-31 13:50:36.174699207 +0200 @@ -1,0 +2,67 @@ +Sun Aug 20 14:00:22 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.08.0/ +- Changes since 23.07.90: + * Don't inherit color in TimelineContainer + * Use view-list-details instead of expand icon in room drawer + * Destroy the correct component in space list context menu + * Prevent the TapHandler in AvatarTabButton from triggering clicked() + * Add icons to the space list context menu items + * Prevent the chat bar from pasting a local file URL if we save the bitmap + * Ensure that the notification avatar is drawn with no pen + * Further notification avatar improvements + * Fix the account switcher width so it doesn't spill off the side + * Pick a better shadow and clean up emoji popup backgrounds + * Don't clip the emoji popups as they destroy shadows + * Improve tooltips in chatbar + * Wrap room display name in Room Drawer + +------------------------------------------------------------------- +Mon Aug 14 08:03:38 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.07.90 + * New feature release +- Changes since 23.07.80: + * Display big emoji correctly + * Force plain text in room delegate + * Remove leftover debug statement + * Fix last active time in devices page + * Redesign timeline + * Fix opening account menu on right click + * Html-escape display names in state delegates + * Fix room list icon size in compact room list (kde#472682) + * Fix compilation with e2ee disabled + +------------------------------------------------------------------- +Tue Aug 1 10:14:34 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.07.80 + * New feature release +- Too many changes since 23.04.3, only listing bugfixes: + * Fix toolbar of RoomList when using font size 11px (kde#467242) + * Don't try getting data for invalid indices (kde#470639) + * Refactor login (kde#469486) + * Improve Delegate Width Sizing (kde#470167) + * Fix replying and editing from chatbox (kde#469733) + * Fix the room timeline being dragged when selecting text (kde#467163) + * Focus message search window's search field by default (kde#469879) + * Cache last event (kde#455042) + * Add more bottom margin (kde#469616) + * Fix autocompletion not working (kde#468967) + * Remove Unread Count (kde#466515) + * Fix regressions from RoomPage refactoring (kde#469427) + * Improve RoomDrawer for direct chats (kde#466895) + * Prevent crash in SyntaxHighlighter when leaving room (kde#467722) + * Fix handling line separators (kde#468977) + * Fix Ctrl+Shift+, opening settings (kde#469057) + * Fix room search field shortcut (kde#469059) + * Fix Chat bubble background changing color when created (kde#468124) + * Fix Long Topics in the RoomDrawer Overflowing (kde#467512) + * Don't crash in UserListModel when there is no room (kde#466045) + * Fix state event visiblity in timeline (kde#455048) + * Improve Text Handling (kde#463932) + +------------------------------------------------------------------- Old: ---- neochat-23.04.3.tar.xz neochat-23.04.3.tar.xz.sig New: ---- neochat-23.08.0.tar.xz neochat-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neochat.spec ++++++ --- /var/tmp/diff_new_pack.a8HHuE/_old 2023-08-31 13:50:37.326740383 +0200 +++ /var/tmp/diff_new_pack.a8HHuE/_new 2023-08-31 13:50:37.330740526 +0200 @@ -19,7 +19,7 @@ %define _kf5_version 5.88.0 %bcond_without released Name: neochat -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: A chat client for Matrix, the decentralized communication protocol License: GPL-3.0-or-later AND GPL-3.0-only AND BSD-2-Clause @@ -35,8 +35,8 @@ BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: fdupes %if 0%{?suse_version} == 1500 -BuildRequires: gcc10-c++ -BuildRequires: gcc10-PIE +BuildRequires: gcc12-c++ +BuildRequires: gcc12-PIE %endif BuildRequires: kf5-filesystem BuildRequires: pkgconfig @@ -64,7 +64,7 @@ BuildRequires: cmake(Qt5QuickControls2) >= 5.15.2 BuildRequires: cmake(Qt5Svg) >= 5.15.2 BuildRequires: cmake(Qt5Widgets) >= 5.15.2 -BuildRequires: cmake(Quotient) >= 0.6.3 +BuildRequires: cmake(Quotient) >= 0.7.0 BuildRequires: pkgconfig(libcmark) Requires: kirigami-addons Requires: kirigami2 @@ -84,7 +84,7 @@ %build # c++-20 is required %if 0%{?suse_version} == 1500 - export CC=gcc-10 CXX=g++-10 + export CC=gcc-12 CXX=g++-12 %endif %cmake_kf5 -d build @@ -106,6 +106,7 @@ %{_kf5_applicationsdir}/org.kde.neochat.desktop %{_kf5_appstreamdir}/org.kde.neochat.appdata.xml %{_kf5_bindir}/neochat +%{_kf5_debugdir}/neochat.categories %{_kf5_iconsdir}/hicolor/*/apps/org.kde.neochat.svg %{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.neochat.tray.svg %{_kf5_mandir}/man1/neochat.1%{?ext_man} ++++++ neochat-23.04.3.tar.xz -> neochat-23.08.0.tar.xz ++++++ ++++ 200446 lines of diff (skipped)