GNU bug report logs

#76973 [PATCH] gnu: zile: Update to 2.6.3.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#76973; Package guix-patches. (Wed, 12 Mar 2025 04:52:02 GMT) (full text, mbox, link).


Acknowledgement sent to Andy Tai <atai@atai.org>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Wed, 12 Mar 2025 04:52:02 GMT) (full text, mbox, link).


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

From: Andy Tai <atai@atai.org>
To: guix-patches@gnu.org
Cc: Andy Tai <atai@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@gnu.org:
bug#76973; Package guix-patches. (Sun, 16 Mar 2025 00:37:03 GMT) (full text, mbox, link).


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

From: Andy Tai <atai@atai.org>
To: 76973@debbugs.gnu.org
Cc: Andy Tai <atai@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@debbugs.gnu.org and Andy Tai <atai@atai.org> Request was from Maxim Cournoyer <maxim.cournoyer@gmail.com> to control@debbugs.gnu.org. (Sun, 16 Mar 2025 14:19:03 GMT) (full text, mbox, link).


Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Sun, 16 Mar 2025 17:47:02 GMT) (full text, mbox, link).


Information forwarded to guix-patches@gnu.org:
bug#76973; Package guix-patches. (Sun, 16 Mar 2025 22:28:02 GMT) (full text, mbox, link).


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

From: Andy Tai <atai@atai.org>
To: 76973@debbugs.gnu.org, Maxim Cournoyer <maxim.cournoyer@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@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@gmail.com>:
You have taken responsibility. (Tue, 18 Mar 2025 06:15:03 GMT) (full text, mbox, link).


Notification sent to Andy Tai <atai@atai.org>:
bug acknowledged by developer. (Tue, 18 Mar 2025 06:15:04 GMT) (full text, mbox, link).


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

From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Andy Tai <atai@atai.org>
Cc: 76973-done@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@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@gnu.org> to internal_control@debbugs.gnu.org. (Tue, 15 Apr 2025 11:24:11 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 03:23:00 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.