- Update to 1.0.0:

* Bumped minimum required Qt version to 5.15.
  * Fixed crash under (Plasma) Wayland on opening tab and splitting.
  * Quote drag-and-drop file names.
  * Backported CNL and CPL support from Konsole.
  * Some code cleanup.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=20
This commit is contained in:
Michael Vetter 2021-11-08 10:08:34 +00:00 committed by Git OBS Bridge
parent 6dd7ffc588
commit 644b6e42f5
6 changed files with 33 additions and 23 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAmB4G0wVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+cMwP/R/ms4zGGW/DbSkgQUcbL3t0Y+fW
WSpTUj8htpAgyHnCt1B2e+8VgbJjXlwy/sspte3xii6Z5l30/E/BhZVayNWgiZZ1
F/BsDDIHy2noprP8T7T8m2lBA54mLWriYqURhr1KZlI/ve5Ge1Vj3p3wr78F/BwZ
B8w5H6UfMSjlZ/musAaIfddwXYHkV/hsKD+vgRuoqWvxkwMbwXoFLVj4DkRTULh5
QCsBIDdEpWitMkCxGUQgFoZVLEb/8RNHYWZw+bluWssNSd1JpbQ+buQiZHxL+7Ny
FYaCCbJJBpzI3XjE6reZrG+anLXcPA+Dd+wi3pOMLfH1D4lG14Yuer2rvZcA75vJ
sHDmj7yc8EOtNKgBa/0Mgh/rThdEsRzFOiD1EcvFNfUEPVCvilUf1wgwumNBtFIw
To6Ofk/YoQ8pi8+bXqnPc/SJN8BufabHT9RcJskGZe+zCivC7/oxfuY7IGT6EW7Q
sQpHNVVF375hdvdWBov75PCLv+MYWTqZxLJP9Ss5H5u4z66WH4Pt8pdiQf6+QOBW
OxxAVd6LC6fCbn2OR4WFlWFWGD0yyMKrlaScnhqALeNWdJQiKHnGh2zm9NeZF5sr
ktjkbXAZvkTBXziwCaebpLQSWhChwwbPE4dS/fgZAkGi04gb456ljcDM5dRJtQ5o
1pDhzBlfuT620E5C
=OrgJ
-----END PGP SIGNATURE-----

3
qtermwidget-1.0.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAmGFFzIVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+QcYQAKncAgNBxGp6WNQ9UpfpgBG1FCRU
JmPsbxm08+DUGcDCCZfCD6Hg3txOXHqyc1EB1Z226U2kA449ypttzQlfgGlBRuAF
OpDnXYmm/UeuafpxBOUwiv7ewYJHeWwQTt9f1hSRWFn0d56GAiwSKY3pOj3WEQ02
Brpq8soHztLnOnkHaKG20NpvMUfsYkEpYIzyW0H6BVHZeFSeLLI9gKd7Itm0wd3N
MEPRcWqrle0cinJ29WS5E+tGoHV2EP5B8NN2nY9BkQ1ACcJLBwYc25pbUnTTsKdz
aiC6f7JMzCE6CEgycETR9+wzQ5NnKVZbrmLgg4O8qX9wpjdfeZn4Ik7bsA5FRIFI
GKamLqU24AKh1wgmrvcj1RWYNYweKjV52QEMPF7uO0RTPKy+JkAg6C/Nz3Zw62lp
GbucycA3g6sCkefztve7/KC6CInGdLX4ijjrHiEA8/XzQcbuTAGVz/euH4sgvHq7
H+y1ObvmaYN80EfCTzPxW++ADKkA/p1911x6nTy14dt6wVHeO2zDvPDGDsRtExO5
BMg+RlUtTmx+wDpBoJE8vUhuS+TwdI33oI/ibE9qN6ChBI1R9DMj7BR1AAQCSXcB
3Kj0YU5uTTTicy33f6xdd5gaPRb14eD1U2IwW/CXAXP/q5hGaN2ZkcTFkAH5sobn
NnWhOqY86rzuY28K
=aGpM
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 8 10:08:12 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 1.0.0:
* Bumped minimum required Qt version to 5.15.
* Fixed crash under (Plasma) Wayland on opening tab and splitting.
* Quote drag-and-drop file names.
* Backported CNL and CPL support from Konsole.
* Some code cleanup.
-------------------------------------------------------------------
Fri Apr 16 10:26:15 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -27,7 +27,7 @@ Konsole code was rewritten entirely with using Qt only, and all \
code dealing with user interface parts and session management was \
removed.
Name: qtermwidget-qt5
Version: 0.17.0
Version: 1.0.0
Release: 0
Summary: %{pack_summ}
License: GPL-2.0-or-later
@ -37,11 +37,11 @@ Source: https://github.com/lxqt/qtermwidget/releases/download/%{version}
Source1: https://github.com/lxqt/qtermwidget/releases/download/%{version}/qtermwidget-%{version}.tar.xz.asc
Source2: %{name}.keyring
BuildRequires: cmake >= 3.1.9
BuildRequires: lxqt-build-tools-devel >= 0.9.0
BuildRequires: lxqt-build-tools-devel >= 0.10.0
BuildRequires: pkgconfig
BuildRequires: utf8proc-devel
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Widgets) >= 5.12
BuildRequires: pkgconfig(Qt5Widgets) >= 5.15
%description
%{pack_desc}