GNU bug report logs - #75995
[PATCH] gnu: freedoom: Update to 0.13.0.

Previous Next

Package: guix-patches;

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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ian Eure <ian <at> retrospec.tv>
Subject: bug#75995: closed (Re: [bug#75995] [PATCH] gnu: freedoom: Update
 to 0.13.0.)
Date: Sun, 02 Feb 2025 06:34:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75995: [PATCH] gnu: freedoom: Update to 0.13.0.

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 75995 <at> debbugs.gnu.org.

-- 
75995: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75995
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Ian Eure <ian <at> retrospec.tv>
Cc: 75995-done <at> debbugs.gnu.org
Subject: Re: [bug#75995] [PATCH] gnu: freedoom: Update to 0.13.0.
Date: Sun, 02 Feb 2025 14:37:02 +0800
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!

[Message part 3 (message/rfc822, inline)]
From: Ian Eure <ian <at> retrospec.tv>
To: guix-patches <at> gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH] gnu: freedoom: Update to 0.13.0.
Date: Sat,  1 Feb 2025 09:58:53 -0800
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




This bug report was last modified 108 days ago.

Previous Next


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