Accepting request 441220 from X11:terminals

- 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 (forwarded request 441219 from pcerny)

OBS-URL: https://build.opensuse.org/request/show/441220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=104
This commit is contained in:
Dominique Leuenberger 2016-11-25 11:03:47 +00:00 committed by Git OBS Bridge
commit 7918db9d3c
5 changed files with 29 additions and 7 deletions

View File

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

3
xterm-327.tgz Normal file
View File

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

View File

@ -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-----

View File

@ -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

View File

@ -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