GNU bug report logs - #75539
[PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09

Previous Next

Package: guix-patches;

Reported by: Junker <dk <at> junkeria.club>

Date: Mon, 13 Jan 2025 17:44:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75539 in the body.
You can then email your comments to 75539 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75539; Package guix-patches. (Mon, 13 Jan 2025 17:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Junker <dk <at> junkeria.club>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 13 Jan 2025 17:44:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Junker <dk <at> junkeria.club>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09
Date: Mon, 13 Jan 2025 20:42:51 +0300
Change-Id: I7bce4b64a389d58dfe56fb7e888e0a53a75cb153
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0e799e1a8e..8f9c4af1df 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13600,11 +13600,11 @@ (define-public ecl-dbi
   (sbcl-package->ecl-package sbcl-dbi))
 
 (define-public sbcl-dbus
-  (let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
+  (let ((commit "8bba6a0942232e9d7fa915b33bbe32dfedc5abb9")
         (revision "1"))
     (package
       (name "sbcl-dbus")
-      (version (git-version "20190408" revision commit))
+      (version (git-version "20231105" revision commit))
       (home-page "https://github.com/death/dbus")
       (source
        (origin
@@ -13615,7 +13615,7 @@ (define-public sbcl-dbus
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0fw2q866yddbf23nk9pxphm9gsasx35vjyss82xzvndnjmzlqfl5"))))
+           "1y880074m9g0swxrzpbplmkdxc6r62gzyigglf4x2i0zyss3gf65"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-alexandria

base-commit: 9edb4fe373893becde2ce3e6703b33093fd0b04a
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75539; Package guix-patches. (Mon, 13 Jan 2025 20:23:02 GMT) Full text and rfc822 format available.

Message #8 received at 75539 <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 75539 <at> debbugs.gnu.org
Cc: Junker <dk <at> junkeria.club>
Subject: Re: [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09
Date: Mon, 13 Jan 2025 14:22:17 -0600

Hi, can you also bump the revision variable?
-- 
all the best,
jgart




Information forwarded to guix-patches <at> gnu.org:
bug#75539; Package guix-patches. (Mon, 13 Jan 2025 21:49:01 GMT) Full text and rfc822 format available.

Message #11 received at 75539 <at> debbugs.gnu.org (full text, mbox):

From: Junker <dk <at> junkeria.club>
To: 75539 <at> debbugs.gnu.org
Subject: [PATCH] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09
Date: Tue, 14 Jan 2025 00:48:33 +0300
Change-Id: I3c5acab0a6c783f65d6b3cde2af2e4c27a334b26
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0e799e1a8e..46ad04030e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13600,11 +13600,11 @@ (define-public ecl-dbi
   (sbcl-package->ecl-package sbcl-dbi))
 
 (define-public sbcl-dbus
-  (let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
-        (revision "1"))
+  (let ((commit "8bba6a0942232e9d7fa915b33bbe32dfedc5abb9")
+        (revision "2"))
     (package
       (name "sbcl-dbus")
-      (version (git-version "20190408" revision commit))
+      (version (git-version "20231105" revision commit))
       (home-page "https://github.com/death/dbus")
       (source
        (origin
@@ -13615,7 +13615,7 @@ (define-public sbcl-dbus
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0fw2q866yddbf23nk9pxphm9gsasx35vjyss82xzvndnjmzlqfl5"))))
+           "1y880074m9g0swxrzpbplmkdxc6r62gzyigglf4x2i0zyss3gf65"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-alexandria

base-commit: 9edb4fe373893becde2ce3e6703b33093fd0b04a
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75539; Package guix-patches. (Sat, 18 Jan 2025 10:49:01 GMT) Full text and rfc822 format available.

Message #14 received at 75539 <at> debbugs.gnu.org (full text, mbox):

From: Junker <dk <at> junkeria.club>
To: 75539 <at> debbugs.gnu.org
Date: Sat, 18 Jan 2025 13:47:55 +0300
This is my first patch, and I would appreciate any feedback you might have.




Information forwarded to guix-patches <at> gnu.org:
bug#75539; Package guix-patches. (Sat, 18 Jan 2025 14:24:01 GMT) Full text and rfc822 format available.

Message #17 received at 75539 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: Junker <dk <at> junkeria.club>, 75539 <at> debbugs.gnu.org
Subject: Re: [bug#75539] (no subject)
Date: Sat, 18 Jan 2025 15:23:46 +0100
On 2025-01-18 13:47, Junker wrote:

> This is my first patch, and I would appreciate any feedback you might
> have.

When you send patches once again, don't forget a -v2 flag ;)

Not familiar with CL, but the package builds fine, and the only lint is
a warning.  Looks good to me ;)

Welcome!

-- 
Best regards,
Nicolas Graves




Information forwarded to guix-patches <at> gnu.org:
bug#75539; Package guix-patches. (Sat, 18 Jan 2025 14:32:01 GMT) Full text and rfc822 format available.

Message #20 received at 75539 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: Junker <dk <at> junkeria.club>, 75539 <at> debbugs.gnu.org
Subject: Re: [bug#75539] (no subject)
Date: Sat, 18 Jan 2025 15:31:10 +0100
On 2025-01-18 15:23, Nicolas Graves wrote:

> On 2025-01-18 13:47, Junker wrote:
>
>> This is my first patch, and I would appreciate any feedback you might
>> have.
>
> When you send patches once again, don't forget a -v2 flag ;)
>
> Not familiar with CL, but the package builds fine, and the only lint is
> a warning.  Looks good to me ;)
>
> Welcome!

Sorry, you also forgot to add the description of you changes.  It
usually starts at line 3.  You can see more about that at :

https://www.gnu.org/prep/standards/html_node/Change-Logs.html

For instance, on a recent commit: 

* gnu/packages/dictionaries.scm (gcide): Update to 0.54.

If you use emacs, there are some yasnippets or tempel snippets you can
use, in guix's source etc directory.


-- 
Best regards,
Nicolas Graves




Information forwarded to guix-patches <at> gnu.org:
bug#75539; Package guix-patches. (Thu, 30 Jan 2025 23:01:02 GMT) Full text and rfc822 format available.

Message #23 received at 75539 <at> debbugs.gnu.org (full text, mbox):

From: Junker <dk <at> junkeria.club>
To: 75539 <at> debbugs.gnu.org
Subject: [PATCH v3] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09.
Date: Fri, 31 Jan 2025 02:00:12 +0300
* gnu/packages/lisp-xyz.scm (sbcl-dbus): Update to 20231105-2.8bba6a09.
[source] fix file-name

Change-Id: I36c432e9bd694d8d90af96deb0c7e0ad4b0fb17f
---
 gnu/packages/lisp-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0e799e1a8e..73fb6a5799 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13600,11 +13600,11 @@ (define-public ecl-dbi
   (sbcl-package->ecl-package sbcl-dbi))
 
 (define-public sbcl-dbus
-  (let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
-        (revision "1"))
+  (let ((commit "8bba6a0942232e9d7fa915b33bbe32dfedc5abb9")
+        (revision "2"))
     (package
       (name "sbcl-dbus")
-      (version (git-version "20190408" revision commit))
+      (version (git-version "20231105" revision commit))
       (home-page "https://github.com/death/dbus")
       (source
        (origin
@@ -13612,10 +13612,10 @@ (define-public sbcl-dbus
          (uri (git-reference
                (url home-page)
                (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-dbus" version))
          (sha256
           (base32
-           "0fw2q866yddbf23nk9pxphm9gsasx35vjyss82xzvndnjmzlqfl5"))))
+           "1y880074m9g0swxrzpbplmkdxc6r62gzyigglf4x2i0zyss3gf65"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-alexandria

base-commit: 9edb4fe373893becde2ce3e6703b33093fd0b04a
-- 
2.48.1





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Tue, 04 Feb 2025 14:46:03 GMT) Full text and rfc822 format available.

Notification sent to Junker <dk <at> junkeria.club>:
bug acknowledged by developer. (Tue, 04 Feb 2025 14:46:03 GMT) Full text and rfc822 format available.

Message #28 received at 75539-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 75539-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09
Date: Tue, 04 Feb 2025 14:45:39 +0000
[Message part 1 (text/plain, inline)]
Hi,

Pushed to master as

96a8a41f608 * master gnu: sbcl-dbus: Update to 20231105-2.8bba6a09.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 05 Mar 2025 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 110 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.