Hello community, here is the log from the commit of package clisp checked in at Tue May 23 01:03:40 CEST 2006. -------- --- clisp/clisp.changes 2006-03-21 13:30:07.000000000 +0100 +++ clisp/clisp.changes 2006-05-22 18:15:06.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 22 18:14:49 CEST 2006 - werner@suse.de + +- Update to clisp 2.38 + +------------------------------------------------------------------- Old: ---- clisp-2.37.dif clisp-2.37.tar.bz2 New: ---- clisp-2.38.dif clisp-2.38.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clisp.spec ++++++ --- /var/tmp/diff_new_pack.aDI1Hb/_old 2006-05-23 01:03:18.000000000 +0200 +++ /var/tmp/diff_new_pack.aDI1Hb/_new 2006-05-23 01:03:18.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package clisp (Version 2.37) +# spec file for package clisp (Version 2.38) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -23,8 +23,8 @@ Group: Development/Languages/Other Provides: clisp Autoreqprov: on -Version: 2.37 -Release: 9 +Version: 2.38 +Release: 1 Summary: A Common Lisp Interpreter URL: http://clisp.cons.org Source: ftp://ftp.gnu.org/pub/gnu/clisp/latest/clisp-%{version}.tar.bz2 @@ -239,6 +239,8 @@ %doc %{_mandir}/man1/clisp.1.gz %changelog -n clisp +* Mon May 22 2006 - werner@suse.de +- Update to clisp 2.38 * Tue Mar 21 2006 - werner@suse.de - Be sure not to be fooled by old kernels on IA64 * Mon Mar 13 2006 - werner@suse.de ++++++ clisp-2.37.dif -> clisp-2.38.dif ++++++ --- clisp/clisp-2.37.dif 2006-02-05 12:02:02.000000000 +0100 +++ clisp/clisp-2.38.dif 2006-05-22 18:25:24.000000000 +0200 @@ -1,5 +1,5 @@ --- .pkgextract -+++ .pkgextract ++++ .pkgextract 2006-05-22 18:06:36.000000000 +0200 @@ -0,0 +1,5 @@ +patch -p0 -s --suffix=.mappriv < ../clisp-2.31-map_private.patch +patch -p0 -s --suffix=.mapvar < ../clisp-2.31-map_variable.patch @@ -7,7 +7,7 @@ +patch -p0 -s --suffix=.ia64 < ../clisp-2.33.2-ia64.dif +patch -p0 -s --suffix=.alloca < ../clisp-2.36-alloca.patch --- configure -+++ configure ++++ configure 2006-05-22 18:06:36.000000000 +0200 @@ -341,6 +341,17 @@ passnext=yes passnextm=yes ;; @@ -37,7 +37,7 @@ make check cd .. --- ffcall/build-aux/config.guess -+++ ffcall/build-aux/config.guess ++++ ffcall/build-aux/config.guess 2006-05-22 18:06:36.000000000 +0200 @@ -983,6 +983,7 @@ exit ;; esac @@ -47,7 +47,7 @@ sed 's/^ //' << EOF >$dummy.c #include <features.h> --- ffcall/callback/trampoline_r/trampoline.c -+++ ffcall/callback/trampoline_r/trampoline.c ++++ ffcall/callback/trampoline_r/trampoline.c 2006-05-22 18:06:36.000000000 +0200 @@ -191,15 +191,11 @@ #ifdef ultrix #include <mips/cachectl.h> @@ -65,7 +65,7 @@ #include <sys/syslocal.h> #endif --- libcharset/build-aux/config.guess -+++ libcharset/build-aux/config.guess ++++ libcharset/build-aux/config.guess 2006-05-22 18:06:36.000000000 +0200 @@ -983,6 +983,7 @@ exit ;; esac @@ -75,7 +75,7 @@ sed 's/^ //' << EOF >$dummy.c #include <features.h> --- libcharset/lib/Makefile.in -+++ libcharset/lib/Makefile.in ++++ libcharset/lib/Makefile.in 2006-05-22 18:06:36.000000000 +0200 @@ -57,10 +57,10 @@ $(LIBTOOL_LINK) $(CC) $(LDFLAGS) -o libcharset.la -rpath $(libdir) -version-info $(LIBCHARSET_VERSION_INFO) -no-undefined $(OBJECTS) @@ -90,7 +90,7 @@ charset.alias: $(srcdir)/config.charset $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ --- modules/clx/new-clx/README.SuSE -+++ modules/clx/new-clx/README.SuSE ++++ modules/clx/new-clx/README.SuSE 2006-05-22 18:06:36.000000000 +0200 @@ -1,35 +1,34 @@ - # @@ -139,7 +139,7 @@ + clisp -K full -q -i qix --- modules/clx/new-clx/clx.lisp -+++ modules/clx/new-clx/clx.lisp ++++ modules/clx/new-clx/clx.lisp 2006-05-22 18:06:36.000000000 +0200 @@ -22,6 +22,7 @@ ;;;; -------------------------------------------------------------------------- ;;;; Exports @@ -149,7 +149,7 @@ '(*version* access-control access-error access-hosts activate-screen-saver add-access-host add-resource add-to-save-set alist alloc-color --- modules/clx/new-clx/demos/koch.lisp -+++ modules/clx/new-clx/demos/koch.lisp ++++ modules/clx/new-clx/demos/koch.lisp 2006-05-22 18:06:36.000000000 +0200 @@ -7,7 +7,30 @@ ;;; $Id: koch.lisp,v 1.1 2005/09/28 22:23:24 sds Exp $ ;;; $Source: /cvsroot/clisp/clisp/modules/clx/new-clx/demos/koch.lisp,v $ @@ -193,7 +193,7 @@ (provide :koch) --- modules/clx/new-clx/demos/qix.lisp -+++ modules/clx/new-clx/demos/qix.lisp ++++ modules/clx/new-clx/demos/qix.lisp 2006-05-22 18:06:36.000000000 +0200 @@ -14,7 +14,30 @@ ;;;; o or a spline option?! ;;;; @@ -237,7 +237,7 @@ (provide "qix") --- modules/clx/new-clx/demos/sokoban.lisp -+++ modules/clx/new-clx/demos/sokoban.lisp ++++ modules/clx/new-clx/demos/sokoban.lisp 2006-05-22 18:06:36.000000000 +0200 @@ -39,7 +39,30 @@ ;;;; - maximum field size is hard wired to 20x20. (This is not in the LISP spirit!) ;;;; - sometimes the programm could not count correctly ... @@ -292,41 +292,53 @@ +(format t "~&~% Call (sokoban:sokoban)~%~%") (provide "sokoban") +--- modules/postgresql/config.h.in ++++ modules/postgresql/config.h.in 2006-05-22 18:25:12.000000000 +0200 +@@ -36,6 +36,9 @@ + /* Define to 1 if you have the <memory.h> header file. */ + #undef HAVE_MEMORY_H + ++/* Define to 1 if you have the <pgsql/postgres_ext.h> header file. */ ++#undef HAVE_PGSQL_POSTGRES_EXT_H ++ + /* Define to 1 if you have the <postgresql/postgres_ext.h> header file. */ + #undef HAVE_POSTGRESQL_POSTGRES_EXT_H + --- modules/postgresql/configure -+++ modules/postgresql/configure -@@ -3480,7 +3480,7 @@ ++++ modules/postgresql/configure 2006-05-22 18:09:09.000000000 +0200 +@@ -3481,7 +3481,7 @@ --for ac_header in postgres_ext.h -+for ac_header in pgsql/postgres_ext.h +-for ac_header in postgres_ext.h postgresql/postgres_ext.h ++for ac_header in postgres_ext.h postgresql/postgres_ext.h pgsql/postgres_ext.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then -@@ -3629,7 +3629,7 @@ +@@ -3630,7 +3630,7 @@ done --if test "$ac_cv_header_postgres_ext_h" = "no"; then -+if test "$ac_cv_header_pgsql_postgres_ext_h" = "no"; then +-if test "$ac_cv_header_postgres_ext_h" = "no" -a "$ac_cv_header_postgresql_postgres_ext_h" = "no"; then ++if test "$ac_cv_header_postgres_ext_h" = "no" -a "$ac_cv_header_postgresql_postgres_ext_h" = "no" -a "$ac_cv_header_pgsql_postgres_ext_h" = "no"; then { { echo "$as_me:$LINENO: error: cannot find PostgreSQL headers" >&5 echo "$as_me: error: cannot find PostgreSQL headers" >&2;} { (exit 1); exit 1; }; } --- modules/postgresql/configure.in -+++ modules/postgresql/configure.in ++++ modules/postgresql/configure.in 2006-05-22 18:09:54.000000000 +0200 @@ -18,8 +18,8 @@ AC_MSG_NOTICE([* PostgreSQL (Headers)]) AC_HEADER_STDC AC_HEADER_TIME --AC_CHECK_HEADERS(postgres_ext.h) --if test "$ac_cv_header_postgres_ext_h" = "no"; then -+AC_CHECK_HEADERS(pgsql/postgres_ext.h) -+if test "$ac_cv_header_pgsql_postgres_ext_h" = "no"; then +-AC_CHECK_HEADERS(postgres_ext.h postgresql/postgres_ext.h) +-if test "$ac_cv_header_postgres_ext_h" = "no" -a "$ac_cv_header_postgresql_postgres_ext_h" = "no"; then ++AC_CHECK_HEADERS(postgres_ext.h postgresql/postgres_ext.h pgsql/postgres_ext.h) ++if test "$ac_cv_header_postgres_ext_h" = "no" -a "$ac_cv_header_postgresql_postgres_ext_h" = "no" -a "$ac_cv_header_pgsql_postgres_ext_h" = "no"; then AC_MSG_ERROR([cannot find PostgreSQL headers]) fi --- modules/postgresql/link.sh.in -+++ modules/postgresql/link.sh.in ++++ modules/postgresql/link.sh.in 2006-05-22 18:06:36.000000000 +0200 @@ -4,5 +4,5 @@ INCLUDES="$absolute_linkkitdir" NEW_FILES='' @@ -335,26 +347,26 @@ +NEW_LIBS="${NEW_FILES} @LIBS@ -lcrypt -lssl" TO_LOAD='postgresql sql' --- modules/postgresql/postgresql.lisp -+++ modules/postgresql/postgresql.lisp -@@ -21,7 +21,7 @@ - - (c-lines "#include <config.h>~%") ; local PostgreSQL config - --(c-lines "#include <postgres_ext.h>~%") -+(c-lines "#include <pgsql/postgres_ext.h>~%") - - (def-c-type Oid uint) - -@@ -30,7 +30,7 @@ - (defconstant MAX-PARAM 64) - (defconstant BUFSIZ 1024)) - --(c-lines "#include <libpq-fe.h>~%") -+(c-lines "#include <pgsql/libpq-fe.h>~%") - - (def-c-enum ConnStatusType - CONNECTION_OK -@@ -191,7 +191,8 @@ ++++ modules/postgresql/postgresql.lisp 2006-05-22 18:12:41.000000000 +0200 +@@ -25,6 +25,8 @@ + # include <postgres_ext.h> + #elif defined(HAVE_POSTGRESQL_POSTGRES_EXT_H) + # include <postgresql/postgres_ext.h> ++#elif defined(HAVE_PGSQL_POSTGRES_EXT_H) ++# include <pgsql/postgres_ext.h> + #else + # error \"PostgreSQL is not found\" + #endif~%") +@@ -40,6 +42,8 @@ + # include <libpq-fe.h> + #elif defined(HAVE_POSTGRESQL_POSTGRES_EXT_H) + # include <postgresql/libpq-fe.h> ++#elif defined(HAVE_PGSQL_POSTGRES_EXT_H) ++# include <pgsql/libpq-fe.h> + #else + # error \"PostgreSQL is not found\" + #endif~%") +@@ -203,7 +207,8 @@ (def-call-out PQport (:return-type c-string) (:arguments (conn PGconn))) (def-call-out PQtty (:return-type c-string) (:arguments (conn PGconn))) (def-call-out PQoptions (:return-type c-string) (:arguments (conn PGconn))) @@ -364,7 +376,7 @@ (def-call-out PQtransactionStatus (:return-type PGTransactionStatusType) (:arguments (conn PGconn))) (def-call-out PQparameterStatus (:return-type c-string) -@@ -322,7 +323,8 @@ +@@ -334,7 +339,8 @@ (nargs int))) ;; Accessor functions for PGresult objects @@ -374,7 +386,7 @@ (:arguments (res PGresult))) (def-call-out PQresStatus (:return-type c-string) (:arguments (status ExecStatusType))) -@@ -371,7 +373,8 @@ +@@ -383,7 +389,8 @@ (def-call-out PQfreemem (:return-type nil) (:arguments (res c-pointer))) (def-call-out PQmakeEmptyPGresult (:return-type PGresult) @@ -384,29 +396,8 @@ ;; Quoting strings before inclusion in queries (def-call-out PQescapeString (:return-type uint) ---- src/autoconf/aclocal.m4 -+++ src/autoconf/aclocal.m4 -@@ -4028,7 +4028,7 @@ - dnl When using libtool, the option that works for both libraries and - dnl executables is -R. The -R options are cumulative. - for found_dir in $ltrpathdirs; do -- LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" -+ LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-Wl,-rpath-link$found_dir" - done - fi - ]) ---- src/build-aux/config.guess -+++ src/build-aux/config.guess -@@ -983,6 +983,7 @@ - exit ;; - esac - # Determine whether the default compiler is a.out or elf -+ test -e /etc/SuSE-release && VENDOR=suse - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include <features.h> --- src/lispbibl.d -+++ src/lispbibl.d ++++ src/lispbibl.d 2006-05-22 18:06:36.000000000 +0200 @@ -223,7 +223,7 @@ #endif #ifdef GENERIC_UNIX @@ -438,7 +429,7 @@ #elif !(oint_addr_shift==0) #define type_data_object(type,data) \ --- src/makemake.in -+++ src/makemake.in ++++ src/makemake.in 2006-05-22 18:06:36.000000000 +0200 @@ -218,6 +218,9 @@ # Handle --with-... arguments while test -z "$endofargs"; do @@ -449,7 +440,7 @@ -verb* | --verb* ) verbose=`echol "$1"|sed 's/-*v[^=]*=*//'` test -n "${verbose}" || verbose=true -@@ -1614,6 +1617,10 @@ +@@ -1618,6 +1621,10 @@ EVERY_INCLUDES_H=$EVERY_INCLUDES_H' libcharset.h' fi @@ -460,7 +451,7 @@ OTHER_INCLUDES=' constpack avl sort subrkw bytecode' SPVW_INCLUDES=' spvw_module spvw_debug spvw_alloca spvw_mmap spvw_multimap spvw_singlemap spvw_page spvw_heap spvw_global spvw_gcstat spvw_space spvw_mark spvw_objsize spvw_update spvw_fault spvw_sigsegv spvw_sigcld spvw_sigpipe spvw_sigint spvw_sigwinch spvw_sigterm spvw_garcol spvw_genera1 spvw_gcmark spvw_genera2 spvw_weak spvw_genera3 spvw_allocate spvw_typealloc spvw_circ spvw_walk spvw_ctype spvw_language spvw_memfile' -@@ -1866,7 +1873,7 @@ +@@ -1870,7 +1877,7 @@ echol "dvidir = ${DVIDIR}" echol "psdir = ${PSDIR}" echol "pdfdir = ${PDFDIR}" @@ -469,8 +460,29 @@ echol "lisplibdir = \$(libdir)${NEXT_}clisp" if [ -n "$USE_GETTEXT" ] ; then echol "localedir = ${LOCALEDIR}" +--- src/autoconf/aclocal.m4 ++++ src/autoconf/aclocal.m4 2006-05-22 18:06:36.000000000 +0200 +@@ -4028,7 +4028,7 @@ + dnl When using libtool, the option that works for both libraries and + dnl executables is -R. The -R options are cumulative. + for found_dir in $ltrpathdirs; do +- LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" ++ LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-Wl,-rpath-link$found_dir" + done + fi + ]) +--- src/build-aux/config.guess ++++ src/build-aux/config.guess 2006-05-22 18:06:36.000000000 +0200 +@@ -983,6 +983,7 @@ + exit ;; + esac + # Determine whether the default compiler is a.out or elf ++ test -e /etc/SuSE-release && VENDOR=suse + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include <features.h> --- utils/gctrigger.d -+++ utils/gctrigger.d ++++ utils/gctrigger.d 2006-05-22 18:06:36.000000000 +0200 @@ -602,6 +602,7 @@ local Token nexttoken (boolean within_prep_directive) { ++++++ clisp-2.37.tar.bz2 -> clisp-2.38.tar.bz2 ++++++ clisp/clisp-2.37.tar.bz2 clisp/clisp-2.38.tar.bz2 differ: char 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de