Accepting request 797614 from home:gmbr3:branches:X11:LXQt

- Update to version 0.15.0
  * Fixes for macOS.
  * Fixed the PyQt5 binding with Qt ≥ 5.11.
  * Fixed a memory access violation.
  * Added saveHistory to QTermWidget.
  * Don't set the selection clipboard if it's unsupported.
  * Announce truecolor support via COLORTERM.
  * Fixed the numpad handling and added entries for numpad 5.
  * Allow to disable drawing line characters.
  * Fixed compilation on NetBSD.
  * Fixed flickering on font change.
  * Select all text when opening search-bar.
  * Fixed search-bar's light text over white background with dark themes.
  * Fixed build with LLVM/clang.
  * Several fixes.

OBS-URL: https://build.opensuse.org/request/show/797614
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=10
This commit is contained in:
Michael Vetter 2020-04-25 13:41:25 +00:00 committed by Git OBS Bridge
parent ae5491181b
commit b29708098b
6 changed files with 45 additions and 25 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEfHM7pfWFqtZp5NI6QsnI069epeMFAlx0gK4ACgkQQsnI069e
peM6Hw//Vr+sDyYNfmBNIceoVNQU21Z8glXMJqU32t+dptKKKE/UhFCGGiOn/XCS
cQwDJ/O+ijMDeFWNc6QLkQo+fKF/GbQegeZQzlQ/8CjAxTOjFZSA6p6D81Uc5y5D
5SItf4eAirIDixvoWmdBAAyBbz86r4YJqnO89F6HyRcswVVNamx+lQ+kNum1Yso+
SWYBL54ZGk55RhB/9Gjshkw5L6Kw2njeH1aQfM6HrSAk/bOiINuIFCSfTDeQ9q7Z
j7kBoR4S20XeAKlIyRgSoA/P9jbWmLPLELJDefve+MAzREIrdddjWUoszd/IiPn0
NtBD5GSAAoevxND203veTKZBOnZB1/Fkt4bAmehFA0yQm+MTFl87ey7NLMyi7875
NWYTTXxNQvnG8RmQYr5XB49+Vo1vIGHRrexlJFldH9DgFtuLsFBV0H+FZcxGHbAr
1Cp/JauVz+6dwn+ssQknGIOs/Y09EXHQhdQLJCjLQ8iSDvHqegZA3aSHzMt+JD2v
OmW5AljwM15QoZVlnrnOo3uTidFQuATwfrYCPNzVsU9q3GHzBdhMsqXLVNm35q7C
eGhLrhKXAncuXGDnDQoXDGY3NTkFSXxiWPu0OSEBWKREhxyrx39QhuuNgKpUKJg3
jOzTGNlfCk6nq5NVttyKqNNLiA6w5DTgfLTmVhDSorA3KaFFbtM=
=UWJ3
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl6jGQEVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+N4AP/RpQSLIb/GBlSXQtmqUD+B1Oa7zV
BLNYbtXhuG8QfJs+/TWp/KZKNMysqMY1lBMGa8IQD67uvq0ULPrC/TH1LCNUcA0l
r4KWx5zBts3r5iCsxXhGuPuiP00TaHyBSUgH8RmVd/GIAr7TBk7VL8tUq3dPfYNt
pTKUyKQ2RtD0d9EFNk7rVfvs4fTrmI6Np9Glx77xXEsKfeGZqMcn0gHQ4dZ80UUJ
FjeL/5AVxMCJEjoHl75KD9oK0dR4dDct8iY4Cp4umyv6iAvTXfF6NtBJ4012hwsC
UUD3IbLEiFVJRMMI7Rgbm0faVCiUBjHLOxcVfV4pSlVbffcfYiEPuSXS80o0RgLo
NWg0Q2jRm3b5eZWBAAIO8WjJFxUXg56b3Ay3E1SxfFfYiWQAfNlN7FsK4QU1/viJ
r/heu4rtLg8MnZ18/4rA2E2uXb2RViJ0U+gkiVqw6Ekyr2QsspwJDRxBJOIr+g6K
yyIpXoSyG2EVm9d0QhkI0UaP4AFjABr3RNAqqoBvHfo9ICzxn3vWqSS5iv2reszC
8GucWVgvdRoMOFB4Bycb4KuTmTLMXAdMF6fDNzxM46KTVh7XbJj5N6Co3LZOCQgx
tVNAABPss3GE0kdhZZrixAtc9ERqSqGb/OBLQqeEs6l6nL8BEkBd8iPtP0fmcTL4
JABcaKXe66VIS6zY
=45fN
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 25 09:53:31 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
- Update to version 0.15.0
* Fixes for macOS.
* Fixed the PyQt5 binding with Qt ≥ 5.11.
* Fixed a memory access violation.
* Added saveHistory to QTermWidget.
* Don't set the selection clipboard if it's unsupported.
* Announce truecolor support via COLORTERM.
* Fixed the numpad handling and added entries for numpad 5.
* Allow to disable drawing line characters.
* Fixed compilation on NetBSD.
* Fixed flickering on font change.
* Select all text when opening search-bar.
* Fixed search-bar's light text over white background with dark themes.
* Fixed build with LLVM/clang.
* Several fixes.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 1 09:44:38 UTC 2019 - mvetter@suse.com Fri Mar 1 09:44:38 UTC 2019 - mvetter@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package qtermwidget-qt5 # spec file for package qtermwidget-qt5
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -27,21 +27,21 @@ Konsole code was rewritten entirely with using Qt only, and all \
code dealing with user interface parts and session management was \ code dealing with user interface parts and session management was \
removed. removed.
Name: qtermwidget-qt5 Name: qtermwidget-qt5
Version: 0.14.1 Version: 0.15.0
Release: 0 Release: 0
Summary: %{pack_summ} Summary: %{pack_summ}
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://github.com/qterminal/qtermwidget URL: https://github.com/qterminal/qtermwidget
Source: https://github.com/lxde/qtermwidget/releases/download/%{version}/qtermwidget-%{version}.tar.xz Source: https://github.com/lxqt/qtermwidget/releases/download/%{version}/qtermwidget-%{version}.tar.xz
Source1: https://github.com/lxde/qtermwidget/releases/download/%{version}/qtermwidget-%{version}.tar.xz.asc Source1: https://github.com/lxqt/qtermwidget/releases/download/%{version}/qtermwidget-%{version}.tar.xz.asc
Source2: qtermwidget.keyring Source2: qtermwidget.keyring
BuildRequires: cmake >= 3.1.9 BuildRequires: cmake >= 3.1.9
BuildRequires: lxqt-build-tools-devel >= 0.6.0 BuildRequires: lxqt-build-tools-devel >= 0.7.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: utf8proc-devel BuildRequires: utf8proc-devel
BuildRequires: cmake(Qt5LinguistTools) BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Widgets) >= 5.7.1 BuildRequires: pkgconfig(Qt5Widgets) >= 5.10
%description %description
%{pack_desc} %{pack_desc}