SHA256
1
0
forked from pool/dialog
OBS User unknown 2008-08-21 15:51:35 +00:00 committed by Git OBS Bridge
parent e23d10aad9
commit ff9e253912
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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