Revisions of dialog

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1129827 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 42)
- don't install config file, dialog has built in defaults anyway
- add support for /usr/etc (dialog-1.3-usretc.diff) (forwarded request 1129823 from lnussel)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1093736 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 41)
- Update to version 1.3-20230209:
  + install ".pc" files in the test-packages.
  + add pkg-config ".pc" file, for use with the development library.
  + change shared-library configuration in test-packages to use the
    ABI version in the library filename to match its SONAME.
  + add sample scripts to test-packages, using new makefile rule
    "install-examples".
  + corrected cdialog*.install helper scripts in test-package for Debian
  + change ftp URLs in test-packages to https
  + updated configure script, e.g., for compiler-warning fixes.
  + updated fur.po, zh_TW.po from
          http://translationproject.org/latest/dialog/
  + modify slackware.rc to match dialog's output from "make check" using
    this configuration file (FreeBSD #267777).
  + fix shellcheck warnings in helper-scripts for building/installing.
  + updated configure script, e.g., for compiler-warning fixes.
  + updated hu.po from http://translationproject.org/latest/dialog/
  + update config.guess, config.sub, install-sh
  + initialize color-settings before --create-rc option is processed.
  + add "use_scrollbar" setting in rc-file to use in whiptail.rc
  + improve manual page discussion of "--" token.
  + updated configure macro for math-library functions.
  + updated ca.po from http://translationproject.org/latest/dialog/
  + update config.guess
  + fix links in manpages (FreeBSD #264660).
  + document the built-in key bindings which are not part of widgets.
  + updated da.po fa.po is.po, added ka.po from
          http://translationproject.org/latest/dialog/
  + update config.sub
  + adjust fallback bindings for backspace/delete to match the curses
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 900387 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 40)
- Update to version 1.3-20210530:
  + amend adjustment to inputbox height so the autosized dimensions
    match  older versions (boo#1184503).
  + improve configure checks, to reduce warnings during those checks
  + updated translations.
- Changes from version 1.3-20210509:
  + improve configure checks, e.g., for libtool version
- Changes from version 1.3-20210324:
  + add configure option --enable-stdnoreturn to build when C11
    _Noreturn feature is enabled in recent ncurses development.
- Changes from version 1.3-20210319:
  Updated translations. (forwarded request 900363 from dimstar)
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 881283 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 39)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 674416 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 37)
- Update to version 1.3-20190211
  + modify to work with ncurses' threaded-library, which does not allow
    assignment to LINES/COLS (report by Marcus Roeckrath).
  + correct clearing after text in progressbox from 2018/06/21 changes
    for resizing (reports by David Boyd, Alan Somers).
  + improved configure macros CF_GNU_SOURCE, CF_POSIX_C_SOURCE,
    CF_XOPEN_SOURCE
  + update config.guess, config.sub
- Includes also version 1.3-20181107
  + convert ja.po to UTF-8 for consistency (suggested by Stanislav
    Brabec).
  + repair mis-encoded hi.po (report/analysis by Stanislav Brabec).
- Includes also version 1.3-20181022
  + improved configure macros CF_CC_ENV_FLAGS, CF_LD_RPATH_OPT,
    CF_LIBRARY_PATH, CF_SHARED_OPTS, CF_WITH_MAN2HTML,
    CF_WITH_VERSIONED_SYMS from ncurses
  + add ast.po, from
          http://translationproject.org/latest/dialog/
- Includes also version 1.3-20180621
  + improve file-offset computation in textbox.c (Werner Fink).
  + fix an overlooked case with real_auto_size() to maximize when
    height or width is given as -1.
  + build-fixes for configure options "--disable-Xdialog2" and
    "--disable-form"
  + add traces for each widget to show its parameters.
  + modify color scheme for mixedgauge to use the dialog window colors,
    like the captions.
  + fix a too-small malloc in the mixedgauge widget.
  + fix a use-after-free in dlg_remove_callback().
  + improve handling of SIGWINCH for several widgets (Debian #865840).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 647196 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 36)
- Fix mangled Hindi translation (bsc#1115005). (forwarded request 647100 from sbrabec)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 612814 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 35)
- Update to version 1.3-20171209
  + update ftp url in test-packages.
  + modify test-packages to use recommended compiler/linker flags.
  + improved configure macros AM_WITH_NLS, CF_CC_ENV_FLAGS,
    CF_CURSES_LIBS, CF_NCURSES_CONFIG, CF_SHARED_OPTS, CF_WITH_LIBTOOL,
    CF__INTL_BODY.
  + update config.guess, config.sub
- Add patch textbox-file_size.patch to fix bug bsc#1094836
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 336531 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 31)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 289326 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 29)
- Hack around bug in libtool as it seems to be broken in shell
  function func_lalib_unsafe_p() as this does only work if a
  file descriptor 0 exists.

- Update to version 1.2-20150225
  + modify gauge widget to keep from erasing a second gauge widget, e.g.,
    via the "--and-widget" option.  This is a cosmetic change to match
    behavior of dialog 1.0 (report by Jason Orendorf).
  + add configure option "--with-man2html"
  + add configure options for versioned symbols, from ongoing work on
    ncurses.
  + update configure macros, e.g., for shared libraries
- Changes from 1.2- 20150125
  + suppress highlighting of character which denotes an abbreviation or
    shortcut for the OK/Cancel and other buttons for these widgets, which
    use abbreviations for the list shown on the screen:  buildlist,
    checklist/radiobox, menubox, treeview (Debian #775295).
  + add grid up/left and down/right bindings in editbox.c as synonyms for
    field prev and next, respectively when handling the OK/Cancel buttons
    (Debian #775294).
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 27)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 211089 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 26)
- Update to version 1.2-20130928
  + fix a regression in gauge widget from 1.2-20130928 changes; 
    dlg_reallocate_gauge() failed when no --title option was given
- Changes from 1.2-20130923
  + fix samples/inputbox6-utf8, which had depended unnecessarily on bash.
  + improve memory caching for wide-character manipulation in gauge
    widget
  + add dlg_reallocate_gauge
  + updated configure macros to use msys changes from ncurses.
  + update config.guess, config.sub
- Changes from 1.2-20130902
  + modify makefile rule to make the ".png" filenames created by groff
    predictable.
  + add option --help-tags to allow scripts to get the item's tag field
    consistently from help- and help-item button results rather than
    getting the item's text for the latter
  + correct manpage discussion of DIALOG_ITEM_HELP versus --item-help,
    as well as --help-button return status
  + correct limit used for --hline option
  + do not print empty "[]" if a --hline option was given with an empty
    value
  + miscellaneous configure script fixes/updates.  In particular, add
    option --with-shared which builds shared libraries without a libtool
    dependency.
  + add FreeBSD port-files for test-builds.
  + update lt.po, add fa.po from
    http://translationproject.org/latest/dialog/
  + update config.guess, config.sub
- Changes from 1.2-20130523
  + modify ifdef in arrows.c to work around packages which use the
    wide-character ncursesw headers with the ncurses library
  + correct workaround for xterm alternate-screen to work with/without
    the fix made in ncurses that makes putp() always write to the
    standard output (Debian #708829).
  + improve limit-checks for checklist, in case the dialog is resized
  + add --last-key option ( Debian #697607).
- Changes from 2013/03/15
  + update zh_TW.po, add an.po from
    http://translationproject.org/latest/dialog/
- Remove dialog-libs.patch; fixed on upstream release (forwarded request 210955 from posophe)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 25)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 180435 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 24)
- Require terminfo-base and suggest terminfo to have on many or on
  mostly all terminals valid line graphics (bnc#826171)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 156820 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 23)
- Re-add patch dialog-1.2-20121230.dif: Fix problem with moving
  shadows during terminal resize
- Use a /etc/dialogrc for openSUSE default coloring/shadow defaults
- Re-add Korean language message file

- Update to version 1.2-20121230
  * See included CHANGES file for detailes

- Fix libraries
  * dialog-libs.patch
Displaying revisions 1 - 20 of 42
openSUSE Build Service is sponsored by