From 977324cf2bf2ad3fd0541c017a014dade64b0069 Mon Sep 17 00:00:00 2001 From: mharris Date: Wed, 14 Sep 2005 06:31:01 +0000 Subject: [PATCH] - Updated xterm-resources-redhat.patch to remove utf8 resource which was added in the 200-7 build, as it was incorrectly set to 'true' instead of '1', and bug #138681 turned out to be a gdm bug instead of an xterm bug. This fixes bug (#163568). --- xterm.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xterm.spec b/xterm.spec index 86dc18e..380e869 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: 8 +Release: 9 URL: http://dickey.his.com/xterm License: MIT Group: User Interface/X @@ -77,6 +77,12 @@ rm -rf $RPM_BUILD_ROOT %{_x11bindir}/xterm %changelog +* Wed Sep 14 2005 Mike A. Harris 200-9 +- Updated xterm-resources-redhat.patch to remove utf8 resource which was + added in the 200-7 build, as it was incorrectly set to 'true' instead + of '1', and bug #138681 turned out to be a gdm bug instead of an xterm + bug. This fixes bug (#163568). + * Mon Aug 29 2005 Mike A. Harris 200-8 - Added --disable-tek4014 to ./configure flags, to disable tek support for bug (#164210)