- update to 225

This commit is contained in:
Miroslav Lichvar 2007-03-27 15:27:19 +00:00
parent 85076cd4c1
commit f19c02dc97
3 changed files with 8 additions and 9 deletions

View File

@ -1,2 +1,2 @@
16colors.txt
xterm-224.tgz
xterm-225.tgz

View File

@ -1,2 +1,2 @@
6093439b8d79089f4ff1cdfed358b401 16colors.txt
7e9f042873eb1927934d21733f9a2e1a xterm-224.tgz
dbd31341a9ccb982647416e8d27b0f00 xterm-225.tgz

View File

@ -1,7 +1,7 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 224
Release: 2%{?dist}
Version: 225
Release: 1%{?dist}
URL: http://dickey.his.com/xterm
License: MIT
Group: User Interface/X
@ -16,8 +16,6 @@ Source2: %{name}.desktop
Patch1: xterm-223-resources.patch
Patch2: xterm-222-can-2003-0063.patch
Patch3: xterm-222-man-page_paths.patch
Patch4: xterm-224-setegid.patch
Patch5: xterm-224-setbg.patch
%{?!enable_trace: %define enable_trace 0}
@ -34,8 +32,6 @@ programs that can't use the window system directly.
%patch1 -p1 -b .redhat-resources
%patch2 -p1 -b .can-2003-0063
%patch3 -p1 -b .man-page_paths
%patch4 -p1 -b .setegid
%patch5 -p1 -b .setbg
%build
%configure \
@ -49,7 +45,7 @@ programs that can't use the window system directly.
--with-app-defaults=%{x11_app_defaults_dir} \
--with-utempter \
--with-tty-group=tty \
--disable-setuid \
--disable-setgid \
--disable-full-tgetent
make %{?_smp_mflags}
@ -81,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%{x11_app_defaults_dir}/XTerm-color
%changelog
* Tue Mar 27 2007 Miroslav Lichvar <mlichvar@redhat.com> 225-1
- update to 225
* Tue Mar 20 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-2
- fix background color setting in alternate screen
- don't display xterm in menus (#231000)