From 1a2ec5592df4c4eeb6c337d545acaeedfc832f2e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:07:45 +0000 Subject: [PATCH] auto-import changelog data from ncurses-5.4-5.src.rpm Thu May 06 2004 Adrian Havill 5.4-5 - remove --with-gpm from configure, as it adds a pkg dependency (#122336) and causes too many problems vs its benefits --- ncurses.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ncurses.spec b/ncurses.spec index 6fe9b6e..5073a04 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: 4.1 +Release: 5 License: distributable Group: System Environment/Libraries URL: http://dickey.his.com/ncurses/ncurses.html @@ -59,7 +59,7 @@ C++ bindings to ncurses CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES" %define optflags $CFLAGS -WITH_GPM="--with-gpm" +#WITH_GPM="--with-gpm" mkdir narrowc widec cd narrowc @@ -163,6 +163,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517* rm -rf ${RPM_BUILD_ROOT} %changelog +* Thu May 06 2004 Adrian Havill 5.4-5 +- remove --with-gpm from configure, as it adds a pkg + dependency (#122336) and causes too many problems vs its benefits + * Tue Mar 02 2004 Elliot Lee - rebuilt