rpms/xterm/devel xterm-224-setbg.patch, NONE, 1.1 xterm.desktop, 1.2, 1.3 xterm.spec, 1.53, 1.54

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 20 14:59:42 UTC 2007


Author: mlichvar

Update of /cvs/dist/rpms/xterm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4384

Modified Files:
	xterm.desktop xterm.spec 
Added Files:
	xterm-224-setbg.patch 
Log Message:
- fix background color setting in alternate screen
- don't display xterm in menus (#231000)
Resolves: #231000


xterm-224-setbg.patch:
 util.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE xterm-224-setbg.patch ---
--- xterm-224/util.c.setbg	2007-02-11 22:47:22.000000000 +0100
+++ xterm-224/util.c	2007-03-20 15:40:48.000000000 +0100
@@ -2933,6 +2933,7 @@
 
 	XClearArea(screen->display, VWindow(screen),
 		   left, top, width, height, False);
+	set_background(xw, -1);
     }
 }
 #endif /* OPT_ISO_COLORS */


Index: xterm.desktop
===================================================================
RCS file: /cvs/dist/rpms/xterm/devel/xterm.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xterm.desktop	16 Feb 2007 13:28:03 -0000	1.2
+++ xterm.desktop	20 Mar 2007 14:59:40 -0000	1.3
@@ -7,3 +7,4 @@
 Icon=gnome-xterm.png
 Type=Application
 Categories=System;TerminalEmulator;
+NoDisplay=true


Index: xterm.spec
===================================================================
RCS file: /cvs/dist/rpms/xterm/devel/xterm.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- xterm.spec	16 Feb 2007 13:28:03 -0000	1.53
+++ xterm.spec	20 Mar 2007 14:59:40 -0000	1.54
@@ -1,7 +1,7 @@
 Summary: Terminal emulator for the X Window System
 Name: xterm
 Version: 224
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://dickey.his.com/xterm
 License: MIT
 Group: User Interface/X
@@ -17,6 +17,7 @@
 Patch2: xterm-222-can-2003-0063.patch
 Patch3: xterm-222-man-page_paths.patch
 Patch4: xterm-224-setegid.patch
+Patch5: xterm-224-setbg.patch
 
 %{?!enable_trace:  %define enable_trace 0}
 
@@ -34,6 +35,7 @@
 %patch2 -p1 -b .can-2003-0063
 %patch3 -p1 -b .man-page_paths
 %patch4 -p1 -b .setegid
+%patch5 -p1 -b .setbg
 
 %build
 %configure \
@@ -79,6 +81,10 @@
 %{x11_app_defaults_dir}/XTerm-color
 
 %changelog
+* Tue Mar 20 2007 Miroslav Lichvar <mlichvar at redhat.com> 224-2
+- fix background color setting in alternate screen
+- don't display xterm in menus (#231000)
+
 * Fri Feb 16 2007 Miroslav Lichvar <mlichvar at redhat.com> 224-1
 - update to 224
 - drop utempter group before creating pty




More information about the fedora-cvs-commits mailing list