rpms/xterm/devel xterm.spec,1.12,1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 30 16:18:32 UTC 2005


Author: mharris

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

Modified Files:
	xterm.spec 
Log Message:
Added --disable-tek4014 to ./configure flags, to disable tek support for bug (#164210)


Index: xterm.spec
===================================================================
RCS file: /cvs/dist/rpms/xterm/devel/xterm.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xterm.spec	3 May 2005 09:51:52 -0000	1.12
+++ xterm.spec	30 Aug 2005 16:18:29 -0000	1.13
@@ -4,7 +4,7 @@
 Summary: xterm terminal emulator for the X Window System
 Name: xterm
 Version: 200
-Release: 7
+Release: 8
 URL: http://dickey.his.com/xterm
 License: MIT
 Group: User Interface/X
@@ -38,6 +38,7 @@
            --enable-warnings \
            --enable-wide-chars \
            --with-utempter \
+           --disable-tek4014 \
            %{?_with_256_color:--enable-256-color}
 make
 
@@ -76,6 +77,10 @@
 %{_x11bindir}/xterm
 
 %changelog
+* Mon Aug 29 2005 Mike A. Harris <mharris at redhat.com> 200-8
+- Added --disable-tek4014 to ./configure flags, to disable tek support
+  for bug (#164210)
+
 * Mon May 2 2005 Mike A. Harris <mharris at redhat.com> 200-7
 - Updated xterm-resources-redhat.patch to enable xterm utf8 resource by
   default, as our default OS environment is UTF-8, for bug (#138681)




More information about the fedora-cvs-commits mailing list