diff --git a/ncurses.spec b/ncurses.spec index ddfb501..1ab11e8 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: 9.fc3 +Release: 10.fc3 License: distributable Group: System Environment/Libraries URL: http://dickey.his.com/ncurses/ncurses.html @@ -10,8 +10,7 @@ Source0: ftp://dickey.his.com/ncurses/ncurses-%{version}.tar.bz2 Source2: ncurses-linux Source3: ncurses-linux-m Source4: ncurses-resetall.sh -Patch11: ncurses-5.2-rxvt.patch -Patch12: ncurses-5.2-nocbt.patch +Patch13: ncurses-5.4-home_end.patch BuildRequires: sharutils BuildRoot: %{_tmppath}/%{name}-root @@ -44,6 +43,7 @@ Use the following compiler flags to build against the ncurses library: %prep %setup -q +%patch13 -p1 -b .home_end %build CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES" @@ -144,6 +144,9 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517* rm -rf ${RPM_BUILD_ROOT} %changelog +* Fri Jul 08 2004 Adrian Havill 5.4-10 +- add home/end mappings to gnome definition (#122815) + * Tue Jul 06 2004 Adrian Havill 5.4-9.fc3 - n-v-r @@ -153,7 +156,6 @@ rm -rf ${RPM_BUILD_ROOT} * Tue Jul 06 2004 Adrian Havill 5.4-9 - remove terminfo try-to-please-all xterm hackery; it's now ptty and profile's job to point to the correct terminal. (#122815) - The rxvt and cbt hacks still remain though. * Tue Jun 15 2004 Elliot Lee - rebuilt