- fix location for resize in ncurses-resetall.sh
This commit is contained in:
parent
c15d75fd1c
commit
3c52c618da
@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
|
|||||||
Name: ncurses
|
Name: ncurses
|
||||||
Version: 5.4
|
Version: 5.4
|
||||||
%define includedirw %{_includedir}/ncursesw
|
%define includedirw %{_includedir}/ncursesw
|
||||||
Release: 19
|
Release: 20
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dickey.his.com/ncurses/ncurses.html
|
URL: http://dickey.his.com/ncurses/ncurses.html
|
||||||
@ -169,6 +169,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 5.4-20
|
||||||
|
- fix location for resize in ncurses-resetall.sh
|
||||||
|
|
||||||
* Fri Sep 30 2005 5.4-19 <praszyk@redhat.com> 5.4-19
|
* Fri Sep 30 2005 5.4-19 <praszyk@redhat.com> 5.4-19
|
||||||
- Clear window after: filter()+initscr()+endwin()+refresh()
|
- Clear window after: filter()+initscr()+endwin()+refresh()
|
||||||
See bug #2966, patch ncurses-5.4-filter.patch
|
See bug #2966, patch ncurses-5.4-filter.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user