Accepting request 224959 from X11:terminals
- Patch #303 - 2014/03/06 * improve check for /etc/shells to allow its entries to be symbolic links. * fix a regression in patch #302 fixes relating to interaction of SHELL and XTERM_SHELL variables (Debian #740919). * improve manpage discussion of use of /etc/shells for validating the SHELL environment variable. * further improve the approximation for color map by ignoring bits which would not be applied by the rgb masks for the current visual (report by Joe Peterson). * add -report-colors to usage-message (report by Joe Peterson). - Patch #302 - 2014/03/02 * amend approximation for color map introduced in patch #277 to make that apply only to TrueColor (adapted from patch by Joe Peterson). * add -report-colors option, to show colors as they are allocated. * fix some gcc -Wcast-qual warnings. * correct app-defaults location for CentOS-4 in xterm.spec * improve check in minstall.sh for X manpage's section number; add sample dependencies for the relevant documentation package to packaging test-scripts (prompted by Novell #779474). * modify sample build-scripts for dpkg and rpm to ensure that vttests scripts are uncompressed and executable. * modify Perl scripts in vttests to use env to find Perl rather than relying on /usr/bin/perl This makes the sample scripts usable with NetBSD and other systems using pkgsrc. * amend check from patch #301 for valid shell to permit existing SHELL value to specify the shell; clarify the behavior in the manpage (report by Emmanuel Thome). * amend change to wide-character processing from patch #257 to allow switching to/from UTF-8 encoding if the utf8 resource was not set OBS-URL: https://build.opensuse.org/request/show/224959 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=81
This commit is contained in:
commit
61a8e7607b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fbabb68263f80673747e0b02801811584fd8e1d15787c2605efa3b077561910
|
||||
size 1125949
|
3
xterm-303.tgz
Normal file
3
xterm-303.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8af29987bda9b77205ebf6233aaa5c347e5f2407310b62ac9ba92a658257f058
|
||||
size 1129416
|
@ -2,7 +2,7 @@
|
||||
Version: GnuPG v1.4.10 (GNU/Linux)
|
||||
Comment: See http://invisible-island.net/public/public.html for info
|
||||
|
||||
iEYEABECAAYFAlLcPH0ACgkQcCNT4Pfkjtu5AACgvWUkux7O8M4wQ2XeJRkHZWnS
|
||||
6bMAoJQGzhdch0K8aZLFflQV9b4TT4UY
|
||||
=uje/
|
||||
iEYEABECAAYFAlMZMywACgkQcCNT4Pfkjtuv/wCgjtfbjk27jfWLMckIdB0nh7o8
|
||||
nfcAn2z2RebAwZBwaM7ToTtKf5ENAol6
|
||||
=AeDe
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 07:00:52 UTC 2014 - meissner@suse.com
|
||||
|
||||
- Patch #303 - 2014/03/06
|
||||
* improve check for /etc/shells to allow its entries to be symbolic
|
||||
links.
|
||||
* fix a regression in patch #302 fixes relating to interaction of
|
||||
SHELL and XTERM_SHELL variables (Debian #740919).
|
||||
* improve manpage discussion of use of /etc/shells for validating the
|
||||
SHELL environment variable.
|
||||
* further improve the approximation for color map by ignoring bits
|
||||
which would not be applied by the rgb masks for the current visual
|
||||
(report by Joe Peterson).
|
||||
* add -report-colors to usage-message (report by Joe Peterson).
|
||||
- Patch #302 - 2014/03/02
|
||||
* amend approximation for color map introduced in patch #277 to make
|
||||
that apply only to TrueColor (adapted from patch by Joe Peterson).
|
||||
* add -report-colors option, to show colors as they are allocated.
|
||||
* fix some gcc -Wcast-qual warnings.
|
||||
* correct app-defaults location for CentOS-4 in xterm.spec
|
||||
* improve check in minstall.sh for X manpage's section number; add
|
||||
sample dependencies for the relevant documentation package to
|
||||
packaging test-scripts (prompted by Novell #779474).
|
||||
* modify sample build-scripts for dpkg and rpm to ensure that vttests
|
||||
scripts are uncompressed and executable.
|
||||
* modify Perl scripts in vttests to use env to find Perl rather than
|
||||
relying on /usr/bin/perl This makes the sample scripts usable with
|
||||
NetBSD and other systems using pkgsrc.
|
||||
* amend check from patch #301 for valid shell to permit existing
|
||||
SHELL value to specify the shell; clarify the behavior in the
|
||||
manpage (report by Emmanuel Thome).
|
||||
* amend change to wide-character processing from patch #257 to allow
|
||||
switching to/from UTF-8 encoding if the utf8 resource was not set
|
||||
to "always" (report by Honza Maly).
|
||||
* fix incorrect free from patch #301 changes, if explicit program
|
||||
without -e option is a valid shell (patch by Romain Francois).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 14:20:46 UTC 2014 - pcerny@suse.com
|
||||
|
||||
|
@ -52,7 +52,7 @@ Provides: xorg-x11:/usr/X11R6/bin/xterm
|
||||
%if 0%{?suse_version} > 1210
|
||||
Requires: luit
|
||||
%endif
|
||||
Version: 301
|
||||
Version: 303
|
||||
Release: 0
|
||||
Summary: The basic X terminal program
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user