r2897: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 30 Sep 2002 05:34:03 +0000 (05:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 30 Sep 2002 05:34:03 +0000 (05:34 +0000)
db-mysql/mysql-loader.cl
debian/changelog
uffi/clsql-uffi-loader.cl

index 2b6a56dbdd41e8e90f3efee266674a7ea654fc46..14c9d9f0395c526966c99a752c502e633a231ef1 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: mysql-loader.cl,v 1.2 2002/09/26 18:18:38 kevin Exp $
+;;;; $Id: mysql-loader.cl,v 1.3 2002/09/30 05:32:35 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 (defvar *clsql-mysql-library-filename* 
   (uffi:find-foreign-library
    "clsql-mysql"
-   `(,(directory-namestring
-       (translate-logical-pathname 
-       "cl-library:clsql;interfaces;mysql;"))
-     "/usr/lib/clsql/"
+   `("/usr/lib/clsql/"
      "/opt/lisp/clsql/db-mysql/"
      "/home/kevin/debian/src/clsql/db-mysql/")
    :drive-letters '("C" "D" "E" "F" "G")))
index ae8bd11a4b79f48c3eac827a3aea247ddd8d75cd..3e3e25abd8177050cf7e5d42e420882a51161cae 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (0.9.6-1) unstable; urgency=low
+
+  * Remove cl-library logical hosts from load-library calls
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 29 Sep 2002 23:32:22 -0600
+
 cl-sql (0.9.5-1) unstable; urgency=low
 
   * OpenMCL is now supported
index e131bd1d605818dd736024f08a1eb43e4d084d5d..e13bd68b1e0a376bd5fbe463a21099cdfe5fa32e 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: clsql-uffi-loader.cl,v 1.2 2002/09/26 18:18:39 kevin Exp $
+;;;; $Id: clsql-uffi-loader.cl,v 1.3 2002/09/30 05:32:35 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 (defvar *clsql-uffi-library-filename* 
   (uffi:find-foreign-library
    "clsql-uffi"
-   `(,(directory-namestring
-       (translate-logical-pathname 
-       "cl-library:clsql-uffi;"))
-     "/usr/lib/clsql/"
+   `("/usr/lib/clsql/"
      "/opt/lisp/clsql/uffi/"
      "/home/kevin/debian/src/clsql/uffi/")
    :drive-letters '("C" "D" "E" "F" "G")))