forked from pool/dialog
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
This commit is contained in:
parent
58e0edfda0
commit
00740596d9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0314f7f2195edc58e7567a024dc1d658c2f8ea732796d8fa4b4927df49803f87
|
|
||||||
size 499300
|
|
3
dialog-1.3-20170131.tgz
Normal file
3
dialog-1.3-20170131.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:81baec14cb7d76951763576ec276210b3a869e768ad5e2e6ee1cc53420ece8c9
|
||||||
|
size 507783
|
@ -2,7 +2,7 @@
|
|||||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||||
Comment: See http://invisible-island.net/public/public.html for info
|
Comment: See http://invisible-island.net/public/public.html for info
|
||||||
|
|
||||||
iEYEABECAAYFAla6mIwACgkQcCNT4PfkjtvkVACdFGQNeJXKJHJJNr2KSqNgp8q5
|
iEYEABECAAYFAliRQnMACgkQcCNT4PfkjtuOtgCfeszx4mxS9ctnnQuBI+prl1Sj
|
||||||
jHsAoIPP5gkbOask860IcO9/wPmy6hQ9
|
gdMAn0izP85cXc59w3Pv/4tty7Sg7MvD
|
||||||
=FNld
|
=jiXx
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
@ -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
|
Fri Mar 11 15:49:32 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
14
dialog.spec
14
dialog.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dialog
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define src_date 20160209
|
%define src_date 20170131
|
||||||
%define somajor 13
|
%define somajor 14
|
||||||
Name: dialog
|
Name: dialog
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -38,6 +38,7 @@ BuildRequires: ncurses-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
Requires: terminfo-base
|
Requires: terminfo-base
|
||||||
Suggests: terminfo
|
Suggests: terminfo
|
||||||
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -67,6 +68,8 @@ BuildArch: noarch
|
|||||||
%description examples
|
%description examples
|
||||||
Examples of using menus and dialog boxes in shell scripts.
|
Examples of using menus and dialog boxes in shell scripts.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-%{src_date}
|
%setup -q -n %{name}-%{version}-%{src_date}
|
||||||
bzcat %{SOURCE4} > po/ko.po
|
bzcat %{SOURCE4} > po/ko.po
|
||||||
@ -119,7 +122,7 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/dialogrc
|
|||||||
%post -n libdialog%{somajor} -p /sbin/ldconfig
|
%post -n libdialog%{somajor} -p /sbin/ldconfig
|
||||||
%postun -n libdialog%{somajor} -p /sbin/ldconfig
|
%postun -n libdialog%{somajor} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES README VERSION COPYING
|
%doc CHANGES README VERSION COPYING
|
||||||
%config(noreplace) %{_sysconfdir}/dialogrc
|
%config(noreplace) %{_sysconfdir}/dialogrc
|
||||||
@ -141,4 +144,7 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/dialogrc
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc samples/*
|
%doc samples/*
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user