Hello community, here is the log from the commit of package dialog for openSUSE:Factory checked in at 2015-10-22 12:56:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dialog (Old) and /work/SRC/openSUSE:Factory/.dialog.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dialog" Changes: -------- --- /work/SRC/openSUSE:Factory/dialog/dialog.changes 2015-06-01 09:49:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dialog.new/dialog.changes 2015-10-22 12:56:47.000000000 +0200 @@ -1,0 +2,15 @@ +Mon Sep 28 11:43:11 UTC 2015 - [email protected] + +- 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 + +------------------------------------------------------------------- @@ -5 +20 @@ -- Update to 1-2-20150513 +- Update to 1.2-20150513 @@ -26 +40,0 @@ - Old: ---- dialog-1.2-20150513.tgz dialog-1.2-20150513.tgz.asc New: ---- dialog-1.2-20150920.tgz dialog-1.2-20150920.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dialog.spec ++++++ --- /var/tmp/diff_new_pack.RPbiDW/_old 2015-10-22 12:56:48.000000000 +0200 +++ /var/tmp/diff_new_pack.RPbiDW/_new 2015-10-22 12:56:48.000000000 +0200 @@ -16,7 +16,7 @@ # -%define src_date 20150513 +%define src_date 20150920 %define somajor 12 Name: dialog Version: 1.2 ++++++ dialog-1.2-20121230.dif ++++++ --- /var/tmp/diff_new_pack.RPbiDW/_old 2015-10-22 12:56:48.000000000 +0200 +++ /var/tmp/diff_new_pack.RPbiDW/_new 2015-10-22 12:56:48.000000000 +0200 @@ -1,6 +1,8 @@ ---- util.c -+++ util.c 2013-02-28 11:09:24.466267899 +0100 -@@ -2112,8 +2112,10 @@ dlg_move_window(WINDOW *win, int height, +Index: util.c +=================================================================== +--- util.c.orig ++++ util.c +@@ -2136,8 +2136,10 @@ dlg_move_window(WINDOW *win, int height, #ifdef HAVE_COLOR if (p->shadow != 0) { if (dialog_state.use_shadow) { ++++++ dialog-1.2-20150513.tgz -> dialog-1.2-20150920.tgz ++++++ ++++ 12326 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/dialog-1.2-20150513/CHANGES new/dialog-1.2-20150920/CHANGES --- old/dialog-1.2-20150513/CHANGES 2015-05-13 18:02:12.000000000 +0200 +++ new/dialog-1.2-20150920/CHANGES 2015-09-21 01:48:54.000000000 +0200 @@ -1,9 +1,22 @@ --- $Id: CHANGES,v 1.515 2015/05/13 16:02:12 tom Exp $ +-- $Id: CHANGES,v 1.521 2015/09/20 23:48:54 tom Exp $ -- Thomas E. Dickey <[email protected]> This version of dialog was originally from a Debian snapshot. I've done this to it: +2015/09/20 + + decrease table value for minimum number of arguments for the widgets + which use --no-items option (report by Raven Singularity). + + 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. + +2015/05/28 + + fixes for two autoconf macros, CF_ADD_INCDIR and CF_NCURSES_CONFIG + from work on ncurses. + + build-fix for NetBSD curses (patch by Matthias Scheler). + 2015/05/13 + add configure option --with-install-prefix, like ncurses. + add --with-screen and related configure options from ncurses-examples diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/dialog-1.2-20150513/VERSION new/dialog-1.2-20150920/VERSION --- old/dialog-1.2-20150513/VERSION 2015-05-13 16:46:07.000000000 +0200 +++ new/dialog-1.2-20150920/VERSION 2015-09-21 00:08:36.000000000 +0200 @@ -1 +1 @@ -12:0:0 1.2 20150513 +12:0:0 1.2 20150920 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/dialog-1.2-20150513/dialog.c new/dialog-1.2-20150920/dialog.c --- old/dialog-1.2-20150513/dialog.c 2015-05-11 11:16:22.000000000 +0200 +++ new/dialog-1.2-20150920/dialog.c 2015-09-21 01:48:54.000000000 +0200 @@ -1,5 +1,5 @@ /* - * $Id: dialog.c,v 1.239 2015/05/11 09:16:22 Florent.Rougon Exp $ + * $Id: dialog.c,v 1.240 2015/09/20 23:48:54 tom Exp $ * * cdialog - Display simple dialog boxes from shell scripts * @@ -1117,10 +1117,10 @@ {o_msgbox, 4, 4, call_msgbox}, {o_infobox, 4, 4, call_infobox}, {o_textbox, 4, 4, call_textbox}, - {o_menu, 7, 0, call_menu}, - {o_inputmenu, 7, 0, call_inputmenu}, - {o_checklist, 8, 0, call_checklist}, - {o_radiolist, 8, 0, call_radiolist}, + {o_menu, 6, 0, call_menu}, + {o_inputmenu, 6, 0, call_inputmenu}, + {o_checklist, 7, 0, call_checklist}, + {o_radiolist, 7, 0, call_radiolist}, {o_inputbox, 4, 5, call_inputbox}, {o_passwordbox, 4, 5, call_passwordbox}, #ifdef HAVE_DLG_GAUGE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/dialog-1.2-20150513/package/debian/changelog new/dialog-1.2-20150920/package/debian/changelog --- old/dialog-1.2-20150513/package/debian/changelog 2015-05-13 16:46:07.000000000 +0200 +++ new/dialog-1.2-20150920/package/debian/changelog 2015-09-21 00:08:36.000000000 +0200 @@ -1,3 +1,15 @@ +cdialog (20150920) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <[email protected]> Sun, 20 Sep 2015 18:08:36 -0400 + +cdialog (20150528) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <[email protected]> Thu, 28 May 2015 19:42:32 -0400 + cdialog (20150513) unstable; urgency=low * maintenance updates diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/dialog-1.2-20150513/package/dialog.spec new/dialog-1.2-20150920/package/dialog.spec --- old/dialog-1.2-20150513/package/dialog.spec 2015-05-13 16:46:07.000000000 +0200 +++ new/dialog-1.2-20150920/package/dialog.spec 2015-09-21 00:08:36.000000000 +0200 @@ -1,9 +1,9 @@ Summary: dialog - display dialog boxes from shell scripts %define AppProgram dialog %define AppVersion 1.2 -%define AppRelease 20150513 +%define AppRelease 20150920 %define ActualProg c%{AppProgram} -# $XTermId: dialog.spec,v 1.72 2015/05/13 14:46:07 tom Exp $ +# $XTermId: dialog.spec,v 1.74 2015/09/20 22:08:36 tom Exp $ Name: %{ActualProg} Version: %{AppVersion} Release: %{AppRelease} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/dialog-1.2-20150513/package/freebsd/Makefile new/dialog-1.2-20150920/package/freebsd/Makefile --- old/dialog-1.2-20150513/package/freebsd/Makefile 2015-05-13 16:46:07.000000000 +0200 +++ new/dialog-1.2-20150920/package/freebsd/Makefile 2015-09-21 00:08:36.000000000 +0200 @@ -7,7 +7,7 @@ # PORTNAME= cdialog -PORTVERSION= 1.2.20150513 +PORTVERSION= 1.2.20150920 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME:S|^c||}/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/dialog-1.2-20150513/trace.c new/dialog-1.2-20150920/trace.c --- old/dialog-1.2-20150513/trace.c 2011-10-18 12:47:26.000000000 +0200 +++ new/dialog-1.2-20150920/trace.c 2015-05-29 02:17:11.000000000 +0200 @@ -1,9 +1,9 @@ /* - * $Id: trace.c,v 1.20 2011/10/18 10:47:26 tom Exp $ + * $Id: trace.c,v 1.21 2015/05/29 00:17:11 Matthias.Scheler Exp $ * * trace.c -- implements screen-dump and keystroke-logging * - * Copyright 2007-2010,2011 Thomas E. Dickey + * Copyright 2007-2011,2015 Thomas E. Dickey * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License, version 2.1 @@ -93,7 +93,7 @@ wchar_t *uc; if (win_wch(win, &cch) == ERR - || (uc = wunctrl(&cch)) == 0 + || (uc = wunctrl((&cch))) == 0 || uc[1] != 0 || wcwidth(uc[0]) <= 0) { buffer[0] = '.'; ++++++ dialog-gcc-warnings.patch ++++++ --- /var/tmp/diff_new_pack.RPbiDW/_old 2015-10-22 12:56:48.000000000 +0200 +++ /var/tmp/diff_new_pack.RPbiDW/_new 2015-10-22 12:56:48.000000000 +0200 @@ -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-20150513/dialog.h +--- dialog-1.2-20150920.orig/dialog.h ++++ dialog-1.2-20150920/dialog.h @@ -43,6 +43,23 @@ #include <string.h> #include <signal.h> /* fork() etc. */
