- fix segfault when /etc/termcap is missing (#201246)

This commit is contained in:
Miroslav Lichvar 2006-09-04 12:26:16 +00:00
parent cab7df0950
commit ec80d2a704

View File

@ -1,7 +1,7 @@
Summary: xterm terminal emulator for the X Window System
Name: xterm
Version: 215
Release: 2%{?dist}
Release: 3%{?dist}
URL: http://dickey.his.com/xterm
License: MIT
Group: User Interface/X
@ -29,6 +29,7 @@ Patch12: xterm-212-bz186935.patch
Patch13: xterm-212-redhat-resources.patch
Patch14: xterm-212-man-page_paths.patch
Patch15: xterm-213-bz189161.patch
Patch16: xterm-215-tcsegfault.patch
BuildRequires: pkgconfig
BuildRequires: libXft-devel
@ -91,6 +92,7 @@ programs that can't use the window system directly.
%patch13 -p1 -b .redhat-resources
%patch14 -p1 -b .man-page_paths
%patch15 -p1 -b .bz189161
%patch16 -p1 -b .tcsegfault
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DPROJECTROOT='\"/usr\"'"
@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
%{x11_app_defaults_dir}/XTerm-color
%changelog
* Mon Sep 04 2006 Miroslav Lichvar <mlichvar@redhat.com> 215-3.fc6
- fix segfault when /etc/termcap is missing (#201246)
* Wed Jul 26 2006 Mike A. Harris <mharris@redhat.com> 215-2.fc6
- Replace BuildRequires utempter with libutempter-devel
- Change BuildRoot tag to comply with Fedora packaging guidelines