Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2018-10-01 09:04:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zsh (Old)
 and      /work/SRC/openSUSE:Factory/.zsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zsh"

Mon Oct  1 09:04:03 2018 rev:85 rq:637013 version:5.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2018-09-18 11:40:06.340120094 
+0200
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes     2018-10-01 
09:04:16.915951596 +0200
@@ -1,0 +2,5 @@
+Fri Sep 21 09:29:03 UTC 2018 - Ismail Dönmez <idon...@suse.com>
+
+- Unbreak Leap 42.3 compilation 
+
+-------------------------------------------------------------------
@@ -4 +9 @@
-- Updateo to version 5.6.2
+- Update to version 5.6.2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zsh.spec ++++++
--- /var/tmp/diff_new_pack.iScDmE/_old  2018-10-01 09:04:18.083950586 +0200
+++ /var/tmp/diff_new_pack.iScDmE/_new  2018-10-01 09:04:18.083950586 +0200
@@ -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 @@
 
 %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 \




Reply via email to