Accepting request 993234 from KDE:Extra

- Use GCC 10 to build neochat on Leap.

- 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.

OBS-URL: https://build.opensuse.org/request/show/993234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neochat?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2022-08-05 17:51:04 +00:00 committed by Git OBS Bridge
commit 705296d1f3
6 changed files with 50 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be54a898ca1ac7be404be3d666859291669293ee1843917bf8cdcb385787609a
size 309040

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmICkn8ACgkQEZaMRJKM
rvw+jAgArlg9tgWIMD9B/5o8R8bBOAALTsDOWYTPvocLLnoBmXPp8QHBuOrySQqT
29IOfZxBRhbhdNy7IXuIoLwD/dFNJKW5DJTcetcluhBo/gRJuJtEaGBiXDtrEWqI
7g0oq2QZ9TM8JvcUPm+RhThMD+OheIjGb+gh9iKRtJBc+w793VEhjEB9PGO/M8Px
AS4nh5hmFa/9Yu15kSCzHRQBJ8sULQTpaZ4tLy49o6CAtzzegeZCashXWzBIBM9j
cSPUMdbKTkeRWNED24fjJdJco8hJ0+xnHuBHswpjAF4/XJskyrnFbimfLI7Jhvd0
3lfywJWHT6QOzJMWDA86B75ktHem9Q==
=evml
-----END PGP SIGNATURE-----

3
neochat-22.06.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6f124e04792a5ba3afe701ea9783640c2b203c4664e28cfb2142f00079b9d9b
size 336432

11
neochat-22.06.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmK1zQcACgkQEZaMRJKM
rvyBrwgAj4Gfbw143F9To4IJKl+rkjRFTfHkBTZMGL2Tpiv37mgThWT+tEDcZqam
RIakoAndQydZOJ7/kttBfwrZ4X7kl0AIsn/CtQU2TqxbY5fmkK0RmsUdb5KZij35
w/hpJqg+Nppl8P117WRPvJgfLTxO3YZmvCKIvCgpe/6HJINf1rVnH07YXm4549Ls
pmoj0EpBvmCSWezc4q/NDltrzpUJOeXou77TeAIxUEVxu+vU69daIUaQe7Kv0Hm0
1GbifjG4As0dfakclZp7FeckYbnn05OA08+I99BK+xBqK/xj5d4XDprVuAVVLEgT
RPUfYv0ZNAXn9aCva1NPWZOQSMTkmw==
=5pn3
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Aug 5 06:07:29 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Use GCC 10 to build neochat on Leap.
-------------------------------------------------------------------
Wed Aug 3 07:56:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Tue Mar 22 09:03:48 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -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: cmake >= 3.16
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 @@ messaging.
%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 @@ messaging.
%{_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