From 6d36c217f4a797dea3af69f9d4d21c9f463f7a568829e0cb116e92bef4cf76e0 Mon Sep 17 00:00:00 2001 From: Petr Cerny Date: Wed, 18 Jun 2014 11:32:20 +0000 Subject: [PATCH] Accepting request 237953 from home:pcerny:factory - Patch #307 - 2014/06/17 * fill background for top/bottom parts of double-width/double-height characters, to cover occasional gaps due to bitmap font-scaling (report by Egmont Koblinger). * amend resets for keyboard-type, pointer-mode and title-modes from xterm #305 changes to account for resource settings (Debian #751351). * modify printAttributes feature to include new SGR codes. * modify cursor show/hide logic to work with italic fonts. * do clipping and filling for a case with bitmap-fonts and italics when the font server returns only a "close" match (report/testcase by Egmont Koblinger). * adjust loop comparison for underlining to display underlines on 5x8 font as in patch #304 (Debian #750733). * amend fix for Freedesktop #15979 (Debian #750733). * amend xterm.appdata.xml, making it validate with current schema. OBS-URL: https://build.opensuse.org/request/show/237953 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=100 --- xterm-306.tgz | 3 --- xterm-307.tgz | 3 +++ xterm-306.tgz.asc => xterm-307.tgz.asc | 6 +++--- xterm.changes | 21 +++++++++++++++++++++ xterm.spec | 2 +- 5 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 xterm-306.tgz create mode 100644 xterm-307.tgz rename xterm-306.tgz.asc => xterm-307.tgz.asc (61%) diff --git a/xterm-306.tgz b/xterm-306.tgz deleted file mode 100644 index 86c0a5d..0000000 --- a/xterm-306.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a09f60d126603604d0c801e3f5000e4af87b309e8e1d3c0735be50b6d13bdaa -size 1163988 diff --git a/xterm-307.tgz b/xterm-307.tgz new file mode 100644 index 0000000..e67a04a --- /dev/null +++ b/xterm-307.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43302a91e926b67587a9499506742addb437a4a7202f8f4e02dbb884d7ba8bda +size 1165293 diff --git a/xterm-306.tgz.asc b/xterm-307.tgz.asc similarity index 61% rename from xterm-306.tgz.asc rename to xterm-307.tgz.asc index 0b7ff1a..c3232c0 100644 --- a/xterm-306.tgz.asc +++ b/xterm-307.tgz.asc @@ -2,7 +2,7 @@ Version: GnuPG v1.4.10 (GNU/Linux) Comment: See http://invisible-island.net/public/public.html for info -iEYEABECAAYFAlOOaD4ACgkQcCNT4PfkjtsGJQCgja07ZpA34KTrUftne2iyAn9g -+2QAn0dEm+GzkaNWzBbBFG2MVz2GQb1i -=FryT +iEYEABECAAYFAlOg3j4ACgkQcCNT4Pfkjtt+XACdGy8nqiXjHwpNQwkVpK59MMvo +oxsAnjHmlTaAwBiwP75qHpTpacn/x2Wn +=hzKI -----END PGP SIGNATURE----- diff --git a/xterm.changes b/xterm.changes index 461ec1a..f31c842 100644 --- a/xterm.changes +++ b/xterm.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jun 18 09:50:15 UTC 2014 - pcerny@suse.com + +- Patch #307 - 2014/06/17 + * fill background for top/bottom parts of + double-width/double-height characters, to cover occasional + gaps due to bitmap font-scaling (report by Egmont Koblinger). + * amend resets for keyboard-type, pointer-mode and title-modes + from xterm #305 changes to account for resource settings + (Debian #751351). + * modify printAttributes feature to include new SGR codes. + * modify cursor show/hide logic to work with italic fonts. + * do clipping and filling for a case with bitmap-fonts and + italics when the font server returns only a "close" match + (report/testcase by Egmont Koblinger). + * adjust loop comparison for underlining to display underlines + on 5x8 font as in patch #304 (Debian #750733). + * amend fix for Freedesktop #15979 (Debian #750733). + * amend xterm.appdata.xml, making it validate with current + schema. + ------------------------------------------------------------------- Thu Jun 12 16:50:21 UTC 2014 - pcerny@suse.com diff --git a/xterm.spec b/xterm.spec index c7f0520..f8066e3 100644 --- a/xterm.spec +++ b/xterm.spec @@ -52,7 +52,7 @@ Provides: xorg-x11:/usr/X11R6/bin/xterm %if 0%{?suse_version} > 1210 Requires: luit %endif -Version: 306 +Version: 307 Release: 0 Summary: The basic X terminal program License: MIT