GNU bug report logs - #76973
[PATCH] gnu: zile: Update to 2.6.3.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 12 Mar 2025 04:52:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 76973 in the body.
You can then email your comments to 76973 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#76973; Package guix-patches. (Wed, 12 Mar 2025 04:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 12 Mar 2025 04:52:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: zile: Update to 2.6.3.
Date: Tue, 11 Mar 2025 21:50:54 -0700
* gnu/packages/zile.scm (zile): Update to 2.6.3.

Change-Id: I795142206459129f4b0d5b9bf8f551f4ec09c821
---
 gnu/packages/zile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/zile.scm b/gnu/packages/zile.scm
index 4d4805c7be3..bdd183c3097 100644
--- a/gnu/packages/zile.scm
+++ b/gnu/packages/zile.scm
@@ -45,14 +45,14 @@ (define-module (gnu packages zile)
 (define-public zile
   (package
     (name "zile")
-    (version "2.6.2")
+    (version "2.6.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/zile/zile-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0hf788zadmwx0xp1dhrgqcfvhwnarh6h9b51va4dr2y9yfppvsvp"))))
+               "0vq0fi01wniam5zlih6nqb4j3yjxz5fgac98zab2l2hm5h30nwk6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

base-commit: f70ad6267bf2bbafbf5eb0a1d04e2d624af796c5
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76973; Package guix-patches. (Sun, 16 Mar 2025 00:37:03 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 76973 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: zile: Update to 2.6.4.
Date: Sat, 15 Mar 2025 17:35:53 -0700
* gnu/packages/zile.scm (zile): Update to 2.6.4.

Change-Id: I795142206459129f4b0d5b9bf8f551f4ec09c821
---
 gnu/packages/zile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/zile.scm b/gnu/packages/zile.scm
index 4d4805c7be3..eea6262773b 100644
--- a/gnu/packages/zile.scm
+++ b/gnu/packages/zile.scm
@@ -45,14 +45,14 @@ (define-module (gnu packages zile)
 (define-public zile
   (package
     (name "zile")
-    (version "2.6.2")
+    (version "2.6.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/zile/zile-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0hf788zadmwx0xp1dhrgqcfvhwnarh6h9b51va4dr2y9yfppvsvp"))))
+               "1h2pxsp5rdkr2i4akfpayv19had3yf3226kyf38461j9rf2lpm6m"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

base-commit: 92124591eedf27e988c84f75acd4b4d99ff43122
-- 
2.43.0





bug closed, send any further explanations to 76973 <at> debbugs.gnu.org and Andy Tai <atai <at> atai.org> Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 16 Mar 2025 14:19:03 GMT) Full text and rfc822 format available.

Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 16 Mar 2025 17:47:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#76973; Package guix-patches. (Sun, 16 Mar 2025 22:28:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 76973 <at> debbugs.gnu.org, Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: Re: [PATCH v2] gnu: zile: Update to 2.6.4.
Date: Sun, 16 Mar 2025 15:26:45 -0700
Not sure why this issue was closed as the patch was not applied.

Reopened.

On Sat, Mar 15, 2025 at 5:35 PM Andy Tai <atai <at> atai.org> wrote:
>
> * gnu/packages/zile.scm (zile): Update to 2.6.4.
>
> Change-Id: I795142206459129f4b0d5b9bf8f551f4ec09c821
> ---
>  gnu/packages/zile.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/zile.scm b/gnu/packages/zile.scm
> index 4d4805c7be3..eea6262773b 100644
> --- a/gnu/packages/zile.scm
> +++ b/gnu/packages/zile.scm
> @@ -45,14 +45,14 @@ (define-module (gnu packages zile)
>  (define-public zile
>    (package
>      (name "zile")
> -    (version "2.6.2")
> +    (version "2.6.4")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append "mirror://gnu/zile/zile-"
>                                   version ".tar.gz"))
>               (sha256
>                (base32
> -               "0hf788zadmwx0xp1dhrgqcfvhwnarh6h9b51va4dr2y9yfppvsvp"))))
> +               "1h2pxsp5rdkr2i4akfpayv19had3yf3226kyf38461j9rf2lpm6m"))))
>      (build-system gnu-build-system)
>      (arguments
>       `(#:phases
>
> base-commit: 92124591eedf27e988c84f75acd4b4d99ff43122
> --
> 2.43.0
>




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Tue, 18 Mar 2025 06:15:03 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Tue, 18 Mar 2025 06:15:04 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Andy Tai <atai <at> atai.org>
Cc: 76973-done <at> debbugs.gnu.org
Subject: Re: [PATCH v2] gnu: zile: Update to 2.6.4.
Date: Tue, 18 Mar 2025 15:13:50 +0900
Hi,

Andy Tai <atai <at> atai.org> writes:

> Not sure why this issue was closed as the patch was not applied.
>
> Reopened.

I had pushed in magit, forgot to check the result, and of course there
was a commit pushed in-between my last rebase and it had failed.

See commit 98be320183, now truly applied.

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 15 Apr 2025 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 88 days ago.

Previous Next


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