GNU bug report logs -
#75995
[PATCH] gnu: freedoom: Update to 0.13.0.
Previous Next
Reported by: Ian Eure <ian <at> retrospec.tv>
Date: Sat, 1 Feb 2025 18:00:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
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 75995 in the body.
You can then email your comments to 75995 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75995
; Package
guix-patches
.
(Sat, 01 Feb 2025 18:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ian Eure <ian <at> retrospec.tv>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 01 Feb 2025 18:00:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The update of python-pillow to 11.x broke this package, since its build
process used pillow features which were removed in that version. This is
addressed in the 0.13.0 release, so, update to that.
* gnu/packages/games.scm (freedoom): Update to 0.13.0.
Change-Id: I0b9233e49bbfe13d395163b813c334c3b4c3ebb1
---
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 0a2cc2f97f..0e5dc016a1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1728,7 +1728,7 @@ (define-public foobillard++
(define-public freedoom
(package
(name "freedoom")
- (version "0.12.1")
+ (version "0.13.0")
(source
(origin
(method git-fetch)
@@ -1737,7 +1737,7 @@ (define-public freedoom
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1mq60lfwaaxmch7hsz8403pwafnlsmsd5z2df2j77ppwndwcrypb"))))
+ (base32 "01fwzwi4a68n26d627dkcn85jz854mc3zfnzzkvinmx9yy3z5qmq"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags
--
2.47.1
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Sun, 02 Feb 2025 06:34:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ian Eure <ian <at> retrospec.tv>
:
bug acknowledged by developer.
(Sun, 02 Feb 2025 06:34:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 75995-done <at> debbugs.gnu.org (full text, mbox):
Ian Eure <ian <at> retrospec.tv> writes:
> The update of python-pillow to 11.x broke this package, since its build
> process used pillow features which were removed in that version. This is
> addressed in the 0.13.0 release, so, update to that.
>
> * gnu/packages/games.scm (freedoom): Update to 0.13.0.
Pushed to master, thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 02 Mar 2025 12:24:28 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.