Accepting request 637013 from shells

- Unbreak Leap 42.3 compilation 

- Update to version 5.6.2

OBS-URL: https://build.opensuse.org/request/show/637013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2018-10-01 07:04:03 +00:00 committed by Git OBS Bridge
commit 98ebf18ab2
2 changed files with 13 additions and 3 deletions

View File

@ -1,7 +1,12 @@
-------------------------------------------------------------------
Fri Sep 21 09:29:03 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
- Unbreak Leap 42.3 compilation
-------------------------------------------------------------------
Sun Sep 16 20:13:34 UTC 2018 - Karol Babioch <kbabioch@suse.com>
- Updateo to version 5.6.2
- Update to version 5.6.2
* Fix another SIGTTOU case.
* Fix SIGWINCH being ignored when zsh is not in the foreground.

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -108,10 +108,15 @@ perl -p -i -e 's|%{_prefix}/local/bin|%{_bindir}|' \
%build
%define _stack_protector "-fstack-protector-strong"
%if 0%{?suse_version} <= 1315
%define _stack_protector "-fstack-protector"
%endif
%configure \
%if 0%{?suse_version}
--with-term-lib="ncursesw" \
--enable-cflags="%{optflags} -fPIE -fstack-protector-strong %(ncursesw6-config --cflags)" \
--enable-cflags="%{optflags} -fPIE %{_stack_protector} %(ncursesw6-config --cflags)" \
--enable-ldflags="%(ncursesw6-config --libs) -pie -Wl,-z,relro" \
%endif
--enable-fndir=%{_datadir}/%{name}/${version}/functions \