GNU bug report logs - #78331
[PATCH] gnu: spdlog: Update to 1.15.3.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Fri, 9 May 2025 12:15:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

To reply to this bug, email your comments to 78331 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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

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


Report forwarded to sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#78331; Package guix-patches. (Fri, 09 May 2025 12:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to sharlatanus <at> gmail.com, guix-patches <at> gnu.org. (Fri, 09 May 2025 12:15:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: spdlog: Update to 1.15.3.
Date: Fri,  9 May 2025 12:13:19 +0000
* gnu/packages/logging.scm (spdlog): Update to 1.15.3.

Change-Id: I62ec1e6b6c406a2fbfd247daee98622dff33549e
---
 gnu/packages/logging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index 7891ccce5f..0e72480a87 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -240,7 +240,7 @@ (define-public multitail
 (define-public spdlog-1.15
   (package
     (name "spdlog")
-    (version "1.15.2")
+    (version "1.15.3")
     (source
      (origin
        (method git-fetch)
@@ -249,7 +249,7 @@ (define-public spdlog-1.15
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0n6i8d5aycvp9n2zz2rz67s1y19cw9m5j3pk4719d3a5czh4267m"))
+        (base32 "12m46hh59rgamr3qg3jyvxf5mkfj0c91ym4v0l79xqcqdps93cyj"))
        (modules '((guix build utils)))
        (snippet #~(delete-file-recursively "include/spdlog/fmt/bundled"))))
     (build-system cmake-build-system)

base-commit: c3b6b57521404d223ae37d3dd91f7bb60ed0cebc
-- 
2.49.0





Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Sat, 10 May 2025 04:08:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Sat, 10 May 2025 04:08:03 GMT) Full text and rfc822 format available.

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

From: Z572 <z572 <at> z572.online>
To: Greg Hogan <code <at> greghogan.com>
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, 78331-done <at> debbugs.gnu.org
Subject: Re: [bug#78331] [PATCH] gnu: spdlog: Update to 1.15.3.
Date: Sat, 10 May 2025 12:07:23 +0800
[Message part 1 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> writes:

> * gnu/packages/logging.scm (spdlog): Update to 1.15.3.
>
> Change-Id: I62ec1e6b6c406a2fbfd247daee98622dff33549e
> ---
>  gnu/packages/logging.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
> index 7891ccce5f..0e72480a87 100644
> --- a/gnu/packages/logging.scm
> +++ b/gnu/packages/logging.scm
> @@ -240,7 +240,7 @@ (define-public multitail
>  (define-public spdlog-1.15
>    (package
>      (name "spdlog")
> -    (version "1.15.2")
> +    (version "1.15.3")
>      (source
>       (origin
>         (method git-fetch)
> @@ -249,7 +249,7 @@ (define-public spdlog-1.15
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "0n6i8d5aycvp9n2zz2rz67s1y19cw9m5j3pk4719d3a5czh4267m"))
> +        (base32 "12m46hh59rgamr3qg3jyvxf5mkfj0c91ym4v0l79xqcqdps93cyj"))
>         (modules '((guix build utils)))
>         (snippet #~(delete-file-recursively "include/spdlog/fmt/bundled"))))
>      (build-system cmake-build-system)
>
> base-commit: c3b6b57521404d223ae37d3dd91f7bb60ed0cebc
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 days ago.

Previous Next


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