From 00740596d9fe863e5c375ee1c523238b924e3735702bba67592c00100ffef388 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 28 Mar 2017 12:23:08 +0000 Subject: [PATCH] Accepting request 477511 from home:posophe:branches:Base:System update OBS-URL: https://build.opensuse.org/request/show/477511 OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=38 --- dialog-1.3-20160209.tgz | 3 -- dialog-1.3-20170131.tgz | 3 ++ ...209.tgz.asc => dialog-1.3-20170131.tgz.asc | 6 +-- dialog.changes | 38 +++++++++++++++++++ dialog.spec | 14 +++++-- 5 files changed, 54 insertions(+), 10 deletions(-) delete mode 100644 dialog-1.3-20160209.tgz create mode 100644 dialog-1.3-20170131.tgz rename dialog-1.3-20160209.tgz.asc => dialog-1.3-20170131.tgz.asc (61%) diff --git a/dialog-1.3-20160209.tgz b/dialog-1.3-20160209.tgz deleted file mode 100644 index 2d788a8..0000000 --- a/dialog-1.3-20160209.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0314f7f2195edc58e7567a024dc1d658c2f8ea732796d8fa4b4927df49803f87 -size 499300 diff --git a/dialog-1.3-20170131.tgz b/dialog-1.3-20170131.tgz new file mode 100644 index 0000000..0e85abe --- /dev/null +++ b/dialog-1.3-20170131.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81baec14cb7d76951763576ec276210b3a869e768ad5e2e6ee1cc53420ece8c9 +size 507783 diff --git a/dialog-1.3-20160209.tgz.asc b/dialog-1.3-20170131.tgz.asc similarity index 61% rename from dialog-1.3-20160209.tgz.asc rename to dialog-1.3-20170131.tgz.asc index 779f714..5485f9b 100644 --- a/dialog-1.3-20160209.tgz.asc +++ b/dialog-1.3-20170131.tgz.asc @@ -2,7 +2,7 @@ Version: GnuPG v1.4.12 (GNU/Linux) Comment: See http://invisible-island.net/public/public.html for info -iEYEABECAAYFAla6mIwACgkQcCNT4PfkjtvkVACdFGQNeJXKJHJJNr2KSqNgp8q5 -jHsAoIPP5gkbOask860IcO9/wPmy6hQ9 -=FNld +iEYEABECAAYFAliRQnMACgkQcCNT4PfkjtuOtgCfeszx4mxS9ctnnQuBI+prl1Sj +gdMAn0izP85cXc59w3Pv/4tty7Sg7MvD +=jiXx -----END PGP SIGNATURE----- diff --git a/dialog.changes b/dialog.changes index 6bc88ee..e2c6b07 100644 --- a/dialog.changes +++ b/dialog.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Mar 7 12:56:49 UTC 2017 - p.drouand@gmail.com + +- 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 + ------------------------------------------------------------------- Fri Mar 11 15:49:32 UTC 2016 - mpluskal@suse.com diff --git a/dialog.spec b/dialog.spec index fc03dbe..08302a4 100644 --- a/dialog.spec +++ b/dialog.spec @@ -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: ncurses-devel BuildRequires: pkg-config Requires: terminfo-base Suggests: terminfo +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -67,6 +68,8 @@ BuildArch: noarch %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 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/dialogrc %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 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/dialogrc %defattr(-,root,root) %doc samples/* +%files lang -f %{name}.lang +%defattr(-,root,root) + %changelog