diff --git a/clisp-2.36-alloca.patch b/clisp-2.36-alloca.patch index 76bed84..bef35ff 100644 --- a/clisp-2.36-alloca.patch +++ b/clisp-2.36-alloca.patch @@ -1,6 +1,8 @@ ---- src/spvw.d -+++ src/spvw.d 2005-12-15 14:47:54.000000000 +0100 -@@ -3546,7 +3546,7 @@ +Index: src/spvw.d +=================================================================== +--- src/spvw.d.orig ++++ src/spvw.d +@@ -3632,7 +3632,7 @@ nonreturning_function(local, error_dlerr returns: non-NULL pointer to the symbol in the library */ local void* get_module_symbol (const char* format, const char* modname, void* libhandle) { @@ -8,4 +10,4 @@ + var char * symbolbuf = (char *)alloca(strlen(format)+strlen(modname)); sprintf(symbolbuf,format,modname); var void * ret = find_name(libhandle,symbolbuf); - if (ret == NULL) fehler_dlerror("dlsym",symbolbuf,dlerror()); + if (ret == NULL) error_dlerror("dlsym",symbolbuf,dlerror()); diff --git a/clisp-2.39-ia64-wooh.dif b/clisp-2.39-ia64-wooh.dif index 744fcd8..a7cabb8 100644 --- a/clisp-2.39-ia64-wooh.dif +++ b/clisp-2.39-ia64-wooh.dif @@ -1,6 +1,8 @@ ---- tests/streams.tst -+++ tests/streams.tst 2006-07-25 17:58:55.000000000 +0200 -@@ -1022,8 +1022,8 @@ T +Index: tests/streams.tst +=================================================================== +--- tests/streams.tst.orig ++++ tests/streams.tst +@@ -1031,8 +1031,8 @@ T (describe (make-array nil :element-type nil) s))) T @@ -9,5 +11,5 @@ +;(stringp (with-output-to-string (s) (describe nil s))) +;T - (WITH-INPUT-FROM-STRING (*S* "abcde") - (DECLARE (SPECIAL *S*)) + ;; https://sourceforge.net/tracker/index.php?func=detail&aid=1622642&group_id=1355&atid=101355 + (let ((s "a b")) diff --git a/clisp-2.44.1-map_variable.patch b/clisp-2.44.1-map_variable.patch index 0814cba..24af498 100644 --- a/clisp-2.44.1-map_variable.patch +++ b/clisp-2.44.1-map_variable.patch @@ -1,8 +1,10 @@ ---- ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in -+++ ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in 2003-12-10 22:04:30.000000000 -0800 -@@ -31,4 +31,9 @@ - extern void* trampoline_r_data1 (); - #endif +Index: ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in +=================================================================== +--- ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in.orig ++++ ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in +@@ -22,4 +22,9 @@ extern __TR_function trampoline_r_addres + extern void* trampoline_r_data0 (void*); + extern void* trampoline_r_data1 (void*); +/* http://article.gmane.org/gmane.lisp.clisp.general/7485 */ +#ifndef MAP_VARIABLE diff --git a/clisp.changes b/clisp.changes index daf9947..6a13d35 100644 --- a/clisp.changes +++ b/clisp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 3 19:09:10 UTC 2009 - coolo@novell.com + +- updated patches to apply with fuzz=0 + ------------------------------------------------------------------- Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de diff --git a/clisp.spec b/clisp.spec index 73ce6bd..8c93ce5 100644 --- a/clisp.spec +++ b/clisp.spec @@ -32,7 +32,7 @@ Group: Development/Languages/Other PreReq: vim AutoReqProv: on Version: 2.44.1 -Release: 63 +Release: 64 Summary: A Common Lisp Interpreter Url: http://clisp.cons.org Source0: ftp://ftp.gnu.org/pub/gnu/clisp/latest/clisp-%{version}.tar.bz2