From 7fa80cc56a7e40f700aff29d64e4268ce27d9e08e2e53c95624ed8c3df3117db Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 1 Sep 2011 07:22:12 +0000 Subject: [PATCH] Accepting request 80382 from home:pcerny:factory - Patch #273 - 2011/08/25 * build-fix for out-of-tree "make docs" rule. * correct a typo in x_strdup, from patch #198 changes. * correct initialization for -e option, broken in patch #272 changes (report by Gabriele Balducci). * build-fix for out-of-tree builds to address minstall script changes in patch #272 (patch by Thierry Reding). - Patch #272 - 2011/08/24 * document limitation of Gtk in connection with xterm's -into option, in the manpage (Ubuntu #806969). * improve -into by checking for and using the size of the window within which xterm is embedded, overriding other clues. * modify logic for localeFilter resource to allow that to include command-line options of luit. * improve -into by checking for invalid window-id, and allowing hexadecimal/decimal/octal values. * improve keepSelection, adding the case where the highlighting is cleared, overlooked in patch #230 (patch by Marco Peereboom). * improve command-line parsing to make abbreviate options work consistently across xterm-specific versus standard X toolkit options, and report cases where an abbreviated option happens to be ambiguous. In particular, -d now works as an abbreviation for -display. * fix regression in command-line parsing introduced in patch #271 changes for Debian #629358, (Debian #637910). * split-out new termcap/terminfo building block xterm+kbs for configurability. * modify terminfo file to reflect changes in ncurses for xterm-16color and xterm-256color. * modify minstall.sh, etc., to reflect the default default class, $TERM and decTerminalID values. * reword resize manpage to reflect the fact that $TERMCAP is not set on all systems (patch by Alan Coopersmith). * work around combined Xaw6/Xaw7 package in DragonFlyBSD which omits the usual symbolic link to the preferred library name. * further improve build-fix for termcap systems by checking for some which are only partial implementations, e.g., termcap 2.08 in CentOS 5.2 OBS-URL: https://build.opensuse.org/request/show/80382 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=23 --- xterm-271.tar.bz2 | 3 --- xterm-273.tar.bz2 | 3 +++ xterm.changes | 44 ++++++++++++++++++++++++++++++++++++++++++++ xterm.spec | 2 +- 4 files changed, 48 insertions(+), 4 deletions(-) delete mode 100644 xterm-271.tar.bz2 create mode 100644 xterm-273.tar.bz2 diff --git a/xterm-271.tar.bz2 b/xterm-271.tar.bz2 deleted file mode 100644 index 18a94f0..0000000 --- a/xterm-271.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52b1c69a96db09dcf7e4dde6b18317e867266a14d1d655176d170b9a226d3300 -size 819667 diff --git a/xterm-273.tar.bz2 b/xterm-273.tar.bz2 new file mode 100644 index 0000000..9533b2a --- /dev/null +++ b/xterm-273.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd061f70e5cb33f9ad534a82bfcb2c31412143081303041d4159f33d2033227e +size 822444 diff --git a/xterm.changes b/xterm.changes index 533c3fd..75de961 100644 --- a/xterm.changes +++ b/xterm.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Wed Aug 31 10:13:15 UTC 2011 - pcerny@suse.com + +- Patch #273 - 2011/08/25 + * build-fix for out-of-tree "make docs" rule. + * correct a typo in x_strdup, from patch #198 changes. + * correct initialization for -e option, broken in patch #272 + changes (report by Gabriele Balducci). + * build-fix for out-of-tree builds to address minstall script + changes in patch #272 (patch by Thierry Reding). + +- Patch #272 - 2011/08/24 + * document limitation of Gtk in connection with xterm's -into + option, in the manpage (Ubuntu #806969). + * improve -into by checking for and using the size of the window + within which xterm is embedded, overriding other clues. + * modify logic for localeFilter resource to allow that to + include command-line options of luit. + * improve -into by checking for invalid window-id, and allowing + hexadecimal/decimal/octal values. + * improve keepSelection, adding the case where the highlighting + is cleared, overlooked in patch #230 (patch by Marco + Peereboom). + * improve command-line parsing to make abbreviate options work + consistently across xterm-specific versus standard X toolkit + options, and report cases where an abbreviated option happens + to be ambiguous. In particular, -d now works as an + abbreviation for -display. + * fix regression in command-line parsing introduced in patch + #271 changes for Debian #629358, (Debian #637910). + * split-out new termcap/terminfo building block xterm+kbs for + configurability. + * modify terminfo file to reflect changes in ncurses for + xterm-16color and xterm-256color. + * modify minstall.sh, etc., to reflect the default default + class, $TERM and decTerminalID values. + * reword resize manpage to reflect the fact that $TERMCAP is not + set on all systems (patch by Alan Coopersmith). + * work around combined Xaw6/Xaw7 package in DragonFlyBSD which + omits the usual symbolic link to the preferred library name. + * further improve build-fix for termcap systems by checking for + some which are only partial implementations, e.g., termcap + 2.08 in CentOS 5.2 + ------------------------------------------------------------------- Wed Jul 27 12:11:45 UTC 2011 - pcerny@novell.com diff --git a/xterm.spec b/xterm.spec index 5d3ab99..b569955 100644 --- a/xterm.spec +++ b/xterm.spec @@ -31,7 +31,7 @@ License: MIT Group: System/X11/Utilities Provides: xorg-x11:/usr/X11R6/bin/xterm XFree86:/usr/X11R6/bin/xterm AutoReqProv: on -Version: 271 +Version: 273 Release: 1 Summary: The basic X terminal program Source: ftp://invisible-island.net/xterm/%name-%version.tar.bz2