diff --git a/ncurses.spec b/ncurses.spec index bc75d27..ddfb501 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: 8 +Release: 9.fc3 License: distributable Group: System Environment/Libraries URL: http://dickey.his.com/ncurses/ncurses.html @@ -10,7 +10,6 @@ Source0: ftp://dickey.his.com/ncurses/ncurses-%{version}.tar.bz2 Source2: ncurses-linux Source3: ncurses-linux-m Source4: ncurses-resetall.sh -Patch10: ncurses-5.4-color_xterm.patch Patch11: ncurses-5.2-rxvt.patch Patch12: ncurses-5.2-nocbt.patch BuildRequires: sharutils @@ -45,7 +44,6 @@ Use the following compiler flags to build against the ncurses library: %prep %setup -q -%patch10 -p1 -b .color_xterm %build CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES" @@ -146,6 +144,17 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517* rm -rf ${RPM_BUILD_ROOT} %changelog +* Tue Jul 06 2004 Adrian Havill 5.4-9.fc3 +- n-v-r + +* Tue Jul 06 2004 Adrian Havill 5.4-9.fc2 +- n-v-r + +* 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