Accepting request 1141989 from home:dirkmueller:Factory

- update to 389:
  * interchange variables in subparameter parsing, fixing a bug
    where subparameters after the first parameter could be
    misidentified
  * correct  popping of icon/window titles in a case where only
    one was pushed from patch #385 changes.
  * add XTQMODKEYS response in DECRQSS, as alternative for vim.
  * correct  DECCIR encoded information on character set size,
    handle a VT525 quirk, and add DECST8C (Windows Terminal
    #14984).
  * improve  DECRQCRA  (prompted  by  discussion with James
    Holderness, Windows Terminal #14974).
  * add part of VT525 color controls:
    + DECAC,  to  update  default foreground/background, respond to
      DECRQSS
    + DECATC, to respond with DECRQSS
  * prevent  Unicode  non-characters  from  being  printed
  * modify  send_SGR()  to  avoid modifying colors 16 to 255 in
    printed output (patch by Grady Martin).
  * minor cleanup of miscellaneous error-codes with ERROR_MISC.
  * remove legacy CSI 53 for locator status, corrected in patch
  * modify  DECRQUPSS  and  DECAUPSS feature to support VT5xx
    character sets (report by Thomas Wolff).
  * improve EWMH handling (report/analysis by Edward Rosten)
    + reset  _NET_WM_STATE_HIDDEN  flag  from _NET_WM_STATE  before
      mapping the window to deiconify.
    + cache  X  properties  to reduce latency (adapted
    from patch by Edward Rosten).

OBS-URL: https://build.opensuse.org/request/show/1141989
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=233
This commit is contained in:
Marcus Meissner 2024-01-29 12:34:11 +00:00 committed by Git OBS Bridge
parent d689fd46d7
commit 7d1245a738
6 changed files with 52 additions and 20 deletions

View File

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

View File

@ -1,15 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Comment: See https://invisible-island.net/public/public.html for info
iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmU1q+sACgkQzCr0RyFn
vgMvVQv+OY2iScuYviW55vdMCKQ2hX6TQ8FXscjn8vToc5v5qXjVaUoSWIlXkRj8
seKnJxWvrv8fTMUcqbWsOAI8Re5DjWEWmQFVUwpTh6NPnICNeFK1aHNKGEIQWXm4
eGVe3YOFeIFfzYFzHuMoV+C4gydYksId7gJ3EIcCR0V8jzfraeEwncPkubk5NG88
2ehX/G+JVNiZnYrHJVpb92LGW6JQ/0OTrD+A6T/YJ3vVOMlOx6yEChdLNN+JTVmy
6XFbJuJC0qu0sk/dupQoD8H75ZrDoEK+JLSR0eh8bkVAwu1olTdzSa3cPW57SMrA
hPLzOFJcH92LYFBGm9a4CBFjCOf/VvN0RMj9ZKvdc5/8YgcoKANCVBwr4OFGp//3
laGKeBfp+yjJeysDk8F+Uk2aNbpGSMI9naj5PEi3C3bVPIC1TCHt4OY0kkpKe+rW
2uieDZT5cLJmLboI6+dEPTFvhe+Nz/wp2SDTZ14OIWDqtBXNNv22NX+YEzNvWbDn
J2t8cGwa
=AgY6
-----END PGP SIGNATURE-----

3
xterm-389.tgz Normal file
View File

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

15
xterm-389.tgz.asc Normal file
View File

@ -0,0 +1,15 @@
-----BEGIN PGP SIGNATURE-----
Comment: See https://invisible-island.net/public/public.html for info
iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmWTYlQACgkQzCr0RyFn
vgOWkgwAiajP5QDmjkbSo2M8IBbybObs0G18tlmeATnm3PO4izz1CDvi8jB0W0w4
wpVEpT4GxvxBR5kkhrmrqupTuS9HX3vXLnrX03KJdTTYXGuel2TB4KtFjG/pBEfG
C5hiukgzkSjeZKn8Upc6RoRGKDE/XUYg6e2TjE1sei4ltkp8wdrshzwgd5oYVt9d
OIZr6VscraRkU8BmutEstALGiXw7vznffRYuJeHuLT3sCqRQxXHRNBPk0YbTCGhz
Fjr9JetBweUxeHaPHObz8jgnyCuvbu3wI+C6F5MnDCJhsuIORksNKbHxY725Pq7j
DmSv8ritsSWvTbCpVk8cT6kDcAXlQ78W1PTFe6wz9XwtQt39/wSzxbPA8WxCTBUK
x5GHykKS4tWaiMagEoNXh93SktQNLo6oEkFbVO9z1jZzu8d9ExjUp575GUmTmzQ2
ekXgtWKkoAGE5Hmj2Z5TRwgqakWQ+oS/kXxKNLv1Jg1Z55aYqecGZemfnaH5P2lL
UZKUUD7q
=DLkz
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Jan 27 16:53:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 389:
* interchange variables in subparameter parsing, fixing a bug
where subparameters after the first parameter could be
misidentified
* correct popping of icon/window titles in a case where only
one was pushed from patch #385 changes.
* add XTQMODKEYS response in DECRQSS, as alternative for vim.
* correct DECCIR encoded information on character set size,
handle a VT525 quirk, and add DECST8C (Windows Terminal
#14984).
* improve DECRQCRA (prompted by discussion with James
Holderness, Windows Terminal #14974).
* add part of VT525 color controls:
+ DECAC, to update default foreground/background, respond to
DECRQSS
+ DECATC, to respond with DECRQSS
* prevent Unicode non-characters from being printed
* modify send_SGR() to avoid modifying colors 16 to 255 in
printed output (patch by Grady Martin).
* minor cleanup of miscellaneous error-codes with ERROR_MISC.
* remove legacy CSI 53 for locator status, corrected in patch
* modify DECRQUPSS and DECAUPSS feature to support VT5xx
character sets (report by Thomas Wolff).
* improve EWMH handling (report/analysis by Edward Rosten)
+ reset _NET_WM_STATE_HIDDEN flag from _NET_WM_STATE before
mapping the window to deiconify.
+ cache X properties to reduce latency (adapted
from patch by Edward Rosten).
-------------------------------------------------------------------
Sun Nov 12 09:47:15 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xterm
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define splitbin 0%{?suse_version} >= 1300
Name: xterm
Version: 388
Version: 389
Release: 0
Summary: The basic X terminal program
License: MIT