GNU bug report logs -
#68385
[PATCH] gnu: wesnoth: Update to 1.16.11.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Thu, 11 Jan 2024 13:37:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
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 68385 in the body.
You can then email your comments to 68385 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#68385
; Package
guix-patches
.
(Thu, 11 Jan 2024 13:37:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Thu, 11 Jan 2024 13:37:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/games.scm (wesnoth): Update to 1.16.11.
[source]: Use 'git-file-name'.
Change-Id: Id5a34e00a46400b7a32fe16bec845af882686dac
---
gnu/packages/games.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index cf2e38f49c..cd20c64dc4 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2014 Cyrill Schenkel <cyrill.schenkel <at> gmail.com>
;;; Copyright © 2014 Sylvain Beucler <beuc <at> beuc.net>
;;; Copyright © 2014, 2015, 2018, 2019, 2021 Ludovic Courtès <ludo <at> gnu.org>
-;;; Copyright © 2014, 2015, 2016 Sou Bunnbu <iyzsong <at> gmail.com>
+;;; Copyright © 2014, 2015, 2016, 2024 宋文武 <iyzsong <at> envs.net>
;;; Copyright © 2014, 2015, 2019 Mark H Weaver <mhw <at> netris.org>
;;; Copyright © 2015, 2016 Andreas Enge <andreas <at> enge.fr>
;;; Copyright © 2015 David Hashe <david.hashe <at> dhashe.com>
@@ -4573,16 +4573,16 @@ (define-public gnujump
(define-public wesnoth
(package
(name "wesnoth")
- (version "1.16.9")
+ (version "1.16.11")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/wesnoth/wesnoth")
(commit version)))
- (file-name (string-append name "-" version ".tar.bz2"))
+ (file-name (git-file-name name version))
(sha256
(base32
- "06gfgkg8f98jsj9vnbglw5lqflqzf0229n6wf3xl12carjzgaq9g"))))
+ "0z0y2il4xq8fdj20fwfggpf6286hb099jh1kdywap9rlrybq142d"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ;no test target
base-commit: a2506761c4caf25be2590fa1df7b2c1765b48b94
--
2.41.0
Reply sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Fri, 12 Jan 2024 16:18:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Fri, 12 Jan 2024 16:18:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 68385-done <at> debbugs.gnu.org (full text, mbox):
> * gnu/packages/games.scm (wesnoth): Update to 1.16.11.
> [source]: Use 'git-file-name'.
Applied, thanks,
Mathieu
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 10 Feb 2024 12:24:19 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 128 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.