New Upstream Release - cl-closer-mop

Ready changes

Summary

Merged new upstream version: 20230628.gitc5c2dfd (was: 20220227.giteabdf6a).

Resulting package

Built on 2023-07-10T19:38 (took 7m35s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases cl-closer-mop

Lintian Result

Diff

diff --git a/README.md b/README.md
index 109005b..e60742d 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ Currently, the following Common Lisp implementations are supported:
 * CLisp 2.49
 * Clozure Common Lisp 1.12.1
 * Embeddable Common Lisp 21.2.1
-* LispWorks 8.0 Hobbyist Edition
-* Steel Bank Common Lisp 2.2.2
+* LispWorks 8.0, 8.0.1 Hobbyist Edition
+* Steel Bank Common Lisp 2.3.6
 
 The following implementations were supported in the past:
 * Allegro Common Lisp 7.0, 8.0 - 8.2 Enterprise Editions
diff --git a/debian/changelog b/debian/changelog
index a21820d..437c681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-cl-closer-mop (2:20220227.giteabdf6a-2) UNRELEASED; urgency=medium
+cl-closer-mop (2:20230628.gitc5c2dfd-1) UNRELEASED; urgency=medium
 
+  [ Sébastien Villemot ]
   * Remove myself from Uploaders
 
- -- Sébastien Villemot <sebastien@debian.org>  Sat, 10 Jun 2023 13:45:00 +0200
+  [ Debian Janitor ]
+  * New upstream release.
+
+ -- Sébastien Villemot <sebastien@debian.org>  Mon, 10 Jul 2023 19:31:46 -0000
 
 cl-closer-mop (2:20220227.giteabdf6a-1) unstable; urgency=medium
 
diff --git a/features.lisp b/features.lisp
index 27675f3..cfac69c 100644
--- a/features.lisp
+++ b/features.lisp
@@ -274,7 +274,7 @@
  (:subclasses-of-standard-slot-definition-do-not-inherit-exported-slots)
  (:subclasses-of-standard-writer-method-do-not-inherit-exported-slots))
 
-:lispworks8.0
+:lispworks8.0-8.0.1
 ((:add-method-calls-compute-discriminating-function)
  (:add-method-updates-specializer-direct-generic-functions fixed)
  (:compute-applicable-methods-using-classes fixed)
@@ -360,7 +360,7 @@
  (:subclasses-of-standard-slot-definition-do-not-inherit-exported-slots)
  (:subclasses-of-standard-writer-method-do-not-inherit-exported-slots))
 
-:sbcl2.2.2
+:sbcl2.3.6
 #| all features implemented |#
 
 :scl1.3.9
diff --git a/features.txt b/features.txt
index 9b19eb9..7c2baea 100644
--- a/features.txt
+++ b/features.txt
@@ -108,7 +108,7 @@ LispWorks 5.1.2 Personal & Professional Edition
 - STANDARD-CLASS and FUNCALLABLE-STANDARD-CLASS are not compatible. Not fixed.
 - Subclasses of BUILT-IN-CLASS (fixed), CLASS (fixed), DIRECT-SLOT-DEFINITION, EFFECTIVE-SLOT-DEFINITION, FORWARD-REFERENCED-CLASS (fixed), FUNCALLABLE-STANDARD-CLASS (fixed), SLOT-DEFINITION, STANDARD-ACCESSOR-METHOD, STANDARD-CLASS (fixed), STANDARD-DIRECT-SLOT-DEFINITION, STANDARD-EFFECTIVE-SLOT-DEFINITION, STANDARD-GENERIC-FUNCTION, STANDARD-METHOD, STANDARD-READER-METHOD, STANDARD-SLOT-DEFINITION and STANDARD-WRITER-METHOD will inherit slots whose names are exported symbols and/or accessible in the package common-lisp-user. Not fixed, except where indicated otherwise.
 
-LispWorks 6.0.1 Enterprise Edition, 6.1 & 6.1.1 Professional Edition, 7.0, 7.1.2, 7.1.3, 8.0 Hobbyist Edition
+LispWorks 6.0.1 Enterprise Edition, 6.1 & 6.1.1 Professional Edition, 7.0, 7.1.2, 7.1.3 Hobbyist Edition
 
 - CLASS-DIRECT-DEFAULT-INITARGS and CLASS-DEFAULT-INITARGS don't return canonicalized default initargs as specified. Not fixed.
 - ADD-METHOD, REMOVE-METHOD, INITIALIZE-INSTANCE and REINITIALIZE-INSTANCE do not determine a new discriminating function. This is postponed until function invocation instead, so shouldn't be a problem in practice.
@@ -126,7 +126,7 @@ LispWorks 6.0.1 Enterprise Edition, 6.1 & 6.1.1 Professional Edition, 7.0, 7.1.2
 - STANDARD-CLASS and FUNCALLABLE-STANDARD-CLASS are not compatible. Not fixed.
 - Subclasses of BUILT-IN-CLASS (fixed), CLASS (fixed), DIRECT-SLOT-DEFINITION, EFFECTIVE-SLOT-DEFINITION, FORWARD-REFERENCED-CLASS (fixed), FUNCALLABLE-STANDARD-CLASS (fixed), SLOT-DEFINITION, STANDARD-ACCESSOR-METHOD, STANDARD-CLASS (fixed), STANDARD-DIRECT-SLOT-DEFINITION, STANDARD-EFFECTIVE-SLOT-DEFINITION, STANDARD-GENERIC-FUNCTION, STANDARD-METHOD, STANDARD-READER-METHOD, STANDARD-SLOT-DEFINITION and STANDARD-WRITER-METHOD will inherit slots whose names are exported symbols and/or accessible in the package common-lisp-user. Not fixed, except where indicated otherwise.
 
-LispWorks 8.0 Hobbyist Edition
+LispWorks 8.0, 8.0.1 Hobbyist Edition
 
 - ADD-METHOD, REMOVE-METHOD, INITIALIZE-INSTANCE and REINITIALIZE-INSTANCE do not determine a new discriminating function. This is postponed until function invocation instead, so shouldn't be a problem in practice.
 - COMPUTE-APPLICABLE-METHODS-USING-CLASSES doesn't exist. Fixed.
@@ -153,7 +153,7 @@ In MCL, generic functions work completely differently than specified. The specif
 - The automatically created accessor methods in DEFCLASS forms don't call SLOT-VALUE-USING-CLASS and (SETF SLOT-VALUE-USING-CLASS). Fixed.
 - Subclasses of DIRECT-SLOT-DEFINITION, EFFECTIVE-SLOT-DEFINITION, SLOT-DEFINITION, STANDARD-ACCESSOR-METHOD, STANDARD-DIRECT-SLOT-DEFINITION, STANDARD-EFFECTIVE-SLOT-DEFINITION, STANDARD-GENERIC-FUNCTION, STANDARD-METHOD, STANDARD-READER-METHOD, STANDARD-SLOT-DEFINITION and STANDARD-WRITER-METHOD will inherit slots whose names are exported symbols and/or accessible in the package common-lisp-user. Not fixed.
 
-SBCL 2.2.2
+SBCL 2.3.6
 
 All features implemented. (In SBCL 1.0.47, there is a glitch with methods on slot-boundp-using-class, which may not work in all cases.)
 

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details