- fix crash in tgetent (#198032)

This commit is contained in:
Miroslav Lichvar 2006-07-08 16:03:13 +00:00
parent 928bda9609
commit c914a0e729

View File

@ -1,7 +1,7 @@
Summary: A CRT screen handling and optimization package.
Name: ncurses
Version: 5.5
Release: 20
Release: 21
License: distributable
Group: System Environment/Libraries
URL: http://dickey.his.com/ncurses/ncurses.html
@ -12,6 +12,7 @@ Source3: ncurses-resetall.sh
Source4: patch-5.5-20060625.sh.gz
Patch1: ncurses-5.5-20060701.patch.gz
Patch5: ncurses-5.4-xterm-kbs.patch
Patch6: ncurses-5.5.20060701-tgetent.patch
BuildRequires: sharutils gpm-devel
BuildRoot: %{_tmppath}/%{name}-root
@ -48,6 +49,7 @@ zcat %{SOURCE4} | sh > /dev/null
%patch1 -p1
%patch5 -p1 -b .xterm-kbs
%patch6 -p1 -b .tgetent
%build
mkdir narrowc widec
@ -139,6 +141,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo
rm -rf ${RPM_BUILD_ROOT}
%changelog
* Sat Jul 08 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-21
- fix crash in tgetent (#198032)
* Fri Jul 07 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-20
- update to patch 20060701
- don't strip libraries, chmod +x them