From ef5afb9e5286c8e952d4344f019c1a636a717b97 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 11 Feb 2018 10:38:47 -0700 Subject: [PATCH] Version 1.5.7 - Avoid name collision with zacl and net.uri nickname --- debian/changelog | 6 ++++++ src.lisp | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0f4b685..ea1dee2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-puri (1:1.5.7-1) unstable; urgency=medium + + * Avoid name collision with zacl and net.uri nickname (thanks Dave Cooper) + + -- Kevin M. Rosenberg Sun, 11 Feb 2018 10:37:59 -0700 + cl-puri (1:1.5.6-1) unstable; urgency=medium * Removed uri.htm from distribution as is copyright by Franz, Inc diff --git a/src.lisp b/src.lisp index da6d9fd..ee5f5ad 100644 --- a/src.lisp +++ b/src.lisp @@ -21,12 +21,10 @@ ;; but without any warranty; without even the implied warranty of ;; merchantability or fitness for a particular purpose. See the GNU ;; Lesser General Public License for more details. -;; -;; $Id$ (defpackage #:puri (:use #:cl) - #-allegro (:nicknames #:net.uri) + #-(or allegro zacl) (:nicknames #:net.uri) (:export #:uri ; the type and a function #:uri-p -- 2.34.1