Hello community, here is the log from the commit of package dialog for openSUSE:Factory checked in at 2015-03-09 10:03:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-01-07 09:38:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dialog.new/dialog.changes 2015-03-09 10:04:00.000000000 +0100 @@ -1,0 +2,27 @@ +Thu Mar 5 08:05:24 UTC 2015 - wer...@suse.de + +- 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. + +------------------------------------------------------------------- +Wed Mar 4 14:26:46 UTC 2015 - wer...@suse.de + +- 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). + +------------------------------------------------------------------- Old: ---- dialog-1.2-20140911.tgz New: ---- dialog-1.2-20150225.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dialog.spec ++++++ --- /var/tmp/diff_new_pack.nYZ0rC/_old 2015-03-09 10:04:01.000000000 +0100 +++ /var/tmp/diff_new_pack.nYZ0rC/_new 2015-03-09 10:04:01.000000000 +0100 @@ -15,12 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: dialog Url: http://invisible-island.net/dialog/ Version: 1.2 Release: 0 -%define src_date 20140911 -%define somajor 11 +%define src_date 20150225 +%define somajor 12 Summary: Menus and Input Boxes for Shell Scripts License: LGPL-2.1 Group: Development/Tools/Other @@ -68,7 +69,6 @@ bzcat %{S:2} > po/ko.po %patch0 -p0 %patch2 -p1 -chmod -x samples/* %build CC=gcc @@ -93,9 +93,13 @@ --disable-rpath-hack \ --includedir=%{_includedir}/dialog +# libtool seems to be broken in shell function func_lalib_unsafe_p() +exec 0</dev/null make %{?_smp_mflags} %install +# libtool seems to be broken in shell function func_lalib_unsafe_p() +exec 0</dev/null make DESTDIR=%{buildroot} install find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print ++++++ dialog-1.2-20140911.tgz -> dialog-1.2-20150225.tgz ++++++ ++++ 12955 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org