Hello community,

here is the log from the commit of package clisp for openSUSE:Factory checked 
in at 2012-07-31 13:29:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clisp (Old)
 and      /work/SRC/openSUSE:Factory/.clisp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clisp", Maintainer is "wer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clisp/clisp.changes      2012-07-24 
22:41:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clisp.new/clisp.changes 2012-07-31 
13:56:49.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 27 20:10:16 UTC 2012 - a...@suse.de
+
+- Fix build with glibc 2.16 (clisp-linux.patch taken from Fedora).
+
+-------------------------------------------------------------------

New:
----
  clisp-linux.patch

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

Other differences:
------------------
++++++ clisp.spec ++++++
--- /var/tmp/diff_new_pack.L99Kcd/_old  2012-07-31 13:57:15.000000000 +0200
+++ /var/tmp/diff_new_pack.L99Kcd/_new  2012-07-31 13:57:15.000000000 +0200
@@ -62,6 +62,7 @@
 Patch8:         clisp-2.39-clx.dif
 Patch10:        ffcall-1.10+2.43.dif
 Patch11:        fix-build-in-qemu.patch
+Patch12:        clisp-linux.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %global vimdir  %{_datadir}/vim/site/after/syntax
 %global        xarch   ppc64 s390x armv4l
@@ -107,6 +108,7 @@
 # qemu does not support stack overflows well ;)
 %patch11 -p0 -b .qemu
 %endif
+%patch12 -p0
 
 %build
 #

++++++ clisp-linux.patch ++++++
--- ./modules/bindings/glibc/linux.lisp.orig    2008-10-08 10:36:19.000000000 
-0600
+++ ./modules/bindings/glibc/linux.lisp 2012-07-25 19:05:07.014592097 -0600
@@ -86,7 +86,7 @@
 
 (def-c-type __key_t)            ; int
 
-(c-lines "#include <bits/ipctypes.h>~%")
+(c-lines "#include <sys/ipc.h>~%")
 (def-c-type __ipc_pid_t)        ; ushort
 
 ; --------------------------- <sys/types.h> -----------------------------------
@@ -293,6 +293,8 @@
 ;; for robust mutexes
 (def-c-const EOWNERDEAD (:documentation "Owner died")) ; 130
 (def-c-const ENOTRECOVERABLE (:documentation "State not recoverable")) ; 131
+(def-c-const ERFKILL (:documentation "Operation not possible due to RF-kill")) 
; 132
+(def-c-const EHWPOISON (:documentation "Memory page has hardware error")) ; 133
 
 ; -------------------------- <bits/errno.h> -----------------------------------
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to