- fix another crash in tgetent (#202480)
This commit is contained in:
parent
938eb28885
commit
12b31995a1
@ -1,7 +1,7 @@
|
||||
Summary: A terminal handling library
|
||||
Name: ncurses
|
||||
Version: 5.5
|
||||
Release: 22.20060715
|
||||
Release: 23.20060715
|
||||
License: distributable
|
||||
Group: System Environment/Libraries
|
||||
URL: http://invisible-island.net/ncurses/ncurses.html
|
||||
@ -14,6 +14,7 @@ Patch1: ftp://invisible-island.net/ncurses/5.5/ncurses-5.5-20060701.patch.gz
|
||||
Patch2: ftp://invisible-island.net/ncurses/5.5/ncurses-5.5-20060708.patch.gz
|
||||
Patch3: ftp://invisible-island.net/ncurses/5.5/ncurses-5.5-20060715.patch.gz
|
||||
Patch5: ncurses-5.4-xterm-kbs.patch
|
||||
Patch6: ncurses-5.5-20060715-tgetent.patch
|
||||
BuildRequires: sharutils gpm-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
@ -52,6 +53,7 @@ zcat %{SOURCE4} | sh > /dev/null
|
||||
%patch3 -p1
|
||||
|
||||
%patch5 -p1 -b .xterm-kbs
|
||||
%patch6 -p1 -b .tgetent
|
||||
|
||||
%build
|
||||
mkdir narrowc widec
|
||||
@ -143,6 +145,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Wed Aug 16 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-23.20060715
|
||||
- fix another crash in tgetent (#202480)
|
||||
|
||||
* Mon Jul 17 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-22.20060715
|
||||
- update to patch 20060715
|
||||
- fix package summary (#197655)
|
||||
|
Loading…
Reference in New Issue
Block a user