Hello community,

here is the log from the commit of package dialog for openSUSE:Factory checked 
in at 2017-04-07 13:52:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dialog (Old)
 and      /work/SRC/openSUSE:Factory/.dialog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dialog"

Fri Apr  7 13:52:15 2017 rev:33 rq:483018 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/dialog/dialog.changes    2016-03-26 
15:10:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dialog.new/dialog.changes       2017-04-07 
13:52:17.992011438 +0200
@@ -1,0 +2,38 @@
+Tue Mar  7 12:56:49 UTC 2017 - [email protected]
+
+- Update to version 1.3-20170131
+  * use DLG_TRACE macro consistently to make "--disable-trace" configure
+       option work.
+  * modify buildlist widget to support option "--reorder" for to allow
+    user to reorder the data based on the sequence of selections
+    (discussion with Paraic O'Ceallaigh).
+  * fill background color on unused parts of buildlist.
+  * fix a minor error in buildlist which let pageup switch columns.
+  * change several calls to dlg_trace_msg to prefix with "#" to make
+    the trace logs more consistent for parsing.
+  * add samples/run_test.sh
+  * further improve performance with very long command-lines by changes
+    to howmany_tags().
+  * modify dlg_string_to_argv() to convert escaped double-quotes to
+    plain double-quotes when within a double-quoted string.
+  * modify makefile to apply CFLAGS to linking
+  * modify dlg_string_to_argv() to ignore escaped newlines except when
+    quoted, fixing a problem with samples/checklist9.
+  * interpret $DIALOGOPTS before expanding "--file", etc., to allow
+    the environment variable to turn on tracing in that process.
+  * improve performance when processing very long command lines, e.g.,
+    using "--file" by changing dialog_opts[] to an array of pointers to
+    the expanded argv[] (discussion with Lars Tauber).
+  * modified autoconf macros
+    + CF_CC_ENV_FLAGS amend the last change to move only the
+      preprocessor, optimization and warning flags to CPPFLAGS and
+      CFLAGS, leaving the residue in CC.  That happens to work for gcc's
+      various "model" options, but may require tuning for other compilers
+    + CF_LARGEFILE workaround for clang exit-code vs warnings
+    + CF_MATH_LIB quiet strict gcc warning
+    + CF_WITH_LIBTOOL fix a few places in configure/build scripts where
+      DESTDIR and rpath were combined
+    + CF_XOPEN_SOURCE add "uclinux" to list of Linux's
+  * update config.guess, config.sub
+
+-------------------------------------------------------------------

Old:
----
  dialog-1.3-20160209.tgz
  dialog-1.3-20160209.tgz.asc

New:
----
  dialog-1.3-20170131.tgz
  dialog-1.3-20170131.tgz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dialog.spec ++++++
--- /var/tmp/diff_new_pack.U3Vwk1/_old  2017-04-07 13:52:18.799897322 +0200
+++ /var/tmp/diff_new_pack.U3Vwk1/_new  2017-04-07 13:52:18.803896758 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dialog
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,8 +16,8 @@
 #
 
 
-%define src_date 20160209
-%define somajor 13
+%define src_date 20170131
+%define somajor 14
 Name:           dialog
 Version:        1.3
 Release:        0
@@ -38,6 +38,7 @@
 BuildRequires:  pkg-config
 Requires:       terminfo-base
 Suggests:       terminfo
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,6 +68,8 @@
 %description    examples
 Examples of using menus and dialog boxes in shell scripts.
 
+%lang_package
+
 %prep
 %setup -q -n %{name}-%{version}-%{src_date}
 bzcat %{SOURCE4} > po/ko.po
@@ -119,7 +122,7 @@
 %post -n libdialog%{somajor} -p /sbin/ldconfig
 %postun -n libdialog%{somajor} -p /sbin/ldconfig
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc CHANGES README VERSION COPYING
 %config(noreplace) %{_sysconfdir}/dialogrc
@@ -141,4 +144,7 @@
 %defattr(-,root,root)
 %doc samples/*
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %changelog

++++++ dialog-1.3-20160209.tgz -> dialog-1.3-20170131.tgz ++++++
++++ 16536 lines of diff (skipped)




Reply via email to