From 8fe462946bd1a253cf7ef7f020980e6b56dd66869440f146ae9ff260923d7656 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 10 Apr 2021 11:07:17 +0000 Subject: [PATCH] Accepting request 883706 from home:dirkmueller:Factory - update to Patch #367 - 2021/03/26 * add OSC 22 to allow programs to select different pointer cursor at runtime. * change configuration for no-return functions to use _Noreturn when it is available, because clang --analyze does not properly handle the gcc noreturn attribute. * add cursorTheme resource to provide a way to enable or disable the cursor theme feature. * modified CopyWait event retries to use shorter sleeps, to improve responsiveness (tmux #2556). * improve quoting/escaping in demo-scripts per shellcheck. * add resizeByPixel resource, to permit disabling window manager resizing-hints (patch by Tim Oehl). * corrected printOptsImmediate handling of alternate-screen (report by Abhijit Dasgupta). * update sample terminfo to more closely match ncurses. * add/improve limit-checks for Xlib calls (report by Roman Fiedler). * fix a typo in the help-message (report by Tomas Korbar). OBS-URL: https://build.opensuse.org/request/show/883706 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=195 --- xterm-366.tgz | 3 --- xterm-366.tgz.asc | 7 ------- xterm-367.tgz | 3 +++ xterm-367.tgz.asc | 7 +++++++ xterm.changes | 22 ++++++++++++++++++++++ xterm.spec | 2 +- 6 files changed, 33 insertions(+), 11 deletions(-) delete mode 100644 xterm-366.tgz delete mode 100644 xterm-366.tgz.asc create mode 100644 xterm-367.tgz create mode 100644 xterm-367.tgz.asc diff --git a/xterm-366.tgz b/xterm-366.tgz deleted file mode 100644 index 9333a68..0000000 --- a/xterm-366.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:858b2885963fe97e712739066aadc1baeba2b33a0016303a7fec7d38bc73bf6e -size 1445992 diff --git a/xterm-366.tgz.asc b/xterm-366.tgz.asc deleted file mode 100644 index 60cda6c..0000000 --- a/xterm-366.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Comment: See https://invisible-island.net/public/public.html for info - -iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCYCReiwAKCRBwI1Pg9+SO -2+jsAKDFrdvkle0Vc1ZJTfFuCO0mwB0AngCdGTZJOWjhhOZ2J1Eh83K3XX5ZWpU= -=NOZn ------END PGP SIGNATURE----- diff --git a/xterm-367.tgz b/xterm-367.tgz new file mode 100644 index 0000000..d5f2559 --- /dev/null +++ b/xterm-367.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f1a8b1c756e269fd5684e60802b545f0be9b36b8b5d6bdbc840c6b000dc51f +size 1448562 diff --git a/xterm-367.tgz.asc b/xterm-367.tgz.asc new file mode 100644 index 0000000..b4c3ac0 --- /dev/null +++ b/xterm-367.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCYF5qfAAKCRBwI1Pg9+SO +22rdAJ45DvNclzQdg4LvjbOw6R3r02k9sACgo7NF8YdxYPGMgOkP7+XTU0LOxOc= +=5518 +-----END PGP SIGNATURE----- diff --git a/xterm.changes b/xterm.changes index 92a05d8..f341e91 100644 --- a/xterm.changes +++ b/xterm.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Apr 7 23:16:27 UTC 2021 - Dirk Müller + +- update to Patch #367 - 2021/03/26 + * add OSC 22 to allow programs to select different pointer cursor at + runtime. + * change configuration for no-return functions to use _Noreturn when + it is available, because clang --analyze does not properly handle + the gcc noreturn attribute. + * add cursorTheme resource to provide a way to enable or disable the + cursor theme feature. + * modified CopyWait event retries to use shorter sleeps, to improve + responsiveness (tmux #2556). + * improve quoting/escaping in demo-scripts per shellcheck. + * add resizeByPixel resource, to permit disabling window manager + resizing-hints (patch by Tim Oehl). + * corrected printOptsImmediate handling of alternate-screen (report + by Abhijit Dasgupta). + * update sample terminfo to more closely match ncurses. + * add/improve limit-checks for Xlib calls (report by Roman Fiedler). + * fix a typo in the help-message (report by Tomas Korbar). + ------------------------------------------------------------------- Thu Feb 11 06:51:46 UTC 2021 - Marcus Meissner diff --git a/xterm.spec b/xterm.spec index eaecc47..67b5872 100644 --- a/xterm.spec +++ b/xterm.spec @@ -19,7 +19,7 @@ %define splitbin 0%{?suse_version} >= 1300 Name: xterm -Version: 366 +Version: 367 Release: 0 Summary: The basic X terminal program License: MIT