From 58e0edfda07ef6c73466e2724fb271f837cc90f342cab2a9a6af37d0ae5eceec Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 18 Mar 2016 10:07:25 +0000 Subject: [PATCH] Accepting request 370098 from home:pluskalm:branches:Base:System - Update to 1.3-20160209 OBS-URL: https://build.opensuse.org/request/show/370098 OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=36 --- dialog-1.2-20150920.tgz | 3 --- dialog-1.2-20150920.tgz.asc | 8 -------- dialog-1.3-20160209.tgz | 3 +++ dialog-1.3-20160209.tgz.asc | 8 ++++++++ dialog-gcc-warnings.patch | 6 +++--- dialog.changes | 32 ++++++++++++++++++++++++++++++++ dialog.spec | 17 ++++++++--------- 7 files changed, 54 insertions(+), 23 deletions(-) delete mode 100644 dialog-1.2-20150920.tgz delete mode 100644 dialog-1.2-20150920.tgz.asc create mode 100644 dialog-1.3-20160209.tgz create mode 100644 dialog-1.3-20160209.tgz.asc diff --git a/dialog-1.2-20150920.tgz b/dialog-1.2-20150920.tgz deleted file mode 100644 index 57064b3..0000000 --- a/dialog-1.2-20150920.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4e61ec5768701683dd4b5b2ebd8a31e6289fa6a1f5801e4b481085650698c05 -size 498181 diff --git a/dialog-1.2-20150920.tgz.asc b/dialog-1.2-20150920.tgz.asc deleted file mode 100644 index c2604f6..0000000 --- a/dialog-1.2-20150920.tgz.asc +++ /dev/null @@ -1,8 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.10 (GNU/Linux) -Comment: See http://invisible-island.net/public/public.html for info - -iEYEABECAAYFAlX/zMsACgkQcCNT4PfkjtuiXACcD7MpAxXuGvUCOD41xJMtT3YE -kU0An1P0Bv6xdjjAHck+1KXxKn6ZFhKh -=8Wb0 ------END PGP SIGNATURE----- diff --git a/dialog-1.3-20160209.tgz b/dialog-1.3-20160209.tgz new file mode 100644 index 0000000..2d788a8 --- /dev/null +++ b/dialog-1.3-20160209.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0314f7f2195edc58e7567a024dc1d658c2f8ea732796d8fa4b4927df49803f87 +size 499300 diff --git a/dialog-1.3-20160209.tgz.asc b/dialog-1.3-20160209.tgz.asc new file mode 100644 index 0000000..779f714 --- /dev/null +++ b/dialog-1.3-20160209.tgz.asc @@ -0,0 +1,8 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) +Comment: See http://invisible-island.net/public/public.html for info + +iEYEABECAAYFAla6mIwACgkQcCNT4PfkjtvkVACdFGQNeJXKJHJJNr2KSqNgp8q5 +jHsAoIPP5gkbOask860IcO9/wPmy6hQ9 +=FNld +-----END PGP SIGNATURE----- diff --git a/dialog-gcc-warnings.patch b/dialog-gcc-warnings.patch index 5bd2233..9c2408c 100644 --- a/dialog-gcc-warnings.patch +++ b/dialog-gcc-warnings.patch @@ -1,7 +1,7 @@ -Index: dialog-1.2-20150920/dialog.h +Index: dialog-1.3-20160209/dialog.h =================================================================== ---- dialog-1.2-20150920.orig/dialog.h -+++ dialog-1.2-20150920/dialog.h +--- dialog-1.3-20160209.orig/dialog.h ++++ dialog-1.3-20160209/dialog.h @@ -43,6 +43,23 @@ #include #include /* fork() etc. */ diff --git a/dialog.changes b/dialog.changes index 63a87b7..6bc88ee 100644 --- a/dialog.changes +++ b/dialog.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Mar 11 15:49:32 UTC 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 11:43:11 UTC 2015 - mpluskal@suse.com diff --git a/dialog.spec b/dialog.spec index 8b7c606..fc03dbe 100644 --- a/dialog.spec +++ b/dialog.spec @@ -1,7 +1,7 @@ # # spec file for package dialog # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define src_date 20150920 -%define somajor 12 +%define src_date 20160209 +%define somajor 13 Name: dialog -Version: 1.2 +Version: 1.3 Release: 0 Summary: Menus and Input Boxes for Shell Scripts License: LGPL-2.1 @@ -103,10 +103,10 @@ make %{?_smp_mflags} %install # libtool seems to be broken in shell function func_lalib_unsafe_p() exec 0