From bbb90536e67aacadb9d904ae3f959d777b6c19dffa267f30cfbd763fa10b9017 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 10 Jun 2014 13:29:44 +0000 Subject: [PATCH] Accepting request 236641 from home:pcerny:factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Patch #306 - 2014/06/03 * fixes for display-errors in new SGR codes (report by Egmont Koblinger). - Patch #305 - 2014/06/02 * add xterm.appdata.xml (request by Richard Hughes). By the way, none of the released validators yet handle tags (or , etc). * fix memory leaks in bitmap font-name caching. * other changes to hard-reset behavior: + reset keyboard-type on hard-reset. + reset pointer-mode (pointerMode) on hard-reset + reset title-modes (titleModes) on hard-reset + reset cursor-shape on hard or soft-reset + reset LEDs on hard-reset. + reset DECSACE on hard-reset. * reset bracketed-paste mode on hard-reset (suggested by Egmont Koblinger). * modify UTF-8 decoder to account for allowC1Printable resource. * revise getXftColor to ensure that its sequence number will not overflow in long-running sessions. * minor fix to selection to prevent hidden character from being returned in selection data (report by Egmont Koblinger). * add -sh to help-message. * amend check for incomplete fonts to always decide that a character is missing if the font lacks per-character metrics (prompted by Freedesktop #15979). * minor reorganization to implement “filler” SGR features. There are no established applications which rely upon these; some people find them amusing. OBS-URL: https://build.opensuse.org/request/show/236641 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=96 --- xterm-304.tgz | 3 -- xterm-306.tgz | 3 ++ xterm-304.tgz.asc => xterm-306.tgz.asc | 6 ++-- xterm.changes | 46 ++++++++++++++++++++++++++ xterm.spec | 4 +-- 5 files changed, 54 insertions(+), 8 deletions(-) delete mode 100644 xterm-304.tgz create mode 100644 xterm-306.tgz rename xterm-304.tgz.asc => xterm-306.tgz.asc (61%) diff --git a/xterm-304.tgz b/xterm-304.tgz deleted file mode 100644 index d372668..0000000 --- a/xterm-304.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3af3934a7d27783005f1025a544d3dfede793b9444dec056bfefdefe02dd7a7 -size 1159060 diff --git a/xterm-306.tgz b/xterm-306.tgz new file mode 100644 index 0000000..86c0a5d --- /dev/null +++ b/xterm-306.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a09f60d126603604d0c801e3f5000e4af87b309e8e1d3c0735be50b6d13bdaa +size 1163988 diff --git a/xterm-304.tgz.asc b/xterm-306.tgz.asc similarity index 61% rename from xterm-304.tgz.asc rename to xterm-306.tgz.asc index e85e997..0b7ff1a 100644 --- a/xterm-304.tgz.asc +++ b/xterm-306.tgz.asc @@ -2,7 +2,7 @@ Version: GnuPG v1.4.10 (GNU/Linux) Comment: See http://invisible-island.net/public/public.html for info -iEYEABECAAYFAlNlWTMACgkQcCNT4PfkjtsuBQCgkf0ZDbXnDWfJCeM8U8Pwe4CB -vQ4An2YxwOIfz07fxiWdfUGpELzDIzuK -=FTJD +iEYEABECAAYFAlOOaD4ACgkQcCNT4PfkjtsGJQCgja07ZpA34KTrUftne2iyAn9g ++2QAn0dEm+GzkaNWzBbBFG2MVz2GQb1i +=FryT -----END PGP SIGNATURE----- diff --git a/xterm.changes b/xterm.changes index afaf87b..4b358ab 100644 --- a/xterm.changes +++ b/xterm.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Wed Jun 4 15:36:21 UTC 2014 - pcerny@suse.com + +- Patch #306 - 2014/06/03 + * fixes for display-errors in new SGR codes (report by Egmont + Koblinger). + +------------------------------------------------------------------- +Tue Jun 3 19:29:08 UTC 2014 - pcerny@suse.com + +- Patch #305 - 2014/06/02 + * add xterm.appdata.xml (request by Richard Hughes). By the way, + none of the released validators yet handle tags (or + , etc). + * fix memory leaks in bitmap font-name caching. + * other changes to hard-reset behavior: + + reset keyboard-type on hard-reset. + + reset pointer-mode (pointerMode) on hard-reset + + reset title-modes (titleModes) on hard-reset + + reset cursor-shape on hard or soft-reset + + reset LEDs on hard-reset. + + reset DECSACE on hard-reset. + * reset bracketed-paste mode on hard-reset (suggested by Egmont + Koblinger). + * modify UTF-8 decoder to account for allowC1Printable resource. + * revise getXftColor to ensure that its sequence number will not + overflow in long-running sessions. + * minor fix to selection to prevent hidden character from being + returned in selection data (report by Egmont Koblinger). + * add -sh to help-message. + * amend check for incomplete fonts to always decide that a + character is missing if the font lacks per-character metrics + (prompted by Freedesktop #15979). + * minor reorganization to implement “filler” SGR features. There + are no established applications which rely upon these; some + people find them amusing. + + separate bits used to manage drawing state from + attribute-bits. + + implement SGR codes 2, 3, 9, 21 and their corresponding + resets. + + add configure option --disable-wide-attrs to disable the + feature. + * additional changes for ReGIS support (patch by Ross Combs): + + fix some arc drawing bugs and add support for pattern + shading. + ------------------------------------------------------------------- Thu May 22 09:04:25 UTC 2014 - gber@opensuse.org diff --git a/xterm.spec b/xterm.spec index ea5446a..7060eb7 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: 304 +Version: 306 Release: 0 Summary: The basic X terminal program License: MIT @@ -134,7 +134,7 @@ cd ../vttest-%{vttest_version} --x-libraries=/usr/X11R6/%{_lib} \ %endif --enable-backarrow-is-erase \ - --enable-sixel-graphics + --enable-sixel-graphics \ make %{?_smp_mflags}