Hello community,

here is the log from the commit of package clisp for openSUSE:Factory checked 
in at 2018-07-06 10:44:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clisp (Old)
 and      /work/SRC/openSUSE:Factory/.clisp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clisp"

Fri Jul  6 10:44:38 2018 rev:48 rq:620953 version:2.49.92

Changes:
--------
--- /work/SRC/openSUSE:Factory/clisp/clisp.changes      2018-03-22 
12:08:12.131038858 +0100
+++ /work/SRC/openSUSE:Factory/.clisp.new/clisp.changes 2018-07-06 
10:44:44.295058865 +0200
@@ -1,0 +2,7 @@
+Mon Jun 25 13:47:37 UTC 2018 - wer...@suse.de
+
+- Remove -mieee-fp gcc option as gcc does not know or ignore
+  that l(ib)ieee is not part of glibc package anymore
+- -fPIE/-fpie is brain dead for a binary used for dumping images
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ clisp.spec ++++++
--- /var/tmp/diff_new_pack.8niLFt/_old  2018-07-06 10:44:44.931058108 +0200
+++ /var/tmp/diff_new_pack.8niLFt/_new  2018-07-06 10:44:44.931058108 +0200
@@ -23,9 +23,7 @@
 # Included gllib is GPL-3.0-or-later
 License:        GPL-2.0-or-later AND GPL-3.0-or-later
 Group:          Development/Languages/Other
-Url:            http://clisp.cons.org
-
-#Source:        http://downloads.sf.net/clisp/%name-%version.tar.bz2
+Url:            https://gitlab.com/gnu-clisp/clisp
 Source:         %name-%version.tar.bz2
 Source3:        clisp-rpmlintrc
 Source4:        README.SUSE
@@ -166,7 +164,7 @@
 CC="${CC} -g ${RPM_OPT_FLAGS} -fno-strict-aliasing -fPIC -pipe"
 case "$(uname -m)" in
     i[0-9]86)
-           CC="${CC} -mieee-fp -ffloat-store"  ;;
+           CC="${CC} -ffloat-store"  ;;
     arm*)   CC="${CC}"                         ;;
     aarch64)CC="${CC}"                         ;;
     ppc)    CC="${CC}"                         ;;

++++++ clisp-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.8niLFt/_old  2018-07-06 10:44:44.983058046 +0200
+++ /var/tmp/diff_new_pack.8niLFt/_new  2018-07-06 10:44:44.987058041 +0200
@@ -3,3 +3,4 @@
 addFilter(".*executable-stack.*/usr/lib.*/clisp-.*")
 addFilter(".*binary-or-shlib-calls-gethostbyname.*/usr/lib.*/clisp-.*")
 addFilter(".*file-contains-date-and-time.*/usr/lib.*/clisp-.*")
+addFilter(".*position-independent-executable-suggested.*")


Reply via email to