Accepting request 662929 from home:seanlew:branches:X11:terminals

- Patch #342
  * limit mouse-button events to 11 buttons in the protocol
  * correct calculaton for buttons past 11 (15 in extended proto)
  * disable a supplementary check added in #341 that interferes with
    fontconfig to select different sized bitmap fonts

- Patch #341
  * Add options to mouse-codes script to demonstrate encoding works
  * Allow mouse button numbers up to 11 using an offset of 128 for 8-11
  * correct off-by-one right margin checks for double-width char adjustments
  * modify the initial pattern passed to fontconfig to disallow color bmps
  * improve error recovery for a case where fontconfig ignores the requested pattern

OBS-URL: https://build.opensuse.org/request/show/662929
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=163
This commit is contained in:
Marcus Meissner 2019-01-08 10:54:06 +00:00 committed by Git OBS Bridge
parent 278d32f0b0
commit 6e7352930c
5 changed files with 27 additions and 8 deletions

View File

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

3
xterm-342.tgz Normal file
View File

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

View File

@ -2,7 +2,7 @@
Version: GnuPG v1
Comment: See https://invisible-island.net/public/public.html for info
iEYEABECAAYFAlulhgkACgkQcCNT4PfkjtvCKQCgjpCvL7Ub+Obq+SlJXTeEv2MW
BD8Anidxx09pRZ4lSh+7HZuH+d3tPVGD
=654r
iEYEABECAAYFAlwuu5kACgkQcCNT4Pfkjtt+fwCgmmRRbBqWXEOdbb2bspbBCYVV
n+IAn0UXmYmqa8oJV4Bup660L6O5sEpJ
=Jdvs
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jan 04 20:46:18 UTC 2019 - sean@suspend.net
- Patch #342
* limit mouse-button events to 11 buttons in the protocol
* correct calculaton for buttons past 11 (15 in extended proto)
* disable a supplementary check added in #341 that interferes with
fontconfig to select different sized bitmap fonts
-------------------------------------------------------------------
Sat Dec 29 07:01:48 UTC 2018 - sean@suspend.net
- Patch #341
* Add options to mouse-codes script to demonstrate encoding works
* Allow mouse button numbers up to 11 using an offset of 128 for 8-11
* correct off-by-one right margin checks for double-width char adjustments
* modify the initial pattern passed to fontconfig to disallow color bmps
* improve error recovery for a case where fontconfig ignores the requested pattern
-------------------------------------------------------------------
Sun Sep 23 11:40:33 UTC 2018 - sean@suspend.net

View File

@ -1,7 +1,7 @@
#
# spec file for package xterm
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define splitbin 0%{?suse_version} >= 1300
Name: xterm
Version: 337
Version: 342
Release: 0
Summary: The basic X terminal program
License: MIT