diff --git a/ncurses.spec b/ncurses.spec index d960b33..2a77832 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package. Name: ncurses Version: 5.4 %define includedirw %{_includedir}/ncursesw -Release: 16 +Release: 17 License: distributable Group: System Environment/Libraries URL: http://dickey.his.com/ncurses/ncurses.html @@ -18,6 +18,7 @@ Patch3: ncurses-5.4-20050101.patch Patch4: ncurses-5.4-20050108.patch Patch5: ncurses-5.4-20050115.patch Patch6: ncurses-5.4-20050122.patch +Patch7: ncurses-5.4-xterm-kbs.patch BuildRequires: sharutils BuildRoot: %{_tmppath}/%{name}-root @@ -53,12 +54,13 @@ Use the following compiler flags to build against the ncurses library: /bin/bash %{SOURCE1} -%patch1 -p1 -b .20041218 -%patch2 -p1 -b .20041225 -%patch3 -p1 -b .20050101 -%patch4 -p1 -b .20050108 -%patch5 -p1 -b .20050115 -%patch6 -p1 -b .20050122 +%patch1 -p1 -b .20041218 +%patch2 -p1 -b .20041225 +%patch3 -p1 -b .20050101 +%patch4 -p1 -b .20050108 +%patch5 -p1 -b .20050115 +%patch6 -p1 -b .20050122 +%patch7 -p1 -b .xterm-kbs %build CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES" @@ -164,6 +166,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517* rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Apr 27 2005 Petr Rockai - 5.4-17 +- apply patch from Hans de Goede, fixing BR142659 [The + terminfo data for kbs changed from \177 to ^H] + * Sun Mar 06 2005 Petr Rockai - rebuild