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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Lynn Leichtle <lynn <at> lynn.sh>
Subject: bug#74620: closed (Re: [bug#74620] [PATCH v2] gnu: cataclysm-dda:
 Update to 0-H)
Date: Sun, 01 Dec 2024 11:08:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74620: [PATCH v2] gnu: cataclysm-dda: Update to 0-H

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 74620 <at> debbugs.gnu.org.

-- 
74620: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74620
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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)]
[Message part 5 (message/rfc822, inline)]
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





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.