Author: baggins Date: Fri Jul 1 13:19:50 2005 GMT Module: SPECS Tag: AC-branch ---- Log message: - release 4 - linux generates ^? for backspace, we must teach xterm that it so!
---- Files affected: SPECS: ncurses.spec (1.136.2.2 -> 1.136.2.3) ---- Diffs: ================================================================ Index: SPECS/ncurses.spec diff -u SPECS/ncurses.spec:1.136.2.2 SPECS/ncurses.spec:1.136.2.3 --- SPECS/ncurses.spec:1.136.2.2 Sun Dec 19 15:23:47 2004 +++ SPECS/ncurses.spec Fri Jul 1 15:19:45 2005 @@ -15,7 +15,7 @@ Summary(uk): ncurses - ÎĎ×Á ÂŚÂĚŚĎÔĹËÁ ËĹŇŐ×ÁÎÎŃ ÔĹŇÍŚÎÁĚÁÍÉ Name: ncurses Version: 5.4 -Release: 3 +Release: 4 License: distributable Group: Libraries Source0: ftp://dickey.his.com/ncurses/%{name}-%{version}.tar.gz @@ -34,6 +34,7 @@ Patch18: %{name}-xterm-home-end.patch Patch19: %{name}-mouse_trafo-warning.patch Patch20: %{name}-gnome-terminal.patch +Patch21: %{name}-xterm-kbs.patch BuildRequires: automake %{?with_ada:BuildRequires: gcc-ada} %{?with_cxx:BuildRequires: libstdc++-devel} @@ -307,6 +308,7 @@ %patch18 -p1 %patch19 -p1 %patch20 -p1 +%patch21 -p1 %build unset TERMINFO || : @@ -523,6 +525,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.136.2.3 2005/07/01 13:19:45 baggins +- release 4 +- linux generates ^? for backspace, we must teach xterm that it so! + Revision 1.136.2.2 2004/12/19 14:23:47 radek - release 3: -D_FILE_OFFSET_BITS=64 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ncurses.spec?r1=1.136.2.2&r2=1.136.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
