- fix background color setting in alternate screen
- don't display xterm in menus (#231000) Resolves: #231000
This commit is contained in:
parent
84998cd04d
commit
85076cd4c1
@ -7,3 +7,4 @@ Exec=xterm
|
||||
Icon=gnome-xterm.png
|
||||
Type=Application
|
||||
Categories=System;TerminalEmulator;
|
||||
NoDisplay=true
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Terminal emulator for the X Window System
|
||||
Name: xterm
|
||||
Version: 224
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://dickey.his.com/xterm
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
@ -17,6 +17,7 @@ Patch1: xterm-223-resources.patch
|
||||
Patch2: xterm-222-can-2003-0063.patch
|
||||
Patch3: xterm-222-man-page_paths.patch
|
||||
Patch4: xterm-224-setegid.patch
|
||||
Patch5: xterm-224-setbg.patch
|
||||
|
||||
%{?!enable_trace: %define enable_trace 0}
|
||||
|
||||
@ -34,6 +35,7 @@ programs that can't use the window system directly.
|
||||
%patch2 -p1 -b .can-2003-0063
|
||||
%patch3 -p1 -b .man-page_paths
|
||||
%patch4 -p1 -b .setegid
|
||||
%patch5 -p1 -b .setbg
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -79,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{x11_app_defaults_dir}/XTerm-color
|
||||
|
||||
%changelog
|
||||
* Tue Mar 20 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-2
|
||||
- fix background color setting in alternate screen
|
||||
- don't display xterm in menus (#231000)
|
||||
|
||||
* Fri Feb 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-1
|
||||
- update to 224
|
||||
- drop utempter group before creating pty
|
||||
|
Loading…
Reference in New Issue
Block a user