public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Lemenkov <lemenkov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/sbcl] f45: SBCL ver. 2.6.8
Date: Fri, 28 Aug 2026 17:35:57 GMT	[thread overview]
Message-ID: <178793855779.1.16200331724437939421.rpms-sbcl-6cb8344bb229@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/sbcl
            Branch : f45
            Commit : 6cb8344bb22964d88835c099fc851a9d95eead84
            Author : Peter Lemenkov <lemenkov@gmail.com>
            Date   : 2026-08-28T19:34:56+02:00
            Stats  : +2/-26 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/sbcl/c/6cb8344bb22964d88835c099fc851a9d95eead84?branch=f45

            Log:
            SBCL ver. 2.6.8

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

---
diff --git a/sbcl-0005-sb-manual-guard-lambda-list-with-fboundp-to-skip-und.patch b/sbcl-0005-sb-manual-guard-lambda-list-with-fboundp-to-skip-und.patch
deleted file mode 100644
index 6566f59..0000000
--- a/sbcl-0005-sb-manual-guard-lambda-list-with-fboundp-to-skip-und.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Peter Lemenkov <lemenkov@gmail.com>
-Date: Tue, 28 Jul 2026 23:19:23 +0200
-Subject: [PATCH] sb-manual: guard lambda-list* with fboundp to skip undefined
- functions
-
-Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
-Assisted-by: Claude (Anthropic) <https://claude.ai>
-
-diff --git a/contrib/sb-manual/texinfo.lisp b/contrib/sb-manual/texinfo.lisp
-index 30c9a3f4c..f17ce8a8d 100644
---- a/contrib/sb-manual/texinfo.lisp
-+++ b/contrib/sb-manual/texinfo.lisp
-@@ -69,7 +69,8 @@
-                             (t (clean (car x))))
-                       (clean (cdr x) :key key :optional optional))))))
-          (multiple-value-bind (ll unknown)
--             (sb-introspect:function-lambda-list name)
-+             (if (fboundp name) (sb-introspect:function-lambda-list name)
-+		 (values nil t))
-            (if unknown
-                (values nil t)
-                (clean ll))))))))

diff --git a/sbcl.spec b/sbcl.spec
index d987239..9087d45 100644
--- a/sbcl.spec
+++ b/sbcl.spec
@@ -30,7 +30,7 @@
 
 Name:	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 2.6.7
+Version: 2.6.8
 Release: %autorelease
 
 # See COPYING for a license breakdown
@@ -71,7 +71,6 @@ Patch: sbcl-0001-Do-not-modify-CFLAGS.patch
 Patch: sbcl-0002-Fix-for-mock-builds-when-proc-isn-t-available.patch
 Patch: sbcl-0003-Verbose-build.patch
 Patch: sbcl-0004-fix-install.sh-use-basename-when-installing-LIBSBCL-.patch
-Patch: sbcl-0005-sb-manual-guard-lambda-list-with-fboundp-to-skip-und.patch
 
 ## upstreamable patches
 

diff --git a/sources b/sources
index a167e2f..d53f018 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sbcl-2.6.7-source.tar.bz2) = 5546303e95e693816e5726f42e745a95b8df137ac093d50b22a07a2a0796e24f5f4f677c9784bb44b30def7afde66c77d563fbf67bdd2e45bab1bf218e7ad35d
+SHA512 (sbcl-2.6.8-source.tar.bz2) = e69d4ee4d357a2841207074404783d1a8736bed2c3fcf4a4ab7d1de3fa29a4d5e5b36365299ed7e25305bf73213a48c59515dd8d6aab5e49f24cc3c8a0ad27d8

                 reply	other threads:[~2026-08-28 17:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178793855779.1.16200331724437939421.rpms-sbcl-6cb8344bb229@fedoraproject.org \
    --to=lemenkov@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox