GNU bug report logs - #74620
[PATCH v2] gnu: cataclysm-dda: Update to 0-H

Previous Next

Package: guix-patches;

Reported by: Lynn Leichtle <lynn <at> lynn.sh>

Date: Sat, 30 Nov 2024 07:53:01 UTC

Severity: normal

Tags: patch

Merged with 74608

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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 74620 in the body.
You can then email your comments to 74620 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#74620; Package guix-patches. (Sat, 30 Nov 2024 07:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lynn Leichtle <lynn <at> lynn.sh>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 30 Nov 2024 07:53:02 GMT) Full text and rfc822 format available.

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

From: Lynn Leichtle <lynn <at> lynn.sh>
To: guix-patches <at> gnu.org
Cc: Lynn Leichtle <lynn <at> lynn.sh>
Subject: [PATCH v2] gnu: cataclysm-dda: Update to 0-H
Date: Fri, 29 Nov 2024 19:51:28 +0000
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 6d29f7ac00..9c7316ff2c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1229,7 +1229,7 @@ (define-public bzflag
 (define-public cataclysm-dda
   (package
     (name "cataclysm-dda")
-    (version "0.G")
+    (version "0.H")
     (source
      (origin
        (method git-fetch)
@@ -1237,7 +1237,7 @@ (define-public cataclysm-dda
              (url "https://github.com/CleverRaven/Cataclysm-DDA")
              (commit version)))
        (sha256
-        (base32 "0y8513yflxfqblk42h5ad0dq5lx5s8k6hhjy65yfcda7amsv9mhx"))
+        (base32 "00lqpvr66h5bpkliln764nh7b0m6chs85yws1l6gg44mijkr6f1j"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.46.0






Information forwarded to guix-patches <at> gnu.org:
bug#74620; Package guix-patches. (Sat, 30 Nov 2024 18:50:03 GMT) Full text and rfc822 format available.

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

From: Noé Lopez <noe <at> xn--no-cja.eu>
To: control <at> debbugs.gnu.org,74620 <at> debbugs.gnu.org
Subject: QA review for 74620
Date: Sat, 30 Nov 2024 19:48:08 +0100
user guix
usertag 74620 + reviewed-looks-good
thanks

Guix QA review form submission:
Thanks for the patch!  It builds and runs well, the commit message just needs to be changed for the ChangeLog format :) I’m sending an updated patch.

Items marked as checked: Lint warnings, Package builds




Information forwarded to guix-patches <at> gnu.org:
bug#74620; Package guix-patches. (Sat, 30 Nov 2024 19:08:02 GMT) Full text and rfc822 format available.

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

From: Noé Lopez <noe <at> xn--no-cja.eu>
To: control <at> debbugs.gnu.org,74608 <at> debbugs.gnu.org,74620 <at> debbugs.gnu.org
Subject: control message for 74608
Date: Sat, 30 Nov 2024 20:08:30 +0100
merge 74608 74620
thanks

Oops, sent the updated patch to 74608.

Have a good day,
Noé




Merged 74608 74620. Request was from Noé Lopez <noe <at> xn--no-cja.eu> to control <at> debbugs.gnu.org. (Sat, 30 Nov 2024 19:08:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#74620; Package guix-patches. (Sun, 01 Dec 2024 11:08:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Lynn Leichtle via Guix-patches via <guix-patches <at> gnu.org>
Cc: 74620-done <at> debbugs.gnu.org, Lynn Leichtle <lynn <at> lynn.sh>
Subject: Re: [bug#74620] [PATCH v2] gnu: cataclysm-dda: Update to 0-H
Date: Sun, 01 Dec 2024 19:07:27 +0800
[Message part 1 (text/plain, inline)]
Lynn Leichtle via Guix-patches via <guix-patches <at> gnu.org> writes:

> ---
>  gnu/packages/games.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

commit message should:
* gnu/packages/games.scm (cataclysm-dda): Update to 0.H.

you can use etc/committer.scm.

> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index 6d29f7ac00..9c7316ff2c 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -1229,7 +1229,7 @@ (define-public bzflag
>  (define-public cataclysm-dda
>    (package
>      (name "cataclysm-dda")
> -    (version "0.G")
> +    (version "0.H")
>      (source
>       (origin
>         (method git-fetch)
> @@ -1237,7 +1237,7 @@ (define-public cataclysm-dda
>               (url "https://github.com/CleverRaven/Cataclysm-DDA")
>               (commit version)))
>         (sha256
> -        (base32 "0y8513yflxfqblk42h5ad0dq5lx5s8k6hhjy65yfcda7amsv9mhx"))
> +        (base32 "00lqpvr66h5bpkliln764nh7b0m6chs85yws1l6gg44mijkr6f1j"))
>         (file-name (git-file-name name version))))
>      (build-system gnu-build-system)

If you're interested, try replacing the cdda build system with cmake.

>      (arguments

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

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sun, 01 Dec 2024 11:08:02 GMT) Full text and rfc822 format available.

Notification sent to Lynn Leichtle <lynn <at> lynn.sh>:
bug acknowledged by developer. (Sun, 01 Dec 2024 11:08:03 GMT) Full text and rfc822 format available.

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sun, 01 Dec 2024 11:08:03 GMT) Full text and rfc822 format available.

Notification sent to Lynn Leichtle <lynn <at> lynn.sh>:
bug acknowledged by developer. (Sun, 01 Dec 2024 11:08:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 29 Dec 2024 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 175 days ago.

Previous Next


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