diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-07-14 14:01:36 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-07-14 14:01:36 +0000 |
commit | 7c690c1aa838ce557a7140db128970d6149b34d6 (patch) | |
tree | 5205a5ffae5e2d9b6ee74c0df561f0dd164f7814 /contrib/dialog/package | |
parent | e54e39a5004441432886ee2a43973c797fafdfd8 (diff) | |
parent | 94f19e002939203294adf4d18b410183682bd2de (diff) | |
download | FreeBSD-src-7c690c1aa838ce557a7140db128970d6149b34d6.zip FreeBSD-src-7c690c1aa838ce557a7140db128970d6149b34d6.tar.gz |
Update dialog to 1.1-20110707.
Diffstat (limited to 'contrib/dialog/package')
-rw-r--r-- | contrib/dialog/package/debian/changelog | 12 | ||||
-rw-r--r-- | contrib/dialog/package/debian/control | 4 | ||||
-rw-r--r-- | contrib/dialog/package/dialog.spec | 4 |
3 files changed, 16 insertions, 4 deletions
diff --git a/contrib/dialog/package/debian/changelog b/contrib/dialog/package/debian/changelog index 2b15e4c..51d497e 100644 --- a/contrib/dialog/package/debian/changelog +++ b/contrib/dialog/package/debian/changelog @@ -1,3 +1,15 @@ +cdialog (20110707) unstable; urgency=high + + * fix a regression in dlg_getc() from 20110630 changes. + + -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 07 Jul 2011 18:10:47 -0400 + +cdialog (20110630) unstable; urgency=high + + * various bug-fixes reported in FreeBSD. + + -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 13 Jun 2011 05:44:17 -0400 + cdialog (20110302) unstable; urgency=high * Add --prgbox and --progressbox diff --git a/contrib/dialog/package/debian/control b/contrib/dialog/package/debian/control index c1ad86a..f219de1 100644 --- a/contrib/dialog/package/debian/control +++ b/contrib/dialog/package/debian/control @@ -3,12 +3,12 @@ Maintainer: Thomas E. Dickey <dickey@invisible-island.net> Section: misc Priority: optional Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 5), libncursesw5-dev (>= 5.3), groff-base Homepage: http://invisible-island.net/dialog/ Package: cdialog Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: libncursesw5 (>= 5.3) Description: dialog - display dialog boxes from shell scripts Dialog is a program that will let you to present a variety of questions or display messages using dialog boxes from a shell script. These diff --git a/contrib/dialog/package/dialog.spec b/contrib/dialog/package/dialog.spec index a6f4360..f5df494 100644 --- a/contrib/dialog/package/dialog.spec +++ b/contrib/dialog/package/dialog.spec @@ -1,9 +1,9 @@ Summary: dialog - display dialog boxes from shell scripts %define AppProgram dialog %define AppVersion 1.1 -%define AppRelease 20110302 +%define AppRelease 20110707 %define ActualProg c%{AppProgram} -# $XTermId: dialog.spec,v 1.16 2011/03/02 10:08:16 tom Exp $ +# $XTermId: dialog.spec,v 1.24 2011/07/07 22:10:02 tom Exp $ Name: %{ActualProg} Version: %{AppVersion} Release: %{AppRelease} |