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-02-10 23:12:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/neochat (Old)
 and      /work/SRC/openSUSE:Factory/.neochat.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neochat"

Thu Feb 10 23:12:14 2022 rev:6 rq:953174 version:22.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/neochat/neochat.changes  2021-06-29 
22:43:53.474923648 +0200
+++ /work/SRC/openSUSE:Factory/.neochat.new.1956/neochat.changes        
2022-02-10 23:12:57.212341644 +0100
@@ -1,0 +2,55 @@
+Wed Feb  9 19:07:37 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 22.02:
+  * Implement sharing with Purpose (export)
+  * Implement adding labels for account
+  * Give settings window a title
+  * Reduce minimum height of the window
+  * Fix build with qcoro 0.4
+  * Fix issues with saveFileAs
+  * Changed ???Settings??? to ???Configure NeoChat??? in menu
+  * Improve toolbar on mobile
+  * Improve emoji pane
+  * Check if password can be changed
+  * Fix image tooltip
+  * Adapt list setting pages to new style
+  * Allow using ESC to go back to room list
+  * Port away from QNetworkConfigurationManager
+  * Remove lag when starting user autocompletion
+  * Set single window hint in desktop file
+  * Make room address selectable
+  * Display monochrome icon in tray
+  * Fix QuickSwitcher activation
+  * Fix Windows/mac build
+  * Fix notifications on Android
+  * Support raising when we receive a notification
+  * Don???t render html in RoomDrawer heading
+  * Add support for minimizing to system tray on startup
+  * Use non blocking passord reading
+  * Add a mobile oriented context menu for the room list
+  * Fix loading room settings on mobile
+  * Use icon from qrc for system tray icon
+  * Adapt to libQuotient API change
+
+-------------------------------------------------------------------
+Mon Feb  7 16:09:09 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 21.12:
+  * Solved various problems related to login, logout and account switching
+  * Fixed a few problems in the timeline layout
+  * Added Spell checking while writing a message
+  * Improved Settings pages
+  * Many improvements to the android and general mobile support
+  * Show blurhashes while images load
+  * Support showing custom emojis
+  * Added a global menu
+  * Added support for spoilers
+  * Added a quick switcher to switch between rooms
+  * Added support for an optional fancy blur background effect
+  * Resizable left and right drawers
+  * Added Syntax highlighting in raw json messages
+  * Better wayland support
+  * Improved file reception and download
+- Part of Plasma Mobile Gear now, adjust URL and neochat.keyring
+
+-------------------------------------------------------------------

Old:
----
  neochat-1.2.0.tar.xz
  neochat-1.2.0.tar.xz.sig

New:
----
  neochat-22.02.tar.xz
  neochat-22.02.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ neochat.spec ++++++
--- /var/tmp/diff_new_pack.ubQcBu/_old  2022-02-10 23:12:57.708342900 +0100
+++ /var/tmp/diff_new_pack.ubQcBu/_new  2022-02-10 23:12:57.712342911 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package neochat
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,40 @@
 #
 
 
-%define _kf5_version 5.77.0
+%define _kf5_version 5.88.0
 %bcond_without  lang
 Name:           neochat
-Version:        1.2.0
+Version:        22.02
 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
 Group:          Productivity/Networking/Instant Messenger
 URL:            https://www.kde.org
-Source0:        
https://download.kde.org/stable/neochat/%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  cmake >= 3.1
+Source0:        
https://download.kde.org/stable/plasma-mobile/%{version}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/plasma-mobile/%{version}/%{name}-%{version}.tar.xz.sig
+Source2:        %{name}.keyring
+%endif
+BuildRequires:  cmake >= 3.16
 BuildRequires:  cmark
 BuildRequires:  extra-cmake-modules >= %{_kf5_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5Config) >= %{_kf5_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_version}
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_version}
 BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_version}
-BuildRequires:  cmake(KF5Declarative) >= %{_kf5_version}
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_version}
 BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_version}
 BuildRequires:  cmake(KF5Kirigami2) >= %{_kf5_version}
 BuildRequires:  cmake(KF5Notifications) >= %{_kf5_version}
 BuildRequires:  cmake(KF5QQC2DesktopStyle) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Sonnet) >= %{_kf5_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_version}
 BuildRequires:  cmake(KQuickImageEditor) >= 0.1
+BuildRequires:  cmake(QCoro)
 BuildRequires:  cmake(Qt5Core) >= 5.15.0
 BuildRequires:  cmake(Qt5Gui) >= 5.15.0
 BuildRequires:  cmake(Qt5Keychain)
@@ -59,10 +67,7 @@
 Requires:       libqt5-qtgraphicaleffects
 Requires:       libqt5-qtquickcontrols
 Requires:       libqt5-qtquickcontrols2
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/neochat/%{version}/%{name}-%{version}.tar.xz.sig
-Source2:        %{name}.keyring
-%endif
+Requires:       syntax-highlighting-imports
 
 %description
 Neochat is a client for Matrix, the decentralized communication protocol for 
instant

++++++ neochat-1.2.0.tar.xz -> neochat-22.02.tar.xz ++++++
++++ 78789 lines of diff (skipped)

++++++ neochat.keyring ++++++
++++ 665 lines (skipped)
++++ between neochat.keyring
++++ and /work/SRC/openSUSE:Factory/.neochat.new.1956/neochat.keyring

Reply via email to