Hello community, here is the log from the commit of package zsh for openSUSE:Factory checked in at 2015-11-08 14:35:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zsh (Old) and /work/SRC/openSUSE:Factory/.zsh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zsh" Changes: -------- --- /work/SRC/openSUSE:Factory/zsh/zsh.changes 2015-09-17 09:18:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2015-11-08 14:35:24.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Nov 5 15:51:37 UTC 2015 - [email protected] + +- Remove -Wl,-z,now it breaks module loading rh#1277996 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zsh.spec ++++++ --- /var/tmp/diff_new_pack.0mW2YL/_old 2015-11-08 14:35:25.000000000 +0100 +++ /var/tmp/diff_new_pack.0mW2YL/_new 2015-11-08 14:35:25.000000000 +0100 @@ -113,6 +113,7 @@ Util/reporter %build + %configure \ --enable-fndir=%{_datadir}/%{name}/${version}/functions \ --enable-site-fndir=%{_datadir}/%{name}/site-functions \ @@ -124,7 +125,7 @@ --enable-pcre \ --with-term-lib="ncursesw" \ --enable-cflags="%{optflags} -fPIE -fstack-protector %(ncursesw6-config --cflags)" \ - --enable-ldflags="%(ncursesw6-config --libs) -pie -Wl,-z,relro,-z,now" + --enable-ldflags="%(ncursesw6-config --libs) -pie -Wl,-z,relro" # Copy _rpm completion from Redhat (bnc#900424) cp Completion/Redhat/Command/_rpm Completion/openSUSE/Command/_rpm
