diff --git a/dialog.changes b/dialog.changes index 4c799f6..1332f9a 100644 --- a/dialog.changes +++ b/dialog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 18 16:34:01 CEST 2008 - werner@suse.de + +- Reflect last changes in ncurses + ------------------------------------------------------------------- Thu Aug 14 11:57:19 CEST 2008 - werner@suse.de diff --git a/dialog.spec b/dialog.spec index b9f7321..a780183 100644 --- a/dialog.spec +++ b/dialog.spec @@ -23,7 +23,7 @@ BuildRequires: gpm ncurses-devel License: LGPL v2.1 or later Url: http://invisible-island.net/dialog/ Version: 1.1 -Release: 24 +Release: 27 Summary: Menus and Input Boxes for Shell Scripts Group: Development/Libraries/Other Source: dialog-1.1-20080727.tar.bz2 @@ -52,7 +52,7 @@ Authors: CC=gcc LIBS="" CFLAGS="$RPM_OPT_FLAGS -pipe -Wall" - for ncurses_conf in ncursestw6-config ncursesw5-config ; do + for ncurses_conf in ncursesw6-config ncurstesw5-config ; do ncurses_conf=$(type -p $ncurses_conf 2> /dev/null) || continue LIBS="${LIBS:+$LIBS }$($ncurses_conf --libs)" CFLAGS="${CFLAGS:+$CFLAGS }$($ncurses_conf --cflags)" @@ -86,6 +86,8 @@ Authors: %_mandir/man1/dialog.1.gz %changelog +* Mon Aug 18 2008 werner@suse.de +- Reflect last changes in ncurses * Thu Aug 14 2008 werner@suse.de - Update to version 1.1 patchlevel 20080727 - Use new ncurses ABI 6 which has extend mouse and color support