SHA256
1
0
forked from pool/dialog
Commit Graph

35 Commits

Author SHA256 Message Date
Dominique Leuenberger
51efc27f1e Accepting request 309345 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/309345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=30
2015-06-01 07:49:44 +00:00
Stefan Seyfried
b81656a83f Accepting request 308342 from home:pluskalm:branches:Base:System
- 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.

OBS-URL: https://build.opensuse.org/request/show/308342
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=32
2015-05-30 13:42:28 +00:00
Dominique Leuenberger
845a93f2a7 Accepting request 289326 from Base:System
- 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).

OBS-URL: https://build.opensuse.org/request/show/289326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=29
2015-03-09 09:03:59 +00:00
Dr. Werner Fink
26d784a61f .
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=30
2015-03-05 08:06:38 +00:00
Dr. Werner Fink
0ff2767564 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=29
2015-03-04 14:28:47 +00:00
Dominique Leuenberger
163a813269 Accepting request 280035 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/280035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=28
2015-01-07 08:38:20 +00:00
9eac940f8f Accepting request 267213 from home:posophe:branches:Base:System
Update to version 1.2-20140911
  + correct malloc-size for change to prgbox.

OBS-URL: https://build.opensuse.org/request/show/267213
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=27
2015-01-06 10:59:35 +00:00
Stephan Kulow
eee0ea88e9 Accepting request 211089 from Base:System
- 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)

OBS-URL: https://build.opensuse.org/request/show/211089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=26
2013-12-17 09:01:10 +00:00
7bcb93c38e Accepting request 210955 from home:posophe:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/210955
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=25
2013-12-16 16:55:06 +00:00
Stephan Kulow
908fce69bb Accepting request 180435 from Base:System
- Require terminfo-base and suggest terminfo to have on many or on
  mostly all terminals valid line graphics (bnc#826171)

OBS-URL: https://build.opensuse.org/request/show/180435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=24
2013-06-25 07:23:34 +00:00
Dr. Werner Fink
ad5c1f227f .
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=23
2013-06-21 13:59:30 +00:00
Stephan Kulow
41949e2848 Accepting request 156820 from Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/156820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=23
2013-03-08 09:49:03 +00:00
Dr. Werner Fink
7083d465c9 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=21
2013-02-28 11:18:27 +00:00
Dr. Werner Fink
e215f966cd Accepting request 156182 from home:Dmitry_R:WIP
Update to version 1.2-20121230

OBS-URL: https://build.opensuse.org/request/show/156182
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=20
2013-02-23 12:47:36 +00:00
Stephan Kulow
572a2226df Accepting request 150632 from Base:System
license update: LGPL-2.1
See e.g. editbox.c (forwarded request 150609 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/150632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=22
2013-02-01 18:14:26 +00:00
d9a34c52d5 Accepting request 150609 from home:babelworx:ldig:branches:Base:System
license update: LGPL-2.1
See e.g. editbox.c

OBS-URL: https://build.opensuse.org/request/show/150609
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=18
2013-01-31 18:59:28 +00:00
Stephan Kulow
367793f425 Accepting request 150429 from Base:System
fix missed -devel package (forwarded request 150105 from Dmitry_R)

OBS-URL: https://build.opensuse.org/request/show/150429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=21
2013-01-31 15:44:26 +00:00
Dr. Werner Fink
9da985d8a8 Accepting request 150105 from home:Dmitry_R:branches:Base:System
fix missed -devel package

OBS-URL: https://build.opensuse.org/request/show/150105
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=16
2013-01-30 13:37:01 +00:00
Stephan Kulow
271a0870f2 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=18
2011-12-06 17:06:07 +00:00
Stephan Kulow
971aba5b56 Accepting request 88918 from Base:System
OBS-URL: https://build.opensuse.org/request/show/88918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=17
2011-10-21 14:04:14 +00:00
Stephan Kulow
11962f81e8 Accepting request 83251 from home:jengelh:bl-d
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)

OBS-URL: https://build.opensuse.org/request/show/83251
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=14
2011-09-20 07:47:30 +00:00
OBS User autobuild
b9437629c4 Autobuild autoformatter for 51874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=14
2010-11-02 10:04:32 +00:00
Ruediger Oertel
1438ea787a Accepting request 51874 from Base:System
Accepted submit request 51874 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=13
2010-11-02 10:04:23 +00:00
Stephan Kulow
d47087ff12 Accepting request 51748 from home:jengelh:smp
OBS-URL: https://build.opensuse.org/request/show/51748
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=12
2010-11-01 08:34:51 +00:00
OBS User autobuild
9179e5117d Accepting request 47492 from Base:System
Copy from Base:System/dialog based on submit request 47492 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/47492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=12
2010-09-10 12:56:14 +00:00
OBS User buildservice-autocommit
ba0b53e304 Updating link to change in openSUSE:Factory/dialog revision 12.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=ebab45f2e52b73a84eb629b2697f33a7
2010-09-10 12:56:14 +00:00
Dr. Werner Fink
192906dbeb .
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=9
2010-09-08 12:43:36 +00:00
OBS User autobuild
61febf7dd3 Accepting request 42415 from Base:System
Copy from Base:System/dialog based on submit request 42415 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/42415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=9
2010-07-02 14:41:19 +00:00
OBS User autobuild
fbfd771e68 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=8 2010-03-18 14:42:13 +00:00
OBS User autobuild
d716c18668 Accepting request 27547 from Base:System
Copy from Base:System/dialog based on submit request 27547 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=7
2009-12-26 10:51:18 +00:00
OBS User unknown
ff9e253912 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=5 2008-08-21 15:51:35 +00:00
OBS User unknown
e23d10aad9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=4 2008-08-15 20:55:40 +00:00
OBS User unknown
87a68285e0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=3 2008-04-10 19:19:30 +00:00
OBS User unknown
e6306d4046 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=2 2007-04-01 10:07:20 +00:00
OBS User unknown
0d6f1dcccf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=1 2007-01-15 23:09:12 +00:00