Accepting request 334367 from home:pluskalm:branches:Base:System

- 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

- Update to 1.2-20150513

OBS-URL: https://build.opensuse.org/request/show/334367
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=34
This commit is contained in:
2015-09-28 12:00:25 +00:00
committed by Git OBS Bridge
parent b81656a83f
commit c30b38afb2
7 changed files with 31 additions and 15 deletions

View File

@@ -1,8 +1,23 @@
-------------------------------------------------------------------
Mon Sep 28 11:43:11 UTC 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 07:29:30 UTC 2015 - mpluskal@suse.com
- Add gpg signature
- Update to 1-2-20150513
- 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.
@@ -24,7 +39,6 @@ Fri May 22 07:29:30 UTC 2015 - mpluskal@suse.com
+ modify escaping in argv.c to be more uniform, whether or not the
backslash is found within a parameter.
-------------------------------------------------------------------
Thu Mar 5 08:05:24 UTC 2015 - werner@suse.de