Hello community, here is the log from the commit of package zsh for openSUSE:Factory checked in at 2020-03-11 18:45:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zsh (Old) and /work/SRC/openSUSE:Factory/.zsh.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zsh" Wed Mar 11 18:45:53 2020 rev:90 rq:783235 version:5.8 Changes: -------- --- /work/SRC/openSUSE:Factory/zsh/zsh.changes 2020-02-20 14:53:55.814117341 +0100 +++ /work/SRC/openSUSE:Factory/.zsh.new.3160/zsh.changes 2020-03-11 18:49:36.927521134 +0100 @@ -1,0 +2,5 @@ +Tue Mar 10 08:38:10 UTC 2020 - Martin Liška <[email protected]> + +- Remove stack-protector option addition, it's already in $optflags. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zsh.spec ++++++ --- /var/tmp/diff_new_pack.sj2rDK/_old 2020-03-11 18:49:37.987521608 +0100 +++ /var/tmp/diff_new_pack.sj2rDK/_new 2020-03-11 18:49:37.987521608 +0100 @@ -108,15 +108,10 @@ %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 %{_stack_protector} %(ncursesw6-config --cflags)" \ + --enable-cflags="%{optflags} -fPIE %(ncursesw6-config --cflags)" \ --enable-ldflags="%(ncursesw6-config --libs) -pie -Wl,-z,relro" \ %endif --enable-fndir=%{_datadir}/%{name}/${version}/functions \
