GNU bug report logs - #73704
[PATCH] gnu: gtkwave: Update to 3.3.121.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 8 Oct 2024 12:43:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <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 73704 in the body.
You can then email your comments to 73704 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#73704; Package guix-patches. (Tue, 08 Oct 2024 12:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 08 Oct 2024 12:43:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: gtkwave: Update to 3.3.121.
Date: Tue,  8 Oct 2024 14:39:47 +0200
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.121.
---
 gnu/packages/fpga.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 68f36d501f..c9cefa7d9f 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -350,7 +350,7 @@ (define-public arachne-pnr
 (define-public gtkwave
   (package
     (name "gtkwave")
-    (version "3.3.113")
+    (version "3.3.121")
     (source
      (origin
        (method url-fetch)
@@ -360,7 +360,7 @@ (define-public gtkwave
                   (string-append "https://gtkwave.sourceforge.net/"
                                  "gtkwave-" version ".tar.gz")))
        (sha256
-        (base32 "1zqkfchmns5x90qxa8kg39bfhax3vxf1mrdz3lhyb9fz1gp4difn"))))
+        (base32 "15w3x3zx5klqg1vjkakixw9zwfnkib7gf376knf5sryakd3bc1av"))))
     (build-system gnu-build-system)
     (native-inputs
      (list gperf pkg-config))

base-commit: d44beb9b4ad836781928a0c5667e94c0d6df13f0
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#73704; Package guix-patches. (Mon, 14 Oct 2024 19:51:02 GMT) Full text and rfc822 format available.

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

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: control <at> debbugs.gnu.org, 73704 <at> debbugs.gnu.org
Subject: QA review for 73704
Date: Mon, 14 Oct 2024 15:48:35 -0400
user guix
usertag 73704 + reviewed-looks-good
thanks

Guix QA review form submission:
I was able to build the updated package without issue and view a .fst
file.

We may want to update the package homepage and repo URL at some point,
as it seems to be moving away from sourceforge and to github
(see: https://github.com/gtkwave/gtkwave/issues/320). It does look 
like the sourceforge page is still getting the lastest versions
released to it first right now.

Items marked as checked: Lint warnings, Package builds, Commit messages




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 16 Oct 2024 17:12:02 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Wed, 16 Oct 2024 17:12:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>, 73704-done <at> debbugs.gnu.org
Subject: Re: [bug#73704] [PATCH] gnu: gtkwave: Update to 3.3.121.
Date: Wed, 16 Oct 2024 19:10:38 +0200
Hi,

Cayetano Santos <csantosb <at> inventati.org> skribis:

> * gnu/packages/fpga.scm (gtkwave): Update to 3.3.121.

Applied!

Aaron Covrig <aaron.covrig.us <at> ieee.org> skribis:

> We may want to update the package homepage and repo URL at some point,
> as it seems to be moving away from sourceforge and to github
> (see: https://github.com/gtkwave/gtkwave/issues/320). It does look 
> like the sourceforge page is still getting the lastest versions
> released to it first right now.

Would one of you want to send a patch?

Thanks Cayetano & Aaron!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#73704; Package guix-patches. (Thu, 17 Oct 2024 09:49:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>, 73704-done <at> debbugs.gnu.org
Subject: Re: [bug#73704] [PATCH] gnu: gtkwave: Update to 3.3.121.
Date: Thu, 17 Oct 2024 11:48:05 +0200
>mer. 16 oct. 2024 at 19:10, Ludovic Courtès <ludo <at> gnu.org> wrote:

> Hi,
>
> Cayetano Santos <csantosb <at> inventati.org> skribis:
>
>> * gnu/packages/fpga.scm (gtkwave): Update to 3.3.121.
>
> Applied!
>
> Aaron Covrig <aaron.covrig.us <at> ieee.org> skribis:
>
>> We may want to update the package homepage and repo URL at some point,
>> as it seems to be moving away from sourceforge and to github
>> (see: https://github.com/gtkwave/gtkwave/issues/320). It does look 
>> like the sourceforge page is still getting the lastest versions
>> released to it first right now.
>
> Would one of you want to send a patch?

Done.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 14 Nov 2024 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 273 days ago.

Previous Next


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