Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dialog-1.3-3.3.7 RPM for aarch64

From OpenSuSE Leap 15.5 for aarch64

Name: dialog Distribution: SUSE Linux Enterprise 15
Version: 1.3 Vendor: SUSE LLC <https://www.suse.com/>
Release: 3.3.7 Build date: Fri Aug 24 18:26:19 2018
Group: Development/Tools/Other Build host: seattle16
Size: 225749 Source RPM: dialog-1.3-3.3.7.src.rpm
Packager: https://www.suse.com/
Url: http://invisible-island.net/dialog/
Summary: Menus and Input Boxes for Shell Scripts
This program lets you use menus and dialog boxes in shell scripts.

Provides

Requires

License

LGPL-2.1-only

Changelog

* Tue May 29 2018 werner@suse.de
  - 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
* Tue Jun 06 2017 mpluskal@suse.com
  - Update to version 1.3-20170509:
    * improved configure macros CF_ADD_CFLAGS, CF_CC_ENV_FLAGS, and
    CF_SHARED_OPTS.
    * updated hu.po and tr.po from
    http://translationproject.org/latest/dialog/
    * update config.guess, config.sub
* Tue Mar 07 2017 p.drouand@gmail.com
  - Update to version 1.3-20170131
    * use DLG_TRACE macro consistently to make "--disable-trace" configure
    option work.
    * modify buildlist widget to support option "--reorder" for to allow
      user to reorder the data based on the sequence of selections
      (discussion with Paraic O'Ceallaigh).
    * fill background color on unused parts of buildlist.
    * fix a minor error in buildlist which let pageup switch columns.
    * change several calls to dlg_trace_msg to prefix with "#" to make
      the trace logs more consistent for parsing.
    * add samples/run_test.sh
    * further improve performance with very long command-lines by changes
      to howmany_tags().
    * modify dlg_string_to_argv() to convert escaped double-quotes to
      plain double-quotes when within a double-quoted string.
    * modify makefile to apply CFLAGS to linking
    * modify dlg_string_to_argv() to ignore escaped newlines except when
      quoted, fixing a problem with samples/checklist9.
    * interpret $DIALOGOPTS before expanding "--file", etc., to allow
      the environment variable to turn on tracing in that process.
    * improve performance when processing very long command lines, e.g.,
      using "--file" by changing dialog_opts[] to an array of pointers to
      the expanded argv[] (discussion with Lars Tauber).
    * modified autoconf macros
      + CF_CC_ENV_FLAGS amend the last change to move only the
      preprocessor, optimization and warning flags to CPPFLAGS and
      CFLAGS, leaving the residue in CC.  That happens to work for gcc's
      various "model" options, but may require tuning for other compilers
      + CF_LARGEFILE workaround for clang exit-code vs warnings
      + CF_MATH_LIB quiet strict gcc warning
      + CF_WITH_LIBTOOL fix a few places in configure/build scripts where
      DESTDIR and rpath were combined
      + CF_XOPEN_SOURCE add "uclinux" to list of Linux's
    * update config.guess, config.sub
* Fri Mar 11 2016 mpluskal@suse.com
  - Update to 1.3-20160209
    * modify editbox widget to add a trailing newline if the text
      has none to ensure the last line is not ignored (report by
      Florent Rougon).
    * change mouse initialization to look for button-presses rather
      than button-clicks, for better response.
    * modify dump_curses_key() to show mouse-coding in readable form.
    * correct mapping of mouse-clicks on the day-grid in calendar
      widget when "--week-start" is used to set the start of the week
      (report by Stefan Vogtner).
    * integrated changes from Stefan Vogtner:
    * use Gregorian algorithm for leap year
    * use mktime if available; calendar was written just as it became
      standard.
  - Changes for version 1.3
    * correct --infobox documentation, which said it shows an OK
      button.
    * fix a couple of place in test-scripts which referred to
      $SIG_TRAP rather than $SIG_QUIT
    * reorganize dialog.3, to use subsections for generating navigation
      pane, using man2html
    * add "--week-start" option for calendar widget (prompted by
      discussion with Stefan Vogtner).
    * add a limit-check in editbox.c to ensure that mouse-clicks
      outside the filled-in text area do not access past the end of
      the array (report by Stefan Vogtner).
    * update configure macros from ncurses changes.
    * update config.guess, config.sub
* Mon Sep 28 2015 mpluskal@suse.com
  - Update to 1.2-20150920
    * decrease table value for minimum number of arguments for the
      widgets which use --no-items option
    * update configure macros:
      + use $SHELL consistently, deprecate non-POSIX shell
      + PKG_CONFIG may simply be unset - fix
      + add option to allow changing ABI version, from ncurses6.
    * fixes for two autoconf macros, CF_ADD_INCDIR and
      CF_NCURSES_CONFIG from work on ncurses.
    * build-fix for NetBSD curses
  - Fix typo in previous changelog entry
* Fri May 22 2015 mpluskal@suse.com
  - Add gpg signature
  - Update to 1.2-20150513
    + add configure option --with-install-prefix, like ncurses.
    + add --with-screen and related configure options from ncurses-examples
      to allow building with ncurses6 test-packages.
    + update configure macros for improved coding style from lynx changes.
    + updated ro.po from
      http://translationproject.org/latest/dialog/
    + update config.guess, config.sub
    > patches by Florent Rougon:
    + fix two bugs in the "--file" option.
      + When the number of arguments read from the included file is 0, the
      code used to just skip over '--file' and its argument instead of
      removing them from the argument list, causing "Error:  Unknown
      option --file" later on.
      + In the alternative case (at least one argument read from the file),
      the previous code used to do '--j;' in order to "force rescan" of
      the inserted arguments.  However, control then flowed to outer
      blocks where a '++j;' counteracted this measure, causing "Error:
      Unknown option --msgbox" (for instance) later on.
    + modify escaping in argv.c to be more uniform, whether or not the
      backslash is found within a parameter.
* Thu Mar 05 2015 werner@suse.de
  - 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.
* Wed Mar 04 2015 werner@suse.de
  - 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).
* Sun Jan 04 2015 p.drouand@gmail.com
  - Update to version 1.2-20140911
    + correct malloc-size for change to prgbox.
* Thu Dec 12 2013 p.drouand@gmail.com
  - 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
* Fri Jun 21 2013 werner@suse.de
  - Require terminfo-base and suggest terminfo to have on many or on
    mostly all terminals valid line graphics (bnc#826171)
* Thu Feb 28 2013 werner@suse.de
  - 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
* Fri Feb 22 2013 dmitry_r@opensuse.org
  - Update to version 1.2-20121230
    * See included CHANGES file for detailes
* Fri Feb 22 2013 dmitry_r@opensuse.org
  - Fix libraries
    * dialog-libs.patch
* Thu Jan 31 2013 cfarrell@suse.com
  - license update: LGPL-2.1
    See e.g. editbox.c
* Sun Jan 27 2013 dmitry_r@opensuse.org
  - Build with libtool using
  - Add devel package
* Sun Sep 18 2011 jengelh@medozas.de
  - Remove redundant tags/sections from specfile
    (cf. packaging guidelines)
* Sun Oct 31 2010 jengelh@medozas.de
  - Use %_smp_mflags
* Wed Sep 08 2010 werner@suse.de
  - Disable gpm as it is not used for long time
* Thu Jul 01 2010 werner@suse.de
  - Added korean po translation file (bnc#614248)
* Fri Dec 18 2009 jengelh@medozas.de
  - Enable parallel build

Files

/etc/dialogrc
/usr/bin/dialog
/usr/share/doc/packages/dialog
/usr/share/doc/packages/dialog/CHANGES
/usr/share/doc/packages/dialog/COPYING
/usr/share/doc/packages/dialog/README
/usr/share/doc/packages/dialog/VERSION
/usr/share/man/man1/dialog.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 19:59:59 2024