From 761c05befa071d79c81193e46ad390725d3178b4 Mon Sep 17 00:00:00 2001 From: mharris Date: Tue, 3 May 2005 09:51:52 +0000 Subject: [PATCH] - Updated xterm-resources-redhat.patch to enable xterm utf8 resource by default, as our default OS environment is UTF-8, for bug (#138681) --- xterm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xterm.spec b/xterm.spec index 69b67ad..984ac5f 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: 6 +Release: 7 URL: http://dickey.his.com/xterm License: MIT Group: User Interface/X @@ -76,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT %{_x11bindir}/xterm %changelog +* 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) + * Sat Apr 16 2005 Mike A. Harris 200-6 - Added option to spec file to allow easy rebuilding with 256 color option for those who prefer this non-default behaviour (#103402)