Accepting request 501417 from home:pluskalm:branches:Base:System

- Update to version 1.3-20170509:
	* improved configure macros CF_ADD_CFLAGS, CF_CC_ENV_FLAGS, and
	  CF_SHARED_OPTS.
	* updated hu.po and tr.po from
		http://translationproject.org/latest/dialog/
	* update config.guess, config.sub

OBS-URL: https://build.opensuse.org/request/show/501417
OBS-URL: https://build.opensuse.org/package/show/Base:System/dialog?expand=0&rev=40
This commit is contained in:
Marcus Meissner 2017-06-10 15:04:26 +00:00 committed by Git OBS Bridge
parent 00740596d9
commit 5609c7b4ad
5 changed files with 20 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81baec14cb7d76951763576ec276210b3a869e768ad5e2e6ee1cc53420ece8c9
size 507783

3
dialog-1.3-20170509.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ff1ba74c632b9d13a0d0d2c942295dd4e8909694eeeded7908a467d0bcd4756
size 509135

View File

@ -2,7 +2,7 @@
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: See http://invisible-island.net/public/public.html for info
iEYEABECAAYFAliRQnMACgkQcCNT4PfkjtuOtgCfeszx4mxS9ctnnQuBI+prl1Sj
gdMAn0izP85cXc59w3Pv/4tty7Sg7MvD
=jiXx
iEYEABECAAYFAlkSVr8ACgkQcCNT4PfkjtvcdQCdGuvvov5SQEiQFR4RV8eyHOUr
XrsAniAnbRI4jv4TEqBVfprwfJpDZM5h
=nmSO
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 6 14:06:01 UTC 2017 - mpluskal@suse.com
- Update to version 1.3-20170509:
* improved configure macros CF_ADD_CFLAGS, CF_CC_ENV_FLAGS, and
CF_SHARED_OPTS.
* updated hu.po and tr.po from
http://translationproject.org/latest/dialog/
* update config.guess, config.sub
-------------------------------------------------------------------
Tue Mar 7 12:56:49 UTC 2017 - p.drouand@gmail.com

View File

@ -16,7 +16,7 @@
#
%define src_date 20170131
%define src_date 20170509
%define somajor 14
Name: dialog
Version: 1.3
@ -35,11 +35,10 @@ Patch0: dialog-1.2-20121230.dif
Patch2: dialog-gcc-warnings.patch
BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig
Requires: terminfo-base
Suggests: terminfo
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Suggests: terminfo
%description
This program lets you use menus and dialog boxes in shell scripts.
@ -106,7 +105,7 @@ make %{?_smp_mflags}
%install
# libtool seems to be broken in shell function func_lalib_unsafe_p()
exec 0</dev/null
make %{?_smp_mflags} DESTDIR=%{buildroot} install
%make_install
rm -rf %{buildroot}%{_libdir}/.libs
find %{buildroot} -type f -name "*.la" -delete -print