r5202: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 25 Jun 2003 20:28:08 +0000 (20:28 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 25 Jun 2003 20:28:08 +0000 (20:28 +0000)
debian/changelog
kmrcl.asd

index a2509cf814348d5c0a8500008d455cb277c781f3..98ac156715a905d163f218e6efc8cb2cbe7b2c15 100644 (file)
@@ -1,3 +1,9 @@
+cl-kmrcl (1.51-1) unstable; urgency=low
+
+  * New upstream with support of OpenMCL's MOP
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 25 Jun 2003 14:24:57 -0600
+
 cl-kmrcl (1.50-1) unstable; urgency=low
 
   * New upstream
index 1461c52effabc67be2257046e9b9d367ad37a254..90afbe68a30791f1d25ef5a4599214ce79158006 100644 (file)
--- a/kmrcl.asd
+++ b/kmrcl.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: kmrcl.asd,v 1.36 2003/06/25 18:08:09 kevin Exp $
+;;;; $Id: kmrcl.asd,v 1.37 2003/06/25 20:28:08 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -53,7 +53,6 @@
      (:file "xml-utils" :depends-on ("macros")))
     )
 
-#+(or allegro lispworks sbcl cmu scl openmcl)
 (defmethod perform ((o test-op) (c (eql (find-system 'kmrcl))))
   (operate 'load-op 'kmrcl-tests)
   (operate 'test-op 'kmrcl-tests))