GNU bug report logs - #64761
[PATCH] gnu: odamex: Update to 10.3.0.

Previous Next

Package: guix-patches;

Reported by: David Pflug <david <at> pflug.io>

Date: Fri, 21 Jul 2023 08:07:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

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: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#64761: closed ([PATCH] gnu: odamex: Update to 10.3.0.)
Date: Sat, 10 Feb 2024 16:09:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 10 Feb 2024 16:07:41 +0000
with message-id <87le7sqp4i.fsf <at> gmail.com>
and subject line [PATCH] gnu: odamex: Update to 10.3.0.
has caused the debbugs.gnu.org bug report #64761,
regarding [PATCH] gnu: odamex: Update to 10.3.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
64761: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64761
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: David Pflug <david <at> pflug.io>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: odamex: Update to 10.3.0.
Date: Thu, 20 Jul 2023 20:41:51 -0400
* gnu/packages/games.scm (odamex): Update to 10.3.0
---
 gnu/packages/games.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ec084553da..6a34693a0c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -60,7 +60,7 @@
 ;;; Copyright © 2021 Olivier Rojon <o.rojon <at> posteo.net>
 ;;; Copyright © 2021 Stefan Reichör <stefan <at> xsteve.at>
 ;;; Copyright © 2021, 2022 Greg Hogan <code <at> greghogan.com>
-;;; Copyright © 2021 David Pflug <david <at> pflug.io>
+;;; Copyright © 2021, 2023 David Pflug <david <at> pflug.io>
 ;;; Copyright © 2021, 2022 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2021 Solene Rapenne <solene <at> perso.pw>
 ;;; Copyright © 2021, 2022 Noisytoot <ron <at> noisytoot.org>
@@ -7879,19 +7879,20 @@ (define-public gzdoom
 (define-public odamex
   (package
     (name "odamex")
-    (version "0.9.5")
+    (version "10.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "mirror://sourceforge/odamex/Odamex/" version "/"
-             "odamex-src-" version ".tar.bz2"))
+             "odamex-src-" version ".tar.zstd"))
        (sha256
-        (base32 "1x0c9vnwn336inkfamh4na8xjyfjmzfxfn49j4snqymkypjqw6jq"))))
+        (base32 "1wws74hrc816raj9wbwmhi7q1arzjv0fxssdgbyppy0zh7zg5abh"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f))          ; no tests
     (native-inputs
-     (list deutex))
+     (list deutex
+           zstd))
     (inputs
      `(("sdl" ,sdl2)
        ("sdl-mixer" ,sdl2-mixer)
-- 
2.41.0


[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 64761-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: odamex: Update to 10.3.0.
Date: Sat, 10 Feb 2024 16:07:41 +0000
[Message part 4 (text/plain, inline)]
Hi,

Update to 10.3.0 pushed as 6aefab6c0c5e9656572ce0ad8d9d41e27cb17071 to master.

I've unbundled some libs, but more work required to proper replace remaining
bundled libraries.

Unbundle some libs and remove labels pushed as 54592df80d..6a59d3ad68 to
master.

Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 102 days ago.

Previous Next


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