rpms/xterm/devel xterm-211-bz186094.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 xterm.spec, 1.39, 1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 21 22:49:58 UTC 2006


Author: jvdias

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

Modified Files:
	.cvsignore sources xterm.spec 
Added Files:
	xterm-211-bz186094.patch 
Log Message:
upgrade to upstream version 211 - fixes bug 186094

xterm-211-bz186094.patch:
 XTerm.ad |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE xterm-211-bz186094.patch ---
--- xterm-211/XTerm.ad.bz186094	2006-03-21 17:24:07.000000000 -0500
+++ xterm-211/XTerm.ad	2006-03-21 17:42:55.000000000 -0500
@@ -191,3 +191,4 @@
 *VT100*eightBitInput: 0
 *VT100*backarrowKey:  0
 *VT100*scrollBar:     1
+*VT100*utf8Title:     1


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/xterm/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	13 Feb 2006 17:11:25 -0000	1.11
+++ .cvsignore	21 Mar 2006 22:49:56 -0000	1.12
@@ -9,3 +9,4 @@
 16colors.txt
 xterm-208.tgz
 xterm-209.tgz
+xterm-211.tgz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/xterm/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	13 Feb 2006 17:11:26 -0000	1.11
+++ sources	21 Mar 2006 22:49:56 -0000	1.12
@@ -1,4 +1,4 @@
-c75cdbf9395bbc2cd69863fbe7c2e019  xterm-209.tgz
 0048925cb45d60429bc2f7665d563680  ctlseqs.txt.gz
 92826989d4f4aa610cf6222359f3f83a  UnicodeData-Latest.txt.gz
 6093439b8d79089f4ff1cdfed358b401  16colors.txt
+babb9a02ba7ebb7770f48e3257b2884e  xterm-211.tgz


Index: xterm.spec
===================================================================
RCS file: /cvs/dist/rpms/xterm/devel/xterm.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- xterm.spec	7 Mar 2006 22:25:17 -0000	1.39
+++ xterm.spec	21 Mar 2006 22:49:56 -0000	1.40
@@ -1,7 +1,7 @@
 Summary: xterm terminal emulator for the X Window System
 Name:    xterm
-Version: 209
-Release: 4
+Version: 211
+Release: 1.FC6
 URL:     http://dickey.his.com/xterm
 License: MIT
 Group:   User Interface/X
@@ -21,6 +21,8 @@
 Patch8: xterm-208-root-grab-console.patch
 Patch9: xterm-209-bz182382.patch
 Patch10: xterm-209-bz183993.patch
+Patch11: xterm-211-bz186094.patch
+
 BuildRequires: libXft-devel
 BuildRequires: freetype-devel
 BuildRequires: libXrender-devel
@@ -39,6 +41,11 @@
 BuildRequires: libtermcap-devel
 BuildRequires: utempter
 
+%{?!DEBUGINFO:  %define DEBUGINFO   1}
+%if !%{DEBUGINFO}
+%define debug_package %{nil}
+%endif
+
 %define x11_app_defaults_dir %{_datadir}/X11/app-defaults
 %{?!_with_256_color: %define _with_256_color 1}
 %{?!_with_tek4014: %define _with_tek4014 1}
@@ -62,8 +69,11 @@
 #%patch6 -p1 -b .eightBitInput_false
 %patch7 -p1 -b .redhat-resources
 %patch8 -p1 -b .root-grab-console
-%patch9 -p1 -b .bz182382
-%patch10 -p1 -b .bz183993
+#%patch9 -p1 -b .bz182382
+#      ^- patch now upstream
+#%patch10 -p1 -b .bz183993
+#      ^- patch now upstream
+%patch11 -p1 -b .bz186094
 
 %build
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DPROJECTROOT='\"/usr\"'"
@@ -92,6 +102,10 @@
 gunzip < %SOURCE1 > ctlseqs.txt
 gunzip < %SOURCE2 > UnicodeData.txt
 cp -fp %SOURCE3 16colors.txt
+%if !%{DEBUGINFO}
+/usr/lib/rpm/brp-compress
+exit 0
+%endif
 
 %clean
 #rm -rf $RPM_BUILD_ROOT
@@ -109,6 +123,10 @@
 %doc xterm.log.html ctlseqs.ms ctlseqs.txt UnicodeData.txt 16colors.txt README.i18n
 
 %changelog
+* Tue Mar 21 2006 Jason Vas Dias <jvdias at redhat.com> - 211-1
+- Upgrade to upstream version 211 (fixes bug 186094).
+- Enable new 'utf8Title' resource by default
+ 
 * Tue Mar 07 2006 Jason Vas Dias <jvdias at redhat.com> - 209-4
 - fix bug 183993: call set_cursor_gcs in ReverseVideo
 




More information about the fedora-cvs-commits mailing list