GNU bug report logs - #71149
[PATCH] gnu: f3d: Update to 2.4.0.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Thu, 23 May 2024 17:12:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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 71149 in the body.
You can then email your comments to 71149 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71149; Package guix-patches. (Thu, 23 May 2024 17:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 23 May 2024 17:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: f3d: Update to 2.4.0.
Date: Thu, 23 May 2024 20:11:19 +0300
* gnu/packages/graphics.scm (f3d): Update to 2.4.0.
  [home-page]: Set to "https://f3d.app/" as the old page contains permanent
  redirect to it.

Change-Id: Ia574725d31dcb181ced37b2debe24c033cb9094b
---
 gnu/packages/graphics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 7a2f827d36..5b741bbe45 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -36,7 +36,7 @@
 ;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2023 David Thompson <dthompson2 <at> worcester.edu>
 ;;; Copyright © 2023 Eric Bavier <bavier <at> posteo.net>
-;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2865,7 +2865,7 @@ (define-public asli
 (define-public f3d
   (package
     (name "f3d")
-    (version "2.2.1")
+    (version "2.4.0")
     (source
      (origin
        (method git-fetch)
@@ -2874,7 +2874,7 @@ (define-public f3d
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0f076754zsxb4gwk6bxj94iyjj0dfxmmc8w88f55xd6hbm3qdnwd"))
+        (base32 "1vls3jbq8r5ph937a2d1i8dv2zjhjjm9cmfgyap5424z7k5anv40"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -2951,7 +2951,7 @@ (define-public f3d
            openexr
            vtk
            zlib))
-    (home-page "https://f3d-app.github.io/f3d/")
+    (home-page "https://f3d.app/")
     (synopsis "VTK-based 3D viewer")
     (description "F3D (pronounced @samp{/fɛd/}) is a VTK-based 3D viewer with
 simple interaction mechanisms and which is fully controllable using arguments

base-commit: 016fd7720db06f0945e345cc9d5043642f3b8720
-- 
2.41.0





Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Fri, 31 May 2024 11:47:03 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Fri, 31 May 2024 11:47:03 GMT) Full text and rfc822 format available.

Message #10 received at 71149-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 71149-done <at> debbugs.gnu.org
Subject: Re: [bug#71149] [PATCH] gnu: f3d: Update to 2.4.0.
Date: Fri, 31 May 2024 19:45:29 +0800
[Message part 1 (text/plain, inline)]
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> writes:

> * gnu/packages/graphics.scm (f3d): Update to 2.4.0.
>   [home-page]: Set to "https://f3d.app/" as the old page contains permanent
>   redirect to it.
>
> Change-Id: Ia574725d31dcb181ced37b2debe24c033cb9094b
> ---
>  gnu/packages/graphics.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
> index 7a2f827d36..5b741bbe45 100644
> --- a/gnu/packages/graphics.scm
> +++ b/gnu/packages/graphics.scm
> @@ -36,7 +36,7 @@
>  ;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus <at> gmail.com>
>  ;;; Copyright © 2023 David Thompson <dthompson2 <at> worcester.edu>
>  ;;; Copyright © 2023 Eric Bavier <bavier <at> posteo.net>
> -;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
> +;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -2865,7 +2865,7 @@ (define-public asli
>  (define-public f3d
>    (package
>      (name "f3d")
> -    (version "2.2.1")
> +    (version "2.4.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -2874,7 +2874,7 @@ (define-public f3d
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "0f076754zsxb4gwk6bxj94iyjj0dfxmmc8w88f55xd6hbm3qdnwd"))
> +        (base32 "1vls3jbq8r5ph937a2d1i8dv2zjhjjm9cmfgyap5424z7k5anv40"))
>         (modules '((guix build utils)))
>         (snippet
>          #~(begin
> @@ -2951,7 +2951,7 @@ (define-public f3d
>             openexr
>             vtk
>             zlib))
> -    (home-page "https://f3d-app.github.io/f3d/")
> +    (home-page "https://f3d.app/")
>      (synopsis "VTK-based 3D viewer")
>      (description "F3D (pronounced @samp{/fɛd/}) is a VTK-based 3D viewer with
>  simple interaction mechanisms and which is fully controllable using arguments
>
> base-commit: 016fd7720db06f0945e345cc9d5043642f3b8720


push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=0c87fe868aa94dcf864b79bb2e0a0c6ec2629050
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 29 Jun 2024 11:24:13 GMT) Full text and rfc822 format available.

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

Previous Next


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