Accepting request 61511 from home:pcerny:factory
ok. OBS-URL: https://build.opensuse.org/request/show/61511 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=15
This commit is contained in:
parent
989e2f5855
commit
bbe4b27d3a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d446e3af58687f824d9404115f7c6c40b79351aede836cbc76c0e76b485e5a3
|
||||
size 761164
|
3
xterm-268.tar.bz2
Normal file
3
xterm-268.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4df58da2e2862993db2a96730d7e60e86f0f8da7a08591312484885fcc3aa5c7
|
||||
size 801287
|
@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 18:30:45 UTC 2011 - pcerny@novell.com
|
||||
|
||||
- Patch #268 - 2011/02/10
|
||||
* fix an inconsistency of the "Enable Reverse Video" checkbox in the VT
|
||||
Options menu. This also removes a special case added in patch #217 which
|
||||
limited the effect of the reverseVideo resource (Debian #603808).
|
||||
* amend decoding of misformed UTF-8 sequences to avoid absorbing valid
|
||||
characters as documented in Unicode 6.0 section 3.9 (report by Keith
|
||||
Winstein).
|
||||
* do not set urgency hint when window already has focus (patch by Dimitrios
|
||||
Christidis).
|
||||
* amend extended mouse-coordinate mode from patch #262 changes to include the
|
||||
Cb button-code, which also may be greater than 127 (report by Ailin Nemui).
|
||||
* ensure that underline-cursor is visible when an application happens to set
|
||||
the background color (report by Christian Weisgerber).
|
||||
* add feature for full-screen toggling using either Alt-Enter or a menu
|
||||
selection (integrated patch by Dave Simmons).
|
||||
* add missing logic to handle reallocation of FIFO index for the "UTF-8" menu
|
||||
entry (report by David Holland, NetBSD #44344).
|
||||
* add makefile rules docs-ctlseqs, docs-xterm, etc.
|
||||
* correct typo in description of DECRPM in control sequences document (report
|
||||
by Ailin Nemui).
|
||||
|
||||
- Patch #267 - 2010/11/20
|
||||
* minor formatting changes to ctlseqs.ms to simplify a script which extracts
|
||||
the feature information. See the results in Comparing versions, by counting
|
||||
controls in the xterm FAQ.
|
||||
* add docs-clean makefile rule.
|
||||
* add copy-selection action (request by Timo Juhani Lindfors, Debian #588785).
|
||||
* trim leading/trailing blanks from string used for "Selection" font-menu
|
||||
data.
|
||||
* trim leading/trailing blanks from color resource values.
|
||||
* configure script improvements:
|
||||
o add workaround for removal of X11 dependency from Xt's package file
|
||||
(report by Robert Hooker).
|
||||
o add workaround for removal of fontconfig dependency from Xft's package
|
||||
file (report by Jeremy Huddleston).
|
||||
o add workaround for removal of Xmu dependency from Xaw's package file
|
||||
(report by Jeremy Huddleston).
|
||||
o improve workaround in CF_X_TOOLKIT macro, checking for other possible
|
||||
packages where Xt's dependencies may be given.
|
||||
o prefer ${name:=value} to ${name-value}, since recent bash changes break
|
||||
legacy support for that feature.
|
||||
|
||||
- Patch #266 - 2010/10/24
|
||||
* add rpm and dpkg scripts, for testing.
|
||||
* more fixes for Debian #600707 (report by Cyril Brulebois).
|
||||
|
||||
- Patch #265 - 2010/10/22
|
||||
* fix a regression in fontname logic from patch #263 changes (Debian #600707,
|
||||
reported by Vincent Lefevre).
|
||||
* revert modification of any-event/any-button protocol from patch #263
|
||||
changes. It interferes with selection using a shifted mouse button (reports
|
||||
by Neil Bird, Bram Moolenaar).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 15 17:37:48 CEST 2010 - meissner@suse.de
|
||||
|
||||
|
29
xterm.spec
29
xterm.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xterm (Version 255)
|
||||
# spec file for package xterm (Version 268)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 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
|
||||
@ -31,8 +31,8 @@ License: MIT
|
||||
Group: System/X11/Utilities
|
||||
Provides: xorg-x11:/usr/X11R6/bin/xterm XFree86:/usr/X11R6/bin/xterm
|
||||
AutoReqProv: on
|
||||
Version: 264
|
||||
Release: 6
|
||||
Version: 268
|
||||
Release: 1
|
||||
Summary: The basic X terminal program
|
||||
Source: ftp://invisible-island.net/xterm/%name-%version.tar.bz2
|
||||
Source1: luitx
|
||||
@ -68,16 +68,17 @@ cp $RPM_SOURCE_DIR/*bdf.bz2 .
|
||||
bunzip2 *.bdf.bz2
|
||||
|
||||
%build
|
||||
%configure --enable-256-color \
|
||||
--enable-dec-locator \
|
||||
--enable-hp-fkeys \
|
||||
--enable-luit \
|
||||
--enable-mini-luit \
|
||||
--enable-sco-fkeys \
|
||||
--enable-wide-chars \
|
||||
--with-utempter \
|
||||
--with-tty-group=tty \
|
||||
--with-app-defaults=/usr/share/X11/app-defaults
|
||||
%configure \
|
||||
--enable-256-color \
|
||||
--enable-dec-locator \
|
||||
--enable-hp-fkeys \
|
||||
--enable-luit \
|
||||
--enable-mini-luit \
|
||||
--enable-sco-fkeys \
|
||||
--enable-wide-chars \
|
||||
--with-utempter \
|
||||
--with-tty-group=tty \
|
||||
--with-app-defaults=/usr/share/X11/app-defaults
|
||||
make %{?_smp_mflags}
|
||||
pushd ../vttest-20091231
|
||||
%configure
|
||||
|
Loading…
x
Reference in New Issue
Block a user