From 3050012b059e5d0f0c6b52adf56baf672550c177c4e58df269be0339dcbd8a4d Mon Sep 17 00:00:00 2001 From: Petr Cerny Date: Mon, 21 Nov 2016 15:07:13 +0000 Subject: [PATCH] Accepting request 441219 from home:pcerny:factory - Patch #327 - 2016/10/07 * add a check in the function which handles end-of-line wrapping to ensure that C1 controls are allocated one column when allowC1Printable is set (Debian #738794). * use consistent error-checking after strtol calls, fixes a case where a query with OSC 6 did not ensure there was a valid color number (report by Alex Smith). * add -baudrate option, for testing ncurses. * always generate the CASE_xxx symbols in VTparse.h and Tekparse.h, as part of a change to improve debug-logging. This makes the build always depend upon awk. * modify allowC1Printable to disallow codes 160-254 as being equivalent to codes 32-126 when parsing escape sequences (Debian #839220). * amend fix from patch #326 for TrueType fonts to exclude the hidden character used for double-width cells (report by Grady Martin). * fix a typo in ctlseqs.ms OBS-URL: https://build.opensuse.org/request/show/441219 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=142 --- xterm-326.tgz | 3 --- xterm-327.tgz | 3 +++ xterm-326.tgz.asc => xterm-327.tgz.asc | 6 +++--- xterm.changes | 22 ++++++++++++++++++++++ xterm.spec | 2 +- 5 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 xterm-326.tgz create mode 100644 xterm-327.tgz rename xterm-326.tgz.asc => xterm-327.tgz.asc (61%) diff --git a/xterm-326.tgz b/xterm-326.tgz deleted file mode 100644 index 66ccacf..0000000 --- a/xterm-326.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f40eb373cef578ae108b6d19602c96bf7342a80396e93a30ff78ee72f68d317 -size 1240064 diff --git a/xterm-327.tgz b/xterm-327.tgz new file mode 100644 index 0000000..64cbe2f --- /dev/null +++ b/xterm-327.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fb2f6c35b342148f549c276b12a3aa3fb408e27ab6360ddec513e14376150b +size 1240131 diff --git a/xterm-326.tgz.asc b/xterm-327.tgz.asc similarity index 61% rename from xterm-326.tgz.asc rename to xterm-327.tgz.asc index 5fd98f7..3b7f668 100644 --- a/xterm-326.tgz.asc +++ b/xterm-327.tgz.asc @@ -2,7 +2,7 @@ Version: GnuPG v1.4.12 (GNU/Linux) Comment: See http://invisible-island.net/public/public.html for info -iEYEABECAAYFAlfoQl4ACgkQcCNT4PfkjtuNngCguq9Nn9qM1pn2M1gUaI/Uyis5 -yA8An1m01/bVzTVBGUvReLs18pC0H7eM -=Sgv5 +iEYEABECAAYFAlf4QagACgkQcCNT4Pfkjtu9KgCg0/5OzOqkPwVgjyMiLZhhjWZY +cHkAmwY7UW7xOYME0XdA7ryIQ4rmgxqm +=c5iZ -----END PGP SIGNATURE----- diff --git a/xterm.changes b/xterm.changes index 3ee146f..fe552d8 100644 --- a/xterm.changes +++ b/xterm.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Nov 21 14:54:30 UTC 2016 - pcerny@suse.com + +- Patch #327 - 2016/10/07 + * add a check in the function which handles end-of-line + wrapping to ensure that C1 controls are allocated one column + when allowC1Printable is set (Debian #738794). + * use consistent error-checking after strtol calls, fixes a + case where a query with OSC 6 did not ensure there was a + valid color number (report by Alex Smith). + * add -baudrate option, for testing ncurses. + * always generate the CASE_xxx symbols in VTparse.h and + Tekparse.h, as part of a change to improve debug-logging. + This makes the build always depend upon awk. + * modify allowC1Printable to disallow codes 160-254 as being + equivalent to codes 32-126 when parsing escape sequences + (Debian #839220). + * amend fix from patch #326 for TrueType fonts to exclude the + hidden character used for double-width cells (report by Grady + Martin). + * fix a typo in ctlseqs.ms + ------------------------------------------------------------------- Wed Oct 5 12:42:33 UTC 2016 - pcerny@suse.com diff --git a/xterm.spec b/xterm.spec index 73e42f1..d19f7eb 100644 --- a/xterm.spec +++ b/xterm.spec @@ -19,7 +19,7 @@ %define vttest_version 20140305 %define splitbin 0%{?suse_version} >= 1300 Name: xterm -Version: 326 +Version: 327 Release: 0 Summary: The basic X terminal program License: MIT