diff --git a/ncurses.spec b/ncurses.spec index 8f2ae7a..6ce9b69 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: 19 +Release: 20 License: distributable Group: System Environment/Libraries URL: http://dickey.his.com/ncurses/ncurses.html @@ -169,6 +169,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo rm -rf ${RPM_BUILD_ROOT} %changelog +* Fri Nov 18 2005 Bill Nottingham 5.4-20 +- fix location for resize in ncurses-resetall.sh + * Fri Sep 30 2005 5.4-19 5.4-19 - Clear window after: filter()+initscr()+endwin()+refresh() See bug #2966, patch ncurses-5.4-filter.patch