From 6cde1f87659f68d759cd8afa28088caf4a5f03f2 Mon Sep 17 00:00:00 2001 From: jvdias Date: Mar 07 2006 22:25:17 +0000 Subject: fix bug 183993: set_cursor_gcs in ReverseVideo --- diff --git a/xterm.spec b/xterm.spec index 4bc38c3..e31bc5d 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,7 +1,7 @@ Summary: xterm terminal emulator for the X Window System Name: xterm Version: 209 -Release: 2 +Release: 4 URL: http://dickey.his.com/xterm License: MIT Group: User Interface/X @@ -20,6 +20,7 @@ Patch6: xterm-207-eightBitInput_false.patch Patch7: xterm-209-redhat-resources.patch Patch8: xterm-208-root-grab-console.patch Patch9: xterm-209-bz182382.patch +Patch10: xterm-209-bz183993.patch BuildRequires: libXft-devel BuildRequires: freetype-devel BuildRequires: libXrender-devel @@ -62,6 +63,7 @@ programs that can't use the window system directly. %patch7 -p1 -b .redhat-resources %patch8 -p1 -b .root-grab-console %patch9 -p1 -b .bz182382 +%patch10 -p1 -b .bz183993 %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DPROJECTROOT='\"/usr\"'" @@ -107,6 +109,9 @@ cp -fp %SOURCE3 16colors.txt %doc xterm.log.html ctlseqs.ms ctlseqs.txt UnicodeData.txt 16colors.txt README.i18n %changelog +* Tue Mar 07 2006 Jason Vas Dias - 209-4 +- fix bug 183993: call set_cursor_gcs in ReverseVideo + * Wed Feb 22 2006 Jason Vas Dias - 209-2 - fix bug 182382: check for (VWindow(screen)!=0) in set_cursor_gcs - further fix for bug 178302: allow *vt100*cursorColor to be same as fg