rpms/xterm/devel xterm-245-resources.patch, NONE, 1.1 .cvsignore, 1.33, 1.34 sources, 1.33, 1.34 xterm.spec, 1.74, 1.75 xterm-242-resources.patch, 1.1, NONE xterm-242-xbell.patch, 1.1, NONE

Miroslav Lichvar mlichvar at fedoraproject.org
Thu Aug 13 11:34:36 UTC 2009


Author: mlichvar

Update of /cvs/pkgs/rpms/xterm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15038

Modified Files:
	.cvsignore sources xterm.spec 
Added Files:
	xterm-245-resources.patch 
Removed Files:
	xterm-242-resources.patch xterm-242-xbell.patch 
Log Message:
- update to 245


xterm-245-resources.patch:
 XTerm.ad |   10 ++++++++++
 1 file changed, 10 insertions(+)

--- NEW FILE xterm-245-resources.patch ---
diff -up xterm-245/XTerm.ad.resources xterm-245/XTerm.ad
--- xterm-245/XTerm.ad.resources	2009-02-13 01:14:13.000000000 +0100
+++ xterm-245/XTerm.ad	2009-08-13 12:28:59.000000000 +0200
@@ -210,3 +210,13 @@
 !*allowTcapOps: false
 !*allowTitleOps: false
 !*allowWindowOps: false
+
+! Red Hat Defaults:
+*allowFontOps: false
+*allowTcapOps: false
+*allowWindowOps: false
+*VT100*eightBitInput: false
+*VT100*metaSendsEscape: true
+*VT100*backarrowKey: false
+*VT100*scrollBar: true
+*VT100*utf8Title: true


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xterm/devel/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- .cvsignore	18 Feb 2009 14:47:26 -0000	1.33
+++ .cvsignore	13 Aug 2009 11:34:36 -0000	1.34
@@ -1,2 +1,2 @@
 16colors.txt
-xterm-242.tgz
+xterm-245.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xterm/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- sources	18 Feb 2009 14:47:26 -0000	1.33
+++ sources	13 Aug 2009 11:34:36 -0000	1.34
@@ -1,2 +1,2 @@
 6093439b8d79089f4ff1cdfed358b401  16colors.txt
-663fa3aac8e30e4c2d4bf07c0aee4dca  xterm-242.tgz
+ad87d0a641da70a3c1196a209c8db70e  xterm-245.tgz


Index: xterm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xterm/devel/xterm.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- xterm.spec	27 Jul 2009 08:47:12 -0000	1.74
+++ xterm.spec	13 Aug 2009 11:34:36 -0000	1.75
@@ -1,7 +1,7 @@
 Summary: Terminal emulator for the X Window System
 Name: xterm
-Version: 242
-Release: 4%{?dist}
+Version: 245
+Release: 1%{?dist}
 URL: http://dickey.his.com/xterm
 License: MIT
 Group: User Interface/X
@@ -13,10 +13,9 @@ Source0: ftp://invisible-island.net/xter
 Source1: ftp://invisible-island.net/xterm/16colors.txt
 Source2: %{name}.desktop
 
-Patch1: xterm-242-resources.patch
+Patch1: xterm-245-resources.patch
 Patch2: xterm-222-can-2003-0063.patch
 Patch3: xterm-226-man-page_paths.patch
-Patch4: xterm-242-xbell.patch
 
 %bcond_with trace
 
@@ -33,16 +32,13 @@ programs that can't use the window syste
 %patch1 -p1 -b .resources
 %patch2 -p1 -b .can-2003-0063
 %patch3 -p1 -b .man-page_paths
-%patch4 -p1 -b .xbell
 
 %build
 %configure \
 	--enable-256-color \
 	--enable-exec-xterm \
 	--enable-luit \
-%if %{with trace}
-	--enable-trace \
-%endif
+%{?with_trace: --enable-trace} \
 	--enable-warnings \
 	--enable-wide-chars \
 	--with-app-defaults=%{x11_app_defaults_dir} \
@@ -84,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{x11_app_defaults_dir}/XTerm-color
 
 %changelog
+* Thu Aug 13 2009 Miroslav Lichvar <mlichvar at redhat.com> 245-1
+- update to 245
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 242-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


--- xterm-242-resources.patch DELETED ---


--- xterm-242-xbell.patch DELETED ---




More information about the fedora-extras-commits mailing list