Hello community,

here is the log from the commit of package clisp for openSUSE:Factory checked 
in at 2019-09-09 12:38:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clisp (Old)
 and      /work/SRC/openSUSE:Factory/.clisp.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clisp"

Mon Sep  9 12:38:02 2019 rev:49 rq:729347 version:2.49.92

Changes:
--------
--- /work/SRC/openSUSE:Factory/clisp/clisp.changes      2018-07-06 
10:44:44.295058865 +0200
+++ /work/SRC/openSUSE:Factory/.clisp.new.7948/clisp.changes    2019-09-09 
12:39:34.557431174 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 07:50:29 UTC 2019 - Dr. Werner Fink <wer...@suse.de>
+
+- Do not use LTO for clisp images 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ clisp.spec ++++++
--- /var/tmp/diff_new_pack.p65w32/_old  2019-09-09 12:39:35.285431055 +0200
+++ /var/tmp/diff_new_pack.p65w32/_new  2019-09-09 12:39:35.289431054 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clisp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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/
 #
 
 
@@ -80,7 +80,10 @@
 # to BuildRequires
 #
 %define debug   no
+%define _lto_cflags %{nil}
 %global rlver   %(rpm -q --qf '%%{VERSION}' readline-devel | sed 's/\\.//g')
+%define 
add_optflags(a:f:t:p:w:W:d:g:O:A:C:D:E:H:i:M:n:P:U:u:l:s:X:B:I:L:b:V:m:x:c:S:E:o:v:)
 \
+%global optflags %{optflags} %{**}
 Requires(pre):  vim
 Requires(pre):  vim-data
 Requires:       ffcall
@@ -136,6 +139,7 @@
 %patch16 -p1 -b .p16
 
 %build
+%add_optflags -g3 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE
 #
 # Overwrite stack size limit (hopefully a soft limit only)
 #
@@ -161,7 +165,7 @@
 %ifarch s390x
 ##RPM_OPT_FLAGS="$(echo %{optflags}|sed -r 's/-fstack-protector-strong 
?//g;s/-f(stack-clash-protection)/-fno-\1/') -fno-stack-limit"
 %endif
-CC="${CC} -g ${RPM_OPT_FLAGS} -fno-strict-aliasing -fPIC -pipe"
+CC="${CC} -g %{optflags} -fno-strict-aliasing -fPIC -pipe"
 case "$(uname -m)" in
     i[0-9]86)
            CC="${CC} -ffloat-store"  ;;


Reply via email to