diff --git a/xterm.spec b/xterm.spec index c8f5949..4bc38c3 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: 1 +Release: 2 URL: http://dickey.his.com/xterm License: MIT Group: User Interface/X @@ -19,6 +19,7 @@ Patch5: xterm-207-freetype.patch Patch6: xterm-207-eightBitInput_false.patch Patch7: xterm-209-redhat-resources.patch Patch8: xterm-208-root-grab-console.patch +Patch9: xterm-209-bz182382.patch BuildRequires: libXft-devel BuildRequires: freetype-devel BuildRequires: libXrender-devel @@ -60,6 +61,7 @@ programs that can't use the window system directly. #%patch6 -p1 -b .eightBitInput_false %patch7 -p1 -b .redhat-resources %patch8 -p1 -b .root-grab-console +%patch9 -p1 -b .bz182382 %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DPROJECTROOT='\"/usr\"'" @@ -105,6 +107,10 @@ cp -fp %SOURCE3 16colors.txt %doc xterm.log.html ctlseqs.ms ctlseqs.txt UnicodeData.txt 16colors.txt README.i18n %changelog +* 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 + * Tue Feb 14 2006 Jason Vas Dias - 209-1 - Upgrade to upstream version 209 (fixes bug 180450)