Hello community, here is the log from the commit of package dialog for openSUSE:Factory checked in at 2016-03-26 15:10:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-10-22 12:56:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dialog.new/dialog.changes 2016-03-26 15:10:52.000000000 +0100 @@ -1,0 +2,32 @@ +Fri Mar 11 15:49:32 UTC 2016 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- dialog-1.2-20150920.tgz dialog-1.2-20150920.tgz.asc New: ---- dialog-1.3-20160209.tgz dialog-1.3-20160209.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dialog.spec ++++++ --- /var/tmp/diff_new_pack.ToV3W8/_old 2016-03-26 15:10:53.000000000 +0100 +++ /var/tmp/diff_new_pack.ToV3W8/_new 2016-03-26 15:10:53.000000000 +0100 @@ -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 @@ %install # libtool seems to be broken in shell function func_lalib_unsafe_p() exec 0</dev/null -make DESTDIR=%{buildroot} install %{?_smp_mflags} +make %{?_smp_mflags} DESTDIR=%{buildroot} install rm -rf %{buildroot}%{_libdir}/.libs -find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print +find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot}%{_libdir} -name '*.a' -type f -delete -print rm -rf %{buildroot}%{_datadir}/locale/mg/ # Malagasy (Malayalam??) @@ -117,7 +117,6 @@ %find_lang %{name} %post -n libdialog%{somajor} -p /sbin/ldconfig - %postun -n libdialog%{somajor} -p /sbin/ldconfig %files -f %{name}.lang @@ -125,7 +124,7 @@ %doc CHANGES README VERSION COPYING %config(noreplace) %{_sysconfdir}/dialogrc %{_bindir}/dialog -%{_mandir}/man1/dialog.1.gz +%{_mandir}/man1/dialog.1%{ext_man} %files -n libdialog%{somajor} %defattr(-,root,root) @@ -136,7 +135,7 @@ %{_bindir}/dialog-config %{_libdir}/libdialog.so %{_includedir}/dialog/ -%{_mandir}/man3/dialog.3.gz +%{_mandir}/man3/dialog.3%{ext_man} %files examples %defattr(-,root,root) ++++++ dialog-1.2-20150920.tgz -> dialog-1.3-20160209.tgz ++++++ ++++ 16412 lines of diff (skipped) ++++++ dialog-gcc-warnings.patch ++++++ --- /var/tmp/diff_new_pack.ToV3W8/_old 2016-03-26 15:10:53.000000000 +0100 +++ /var/tmp/diff_new_pack.ToV3W8/_new 2016-03-26 15:10:53.000000000 +0100 @@ -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 <string.h> #include <signal.h> /* fork() etc. */
