From 5bfaa1aa88a67c5c392f45dfdbacb11244e175bb Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Tue, 20 Apr 2010 12:37:49 -0600 Subject: [PATCH] Depend on UFFI version 2.x --- ChangeLog | 5 +++++ clsql-uffi.asd | 5 +++-- debian/changelog | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e1e9c8..34cbe90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-20 Kevin Rosenberg + * Version 5.1.0 [DEPENDENCY UPGRADE: UFFI 2.x needed] + * clsql-uffi.asd: Depend on UFFI version >= 2.0 + to support foreign encoding of strings. + 2010-04-16 Kevin Rosenberg * Version 5.0.6 * db-postgresql.lisp, sql/fddl.lisp: Fix typos [Thanks to diff --git a/clsql-uffi.asd b/clsql-uffi.asd index 6f743ec..53c6152 100644 --- a/clsql-uffi.asd +++ b/clsql-uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License @@ -77,7 +77,8 @@ :description "Common UFFI Helper functions for Common Lisp SQL Interface Library" :long-description "cl-sql-uffi package provides common helper functions using the UFFI for the CLSQL package." - :depends-on (clsql #-:clsql-cffi uffi #+:clsql-cffi cffi-uffi-compat) + :depends-on (clsql #-:clsql-cffi (:version uffi "2.0") + #+:clsql-cffi cffi-uffi-compat) :components ((:module :uffi diff --git a/debian/changelog b/debian/changelog index c305397..58b1999 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (5.1.0-1) unstable; urgency=low + + * New upstream - depends on UFFI 2.x + + -- Kevin M. Rosenberg Tue, 20 Apr 2010 12:37:13 -0600 + cl-sql (5.0.6-1) unstable; urgency=low * New upstream -- 2.34.1