- update to 236

- enable support for spawn-new-terminal action (#457130)
This commit is contained in:
Miroslav Lichvar 2008-07-30 16:23:09 +00:00
parent 55defb5b90
commit 0ff5182963
3 changed files with 8 additions and 3 deletions

View File

@ -1,2 +1,2 @@
16colors.txt
xterm-235.tgz
xterm-236.tgz

View File

@ -1,2 +1,2 @@
6093439b8d79089f4ff1cdfed358b401 16colors.txt
5060cab9cef0ea09a24928f3c7fbde2b xterm-235.tgz
204288c9de867679fc8201f4fb153772 xterm-236.tgz

View File

@ -1,6 +1,6 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 235
Version: 236
Release: 1%{?dist}
URL: http://dickey.his.com/xterm
License: MIT
@ -36,6 +36,7 @@ programs that can't use the window system directly.
%build
%configure \
--enable-256-color \
--enable-exec-xterm \
--enable-luit \
%if %{with trace}
--enable-trace \
@ -81,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
%{x11_app_defaults_dir}/XTerm-color
%changelog
* Wed Jul 30 2008 Miroslav Lichvar <mlichvar@redhat.com> 236-1
- update to 236
- enable support for spawn-new-terminal action (#457130)
* Tue Apr 22 2008 Miroslav Lichvar <mlichvar@redhat.com> 235-1
- update to 235