GNU bug report logs - #75230
[PATCH 1/3] gnu: gwenhywfar: Update to 5.12.0.

Previous Next

Package: guix-patches;

Reported by: Julian Flake <flake <at> uni-koblenz.de>

Date: Wed, 1 Jan 2025 02:00:05 UTC

Severity: normal

Tags: patch

Merged with 75229, 75231, 75232

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 75230 in the body.
You can then email your comments to 75230 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#75230; Package guix-patches. (Wed, 01 Jan 2025 02:00:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Julian Flake <flake <at> uni-koblenz.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 01 Jan 2025 02:00:05 GMT) Full text and rfc822 format available.

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

From: Julian Flake <flake <at> uni-koblenz.de>
To: guix-patches <at> gnu.org
Cc: Julian Flake <flake <at> uni-koblenz.de>
Subject: [PATCH 1/3] gnu: gwenhywfar: Update to 5.12.0.
Date: Wed,  1 Jan 2025 02:58:54 +0100
* gnu/packages/gnucash.scm (gwenhywfar): Update to 5.12.0.

Change-Id: Ibbc3a06ce8e7b61b19817149fdada66e7fd84f4d
---
 gnu/packages/gnucash.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 71a49b75d6..421dabd686 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -244,17 +244,17 @@ (define gnucash-docs
       (license (list license:fdl1.1+ license:gpl3+)))))
 
 (define-public gwenhywfar
-  (let ((attachid "501")) ;; file attachid changes for each version
+  (let ((attachid "529")) ;; file attachid changes for each version
     (package
       (name "gwenhywfar")
-      (version "5.10.2")
+      (version "5.12.0")
       (source
        (origin
          (method url-fetch)
          (uri (string-append "https://www.aquamaniac.de/rdm/attachments/"
                              "download/" attachid "/gwenhywfar-" version ".tar.gz"))
          (sha256
-          (base32 "1qd950kilf9bcb51b1daykipanml6bg1h3pj10950r98ah1xm9v0"))))
+          (base32 "09nnjn1i8nzlkk62wai2lbnvqap8w6y98fh520b1y883fx2g3m8a"))))
       (build-system gnu-build-system)
       (arguments
        `(#:configure-flags
-- 
2.47.1





Merged 75229 75230. Request was from Julian Flake <flake <at> uni-koblenz.de> to control <at> debbugs.gnu.org. (Wed, 01 Jan 2025 02:13:02 GMT) Full text and rfc822 format available.

Merged 75229 75230 75231. Request was from Julian Flake <flake <at> uni-koblenz.de> to control <at> debbugs.gnu.org. (Wed, 01 Jan 2025 02:13:02 GMT) Full text and rfc822 format available.

Merged 75229 75230 75231 75232. Request was from Julian Flake <flake <at> uni-koblenz.de> to control <at> debbugs.gnu.org. (Wed, 01 Jan 2025 02:13:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 75232 <at> debbugs.gnu.org and Julian Flake <flake <at> uni-koblenz.de> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 19 Jan 2025 23:30:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#75230; Package guix-patches. (Sat, 01 Feb 2025 00:03:02 GMT) Full text and rfc822 format available.

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

From: Julian Flake <flake <at> uni-koblenz.de>
To: 75230 <at> debbugs.gnu.org, 75231 <at> debbugs.gnu.org
Subject: Please check and merge 75230 and 75231
Date: Sat, 01 Feb 2025 01:02:13 +0100
[Message part 1 (text/plain, inline)]
Hi,

these two updates are required for making online banking work 
again (with my bank):

#75230 updates gwenhywfar
#75231 updates aqbanking

please reopen, reconsider and hopefully merge. I think, I did 
something wrong with the merge. The patch series didn't appear 
within one bug. Cover letter was https://issues.guix.gnu.org/75229 
.

Best Regards,
nutcase
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#75230; Package guix-patches. (Sat, 01 Feb 2025 18:57:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Julian Flake via Guix-patches via <guix-patches <at> gnu.org>
Cc: 75230 <at> debbugs.gnu.org, 75231 <at> debbugs.gnu.org
Subject: Re: [bug#75231] Please check and merge 75230 and 75231
Date: Sat, 1 Feb 2025 13:56:09 -0500
On Sat, Feb 01, 2025 at 01:02:13AM +0100, Julian Flake via Guix-patches via wrote:
> these two updates are required for making online banking work again (with my
> bank):
> 
> #75230 updates gwenhywfar
> #75231 updates aqbanking

Thanks for these! Pushed as 1d4df7561bfe0b0cbe765bae330c29c98c899bdf

> please reopen, reconsider and hopefully merge. I think, I did something
> wrong with the merge. The patch series didn't appear within one bug. Cover
> letter was https://issues.guix.gnu.org/75229 .

The merge tool only makes it so that closing one ticket closes all the
others. Debbugs is not able to merge tickets in the way we'd like.

And since the gnucash update got pushed, and the ticket for that was
closed, all your other merged tickets were closed too. It's really easy
to miss that a ticket has been merged and make this kind of mistake as a
reviewer.




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:16 GMT) Full text and rfc822 format available.

This bug report was last modified 171 days ago.

Previous Next


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