rpms/xterm/FC-4 xterm-213-bz189161.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xterm.spec, 1.21, 1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 31 22:32:29 UTC 2006


Author: jvdias

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

Modified Files:
	.cvsignore sources xterm.spec 
Added Files:
	xterm-213-bz189161.patch 
Log Message:
- Upgrade to upstream version 213 (fixes bug 192627)
- fix bug 189161 : make -r/-rv do reverseVideo with or without
                   xterm*{fore,back}ground set


xterm-213-bz189161.patch:
 main.c |   12 ++++++++++++
 1 files changed, 12 insertions(+)

--- NEW FILE xterm-213-bz189161.patch ---
--- xterm-213/main.c.bz189161	2006-05-31 16:17:09.000000000 -0400
+++ xterm-213/main.c	2006-05-31 17:48:32.000000000 -0400
@@ -2345,6 +2345,18 @@
 			XtWindow(toplevel),
 			winToEmbedInto, 0, 0);
     }
+    
+    if (  term
+	&&( term->misc.re_verse )
+        &&( ( term->screen.Tcolors[TEXT_FG].resource
+            &&( strcmp( term->screen.Tcolors[TEXT_FG].resource, "XtDefaultForeground") != 0 ) 
+            )
+          ||( term->screen.Tcolors[TEXT_BG].resource
+            &&( strcmp( term->screen.Tcolors[TEXT_BG].resource, "XtDefaultBackground") != 0 )
+            )
+          )
+	)		
+        ReverseVideo(term);
 
     for (;;) {
 #if OPT_TEK4014


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/xterm/FC-4/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	13 Apr 2006 20:10:25 -0000	1.9
+++ .cvsignore	31 May 2006 22:32:15 -0000	1.10
@@ -11,3 +11,4 @@
 xterm-209.tgz
 xterm-211.tgz
 xterm-212.tgz
+xterm-213.tgz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/xterm/FC-4/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	13 Apr 2006 20:10:25 -0000	1.9
+++ sources	31 May 2006 22:32:15 -0000	1.10
@@ -1,4 +1,4 @@
 0048925cb45d60429bc2f7665d563680  ctlseqs.txt.gz
 92826989d4f4aa610cf6222359f3f83a  UnicodeData-Latest.txt.gz
 6093439b8d79089f4ff1cdfed358b401  16colors.txt
-d39ec47dbf846e0e7dddb354280c4074  xterm-212.tgz
+20827d968ed7406d01b2125a84b7a2cd  xterm-213.tgz


Index: xterm.spec
===================================================================
RCS file: /cvs/dist/rpms/xterm/FC-4/xterm.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xterm.spec	13 Apr 2006 20:10:25 -0000	1.21
+++ xterm.spec	31 May 2006 22:32:15 -0000	1.22
@@ -7,7 +7,7 @@
 
 Summary: xterm terminal emulator for the X Window System
 Name: xterm
-Version: 212
+Version: 213
 Release: 1.FC4
 URL: http://dickey.his.com/xterm
 License: MIT
@@ -25,6 +25,7 @@
 Patch8: xterm-208-reverse-video-set-cursor-gcs.patch
 Patch9: xterm-212-bz186935.patch
 Patch10:xterm-212-man-page_paths.patch
+Patch11:xterm-213-bz189161.patch
 BuildRequires: xorg-x11-devel >= 6.7.0
 BuildRequires: utempter libtermcap-devel
 
@@ -54,6 +55,7 @@
 #      ^- patch now upstream
 %patch9 -p1 -b .bz186935
 %patch10 -p1 -b .man-page_paths
+%patch11 -p1 -b .bz189161
 
 %if !%{DEBUGINFO}
 %define debug_package %{nil}
@@ -120,6 +122,11 @@
 %{_x11bindir}/xterm
 
 %changelog
+* Wed May 31 2006 Jason Vas Dias <jvdias at redhat.com> - 213-1
+- Upgrade to upstream version 213 (fixes bug 192627)
+- fix bug 189161 : make -r/-rv do reverseVideo with or without
+                   xterm*{fore,back}ground set
+
 * Thu Apr 13 2006 Jason Vas Dias <jvdias at redhat.com> - 212-1
 - Upgrade to upstream version 212
 - fix bug 188031 : paths in man-page 




More information about the fedora-cvs-commits mailing list