Hello community, here is the log from the commit of package clisp for openSUSE:Factory checked in at 2017-09-14 21:20:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clisp (Old) and /work/SRC/openSUSE:Factory/.clisp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clisp" Thu Sep 14 21:20:00 2017 rev:43 rq:526111 version:2.49.60+ Changes: -------- --- /work/SRC/openSUSE:Factory/clisp/clisp.changes 2017-08-10 14:13:13.742942008 +0200 +++ /work/SRC/openSUSE:Factory/.clisp.new/clisp.changes 2017-09-14 21:20:05.493399198 +0200 @@ -1,0 +2,5 @@ +Thu Sep 14 12:23:38 UTC 2017 - [email protected] + +- cfree() is missed now in (g)libc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clisp-linux.patch ++++++ --- /var/tmp/diff_new_pack.GA5AES/_old 2017-09-14 21:20:06.781217948 +0200 +++ /var/tmp/diff_new_pack.GA5AES/_new 2017-09-14 21:20:06.781217948 +0200 @@ -1,7 +1,3 @@ ---- - modules/bindings/glibc/linux.lisp | 2 ++ - 1 file changed, 2 insertions(+) - --- a/modules/bindings/glibc/linux.lisp +++ b/modules/bindings/glibc/linux.lisp @@ -294,6 +294,8 @@ @@ -13,3 +9,11 @@ ; -------------------------- <bits/errno.h> ----------------------------------- +@@ -649,7 +651,6 @@ + (def-call-out calloc (:arguments (nmemb size_t) (size size_t)) + (:return-type c-pointer)) + (def-call-out free (:arguments (ptr c-pointer)) (:return-type nil)) +-(def-call-out cfree (:arguments (ptr c-pointer)) (:return-type nil)) + (def-call-out valloc (:arguments (size size_t)) (:return-type c-pointer)) + + (def-call-out abort (:arguments) (:return-type nil))
