Accepting request 336531 from Base:System
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/336531 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=31
This commit is contained in:
commit
b5e6ede1a8
@ -1,6 +1,8 @@
|
|||||||
--- util.c
|
Index: util.c
|
||||||
+++ util.c 2013-02-28 11:09:24.466267899 +0100
|
===================================================================
|
||||||
@@ -2112,8 +2112,10 @@ dlg_move_window(WINDOW *win, int height,
|
--- util.c.orig
|
||||||
|
+++ util.c
|
||||||
|
@@ -2136,8 +2136,10 @@ dlg_move_window(WINDOW *win, int height,
|
||||||
#ifdef HAVE_COLOR
|
#ifdef HAVE_COLOR
|
||||||
if (p->shadow != 0) {
|
if (p->shadow != 0) {
|
||||||
if (dialog_state.use_shadow) {
|
if (dialog_state.use_shadow) {
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a70f957e983235ccbe63f8c5a45cd5ebde547bd57cedd07e35527a236d3cab4c
|
|
||||||
size 497554
|
|
3
dialog-1.2-20150920.tgz
Normal file
3
dialog-1.2-20150920.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c4e61ec5768701683dd4b5b2ebd8a31e6289fa6a1f5801e4b481085650698c05
|
||||||
|
size 498181
|
@ -2,7 +2,7 @@
|
|||||||
Version: GnuPG v1.4.10 (GNU/Linux)
|
Version: GnuPG v1.4.10 (GNU/Linux)
|
||||||
Comment: See http://invisible-island.net/public/public.html for info
|
Comment: See http://invisible-island.net/public/public.html for info
|
||||||
|
|
||||||
iEYEABECAAYFAlVTwiYACgkQcCNT4PfkjttgPgCePyRsksFRSN0EjMihaA49mRzt
|
iEYEABECAAYFAlX/zMsACgkQcCNT4PfkjtuiXACcD7MpAxXuGvUCOD41xJMtT3YE
|
||||||
wlIAoLQmMkdt/ZF1tvxLKjFkbc7C7oVY
|
kU0An1P0Bv6xdjjAHck+1KXxKn6ZFhKh
|
||||||
=8Uk4
|
=8Wb0
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
@ -1,7 +1,7 @@
|
|||||||
Index: dialog-1.2-20150513/dialog.h
|
Index: dialog-1.2-20150920/dialog.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- dialog-1.2-20150513.orig/dialog.h
|
--- dialog-1.2-20150920.orig/dialog.h
|
||||||
+++ dialog-1.2-20150513/dialog.h
|
+++ dialog-1.2-20150920/dialog.h
|
||||||
@@ -43,6 +43,23 @@
|
@@ -43,6 +43,23 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <signal.h> /* fork() etc. */
|
#include <signal.h> /* fork() etc. */
|
||||||
|
@ -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
|
Fri May 22 07:29:30 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
- Add gpg signature
|
- Add gpg signature
|
||||||
- Update to 1-2-20150513
|
- Update to 1.2-20150513
|
||||||
+ add configure option --with-install-prefix, like ncurses.
|
+ add configure option --with-install-prefix, like ncurses.
|
||||||
+ add --with-screen and related configure options from ncurses-examples
|
+ add --with-screen and related configure options from ncurses-examples
|
||||||
to allow building with ncurses6 test-packages.
|
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
|
+ modify escaping in argv.c to be more uniform, whether or not the
|
||||||
backslash is found within a parameter.
|
backslash is found within a parameter.
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 08:05:24 UTC 2015 - werner@suse.de
|
Thu Mar 5 08:05:24 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define src_date 20150513
|
%define src_date 20150920
|
||||||
%define somajor 12
|
%define somajor 12
|
||||||
Name: dialog
|
Name: dialog
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user