From e76042ccc53ca103d6414add91a1e4d1a5d05f7e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Feb 16 2007 13:28:03 +0000 Subject: - update to 224 - drop utempter group before creating pty - add Icon to desktop file (#227925) Resolves: #227925 --- diff --git a/xterm.desktop b/xterm.desktop index 8fad7ec..8cf57fa 100644 --- a/xterm.desktop +++ b/xterm.desktop @@ -4,5 +4,6 @@ Name=xterm Terminal GenericName=Terminal Comment=Terminal emulator for the X Window System Exec=xterm +Icon=gnome-xterm.png Type=Application Categories=System;TerminalEmulator; diff --git a/xterm.spec b/xterm.spec index 0e0f4ae..78d6fbf 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,7 +1,7 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 223 -Release: 3%{?dist} +Version: 224 +Release: 1%{?dist} URL: http://dickey.his.com/xterm License: MIT Group: User Interface/X @@ -16,8 +16,7 @@ Source2: %{name}.desktop Patch1: xterm-223-resources.patch Patch2: xterm-222-can-2003-0063.patch Patch3: xterm-222-man-page_paths.patch -Patch4: xterm-223-fontsize.patch -Patch5: xterm-223-border.patch +Patch4: xterm-224-setegid.patch %{?!enable_trace: %define enable_trace 0} @@ -34,8 +33,7 @@ programs that can't use the window system directly. %patch1 -p1 -b .redhat-resources %patch2 -p1 -b .can-2003-0063 %patch3 -p1 -b .man-page_paths -%patch4 -p1 -b .fontsize -%patch5 -p1 -b .border +%patch4 -p1 -b .setegid %build %configure \ @@ -49,7 +47,7 @@ programs that can't use the window system directly. --with-app-defaults=%{x11_app_defaults_dir} \ --with-utempter \ --with-tty-group=tty \ - --with-utmp-setgid=utempter \ + --disable-setuid \ --disable-full-tgetent make %{?_smp_mflags} @@ -81,6 +79,11 @@ rm -rf $RPM_BUILD_ROOT %{x11_app_defaults_dir}/XTerm-color %changelog +* Fri Feb 16 2007 Miroslav Lichvar 224-1 +- update to 224 +- drop utempter group before creating pty +- add Icon to desktop file (#227925) + * Wed Feb 07 2007 Miroslav Lichvar 223-3 - spec cleanup (#226660)