diff --git a/xterm.desktop b/xterm.desktop index 8cf57fa..218abe3 100644 --- a/xterm.desktop +++ b/xterm.desktop @@ -7,3 +7,4 @@ Exec=xterm Icon=gnome-xterm.png Type=Application Categories=System;TerminalEmulator; +NoDisplay=true diff --git a/xterm.spec b/xterm.spec index 78d6fbf..024c123 100644 --- a/xterm.spec +++ b/xterm.spec @@ -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 224-2 +- fix background color setting in alternate screen +- don't display xterm in menus (#231000) + * Fri Feb 16 2007 Miroslav Lichvar 224-1 - update to 224 - drop utempter group before creating pty