Accepting request 214559 from X11:terminals

- Patch #301 - 2014/01/19
  * OSC 104 and 105 did not accept parameter to reset a specific
    color (patch by Egmont Koblinger).
  * add configure check for initgroups, and use that function to
    complement its use of setgid (prompted by patch by Miroslav
    Lichvar).
  * improve manpage description of scrollbar translations versus
    the vt100 translations (Debian #723573).
  * add a few paragraphs to manpage explaining the implications
    of xterm's reliance on X Toolkit for command-line parsing.
  * modify cursor-theme logic to check if the environment
    variable XCURSOR_THEME is set to a nonempty value before
    constructing a dummy them (prompted by similar check added in
    OpenBSD CVS).
  * add check for a case where TrueType bold font is missing a
    glyph where the non-bold font has it. Temporarily switch to
    the non-bold font to draw the glyph (report by David
    Demelier).
  * minor documentation fixes for ctlseqs.ms
  * only set SHELL environment variable to programs found in
    /etc/shells (prompted by patch/report by Al Poole).
  * build-fix, when --disable-wide-chars --disable-boxchar is
    used (prompted by patch by Andrey Panov).

- Patch #300 - 2013/12/03
  * amend workaround for Xcursor library from patch #298; the
    suggested solution for Debian #466704 fell afoul of a bug in
    Xcursor which treated an empty value for Inherits= as a valid
    theme—and resulted in a stack overflow due to unbounded
    recursion. Certain environments such as XFCE4 exposed the (forwarded request 214549 from pcerny)

OBS-URL: https://build.opensuse.org/request/show/214559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=80
This commit is contained in:
Stephan Kulow 2014-01-22 08:45:21 +00:00 committed by Git OBS Bridge
commit ce73942935
5 changed files with 48 additions and 8 deletions

View File

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

3
xterm-301.tgz Normal file
View File

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

View File

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

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Mon Jan 20 14:20:46 UTC 2014 - pcerny@suse.com
- Patch #301 - 2014/01/19
* OSC 104 and 105 did not accept parameter to reset a specific
color (patch by Egmont Koblinger).
* add configure check for initgroups, and use that function to
complement its use of setgid (prompted by patch by Miroslav
Lichvar).
* improve manpage description of scrollbar translations versus
the vt100 translations (Debian #723573).
* add a few paragraphs to manpage explaining the implications
of xterm's reliance on X Toolkit for command-line parsing.
* modify cursor-theme logic to check if the environment
variable XCURSOR_THEME is set to a nonempty value before
constructing a dummy them (prompted by similar check added in
OpenBSD CVS).
* add check for a case where TrueType bold font is missing a
glyph where the non-bold font has it. Temporarily switch to
the non-bold font to draw the glyph (report by David
Demelier).
* minor documentation fixes for ctlseqs.ms
* only set SHELL environment variable to programs found in
/etc/shells (prompted by patch/report by Al Poole).
* build-fix, when --disable-wide-chars --disable-boxchar is
used (prompted by patch by Andrey Panov).
-------------------------------------------------------------------
Thu Dec 5 10:24:02 UTC 2013 - pcerny@suse.com
- Patch #300 - 2013/12/03
* amend workaround for Xcursor library from patch #298; the
suggested solution for Debian #466704 fell afoul of a bug in
Xcursor which treated an empty value for Inherits= as a valid
theme—and resulted in a stack overflow due to unbounded
recursion. Certain environments such as XFCE4 exposed the
bug. A related report in Debian #531679 was closed without
following the recommendation to limit stack recursion in this
library (reported by Sergey V Dyatko, Debian #731269).
-------------------------------------------------------------------
Mon Dec 2 09:39:01 UTC 2013 - pcerny@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xterm
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -52,7 +52,7 @@ Provides: xorg-x11:/usr/X11R6/bin/xterm
%if 0%{?suse_version} > 1210
Requires: luit
%endif
Version: 299
Version: 301
Release: 0
Summary: The basic X terminal program
License: MIT