Accepting request 209133 from home:pcerny:factory

- Patch #299 - 2013/12/01
  * fix regression in line-drawing from patch #297 changes for
    NRCS exposed by change to assumeAllChars resource in patch
    #298 (report by Markus Waldeck).

- Patch #298 - 2013/11/27
  * quiet a warning about ambiguity when -h command-line option
    is parsed, since -help is used rather than the options
    mentioned in the message. This warning was caused by fixes in
    patch #272.
  * remove an extra check for keypad-mode which interfered with
    the patch #280 modifyKeyboard feature for the numeric keypad
    (report by David Conners).
  * change default for assumeAllChars resource (Debian #725682).
    There are unresolved issues with Terminus fonts, e.g., Debian
    #722017.
  * add -report-fonts command-line option and reportFonts
    resource to optionally report the fonts which are loaded, and
    their metrics such as the number of missing glyphs.
  * work around Xcursor library to make pointerColor resource
    work as documented (Debian #466704, analysis by Vincent
    Lefèvre).
  * amend change from patch #297 for ASCII-equivalents to ensure
    that missing characters which happen to be double-width are
    padded to the expected number of columns. Also, correct the
    choice between normal/wide Xft fonts used when checking for
    missing characters (reported by WU Yue, Debian #728949,
    Gentoo #491334).
  * modify sixel-graphics drawing to account for scrollbar width
    (report by Mario Edelmann).

OBS-URL: https://build.opensuse.org/request/show/209133
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=86
This commit is contained in:
Petr Cerny 2013-12-02 10:11:40 +00:00 committed by Git OBS Bridge
parent c49d093da4
commit 5aa07fdf73
5 changed files with 50 additions and 7 deletions

View File

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

3
xterm-299.tgz Normal file
View File

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

View File

@ -2,7 +2,7 @@
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: See http://invisible-island.net/public/public.html for info
iEYEABECAAYFAlIvwGoACgkQcCNT4PfkjtshiQCgnX38BE9EbEKW5xyqfIq+pDRa
nBkAnA6GxuL7m9Lr1u550pWCAefypMv/
=IH8N
iEYEABECAAYFAlKbo4EACgkQcCNT4Pfkjtub/ACgkP3taeiZgQrrqO/B70HBlL7m
7egAoIw7WIPwMfRqTCpALAg+QhwIompl
=mCrL
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Mon Dec 2 09:39:01 UTC 2013 - pcerny@suse.com
- Patch #299 - 2013/12/01
* fix regression in line-drawing from patch #297 changes for
NRCS exposed by change to assumeAllChars resource in patch
#298 (report by Markus Waldeck).
-------------------------------------------------------------------
Fri Nov 29 13:38:23 UTC 2013 - pcerny@suse.com
- Patch #298 - 2013/11/27
* quiet a warning about ambiguity when -h command-line option
is parsed, since -help is used rather than the options
mentioned in the message. This warning was caused by fixes in
patch #272.
* remove an extra check for keypad-mode which interfered with
the patch #280 modifyKeyboard feature for the numeric keypad
(report by David Conners).
* change default for assumeAllChars resource (Debian #725682).
There are unresolved issues with Terminus fonts, e.g., Debian
#722017.
* add -report-fonts command-line option and reportFonts
resource to optionally report the fonts which are loaded, and
their metrics such as the number of missing glyphs.
* work around Xcursor library to make pointerColor resource
work as documented (Debian #466704, analysis by Vincent
Lefèvre).
* amend change from patch #297 for ASCII-equivalents to ensure
that missing characters which happen to be double-width are
padded to the expected number of columns. Also, correct the
choice between normal/wide Xft fonts used when checking for
missing characters (reported by WU Yue, Debian #728949,
Gentoo #491334).
* modify sixel-graphics drawing to account for scrollbar width
(report by Mario Edelmann).
* fix remaining issue with DECNRCM; the British character set
was confused with ISO Latin-1 (report by Hayaki Saito).
* build-fix for --disable-boxchars configure option.
* updated configure macros, from ongoing work on lynx and
ncurses.
* update config.guess, config.sub
-------------------------------------------------------------------
Mon Sep 30 17:23:48 CEST 2013 - sbrabec@suse.cz

View File

@ -52,7 +52,7 @@ Provides: xorg-x11:/usr/X11R6/bin/xterm
%if 0%{?suse_version} > 1210
Requires: luit
%endif
Version: 297
Version: 299
Release: 0
Summary: The basic X terminal program
License: MIT