diff --git a/xterm.spec b/xterm.spec index 984ac5f..86dc18e 100644 --- a/xterm.spec +++ b/xterm.spec @@ -4,7 +4,7 @@ Summary: xterm terminal emulator for the X Window System Name: xterm Version: 200 -Release: 7 +Release: 8 URL: http://dickey.his.com/xterm License: MIT Group: User Interface/X @@ -38,6 +38,7 @@ programs that can't use the window system directly. --enable-warnings \ --enable-wide-chars \ --with-utempter \ + --disable-tek4014 \ %{?_with_256_color:--enable-256-color} make @@ -76,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT %{_x11bindir}/xterm %changelog +* Mon Aug 29 2005 Mike A. Harris 200-8 +- Added --disable-tek4014 to ./configure flags, to disable tek support + for bug (#164210) + * Mon May 2 2005 Mike A. Harris 200-7 - Updated xterm-resources-redhat.patch to enable xterm utf8 resource by default, as our default OS environment is UTF-8, for bug (#138681)