GNU bug report logs - #47347
[PATCH] gnu: emacs-imenu-list: Update to 0.9-0.b502223.

Previous Next

Package: guix-patches;

Reported by: Alexandr Vityazev <avityazev <at> posteo.org>

Date: Tue, 23 Mar 2021 15:48:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 47347 in the body.
You can then email your comments to 47347 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#47347; Package guix-patches. (Tue, 23 Mar 2021 15:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexandr Vityazev <avityazev <at> posteo.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 23 Mar 2021 15:48:02 GMT) Full text and rfc822 format available.

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

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-imenu-list: Update to 0.9-0.b502223.
Date: Tue, 23 Mar 2021 13:54:03 +0300
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 838da5bceb..6a1c4e4fd8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2675,9 +2675,9 @@ using the DOT syntax, and use Graphviz to convert these files to diagrams.")
     (license license:gpl2+)))
 
 (define-public emacs-imenu-list
-  (let ((commit "46008738f8fef578a763c308cf6695e5b4d4aa77")
+  (let ((commit "b50222378412fbe321622a84cb2b036e084c697a")
         (revision "0")
-        (version "0.8"))
+        (version "0.9"))
     (package
       (name "emacs-imenu-list")
       (version (git-version version revision commit))
@@ -2690,7 +2690,7 @@ using the DOT syntax, and use Graphviz to convert these files to diagrams.")
            (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "14l3yw9y1nk103s7z5i1fmd6kvlb2p6ayi6sf9l1x1ydg9glrpl8"))))
+          (base32 "1936dd41fa05ndzf2bwhllvjz97iz0rflkazjipr7dvz5q072wj2"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/bmag/imenu-list")
       (synopsis
-- 
2.31.0



-- 

Alexandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#47347; Package guix-patches. (Tue, 23 Mar 2021 18:41:01 GMT) Full text and rfc822 format available.

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

From: Xinglu Chen <public <at> yoctocell.xyz>
To: Alexandr Vityazev <avityazev <at> posteo.org>, 47347 <at> debbugs.gnu.org
Subject: Re: [bug#47347] [PATCH] gnu: emacs-imenu-list: Update to
 0.9-0.b502223.
Date: Tue, 23 Mar 2021 19:40:37 +0100
On Tue, Mar 23 2021, Alexandr Vityazev wrote:

> ---
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 838da5bceb..6a1c4e4fd8 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -2675,9 +2675,9 @@ using the DOT syntax, and use Graphviz to convert these files to diagrams.")
>      (license license:gpl2+)))
>  
>  (define-public emacs-imenu-list
> -  (let ((commit "46008738f8fef578a763c308cf6695e5b4d4aa77")
> +  (let ((commit "b50222378412fbe321622a84cb2b036e084c697a")
>          (revision "0")

Is there any particular reason for using a specific commit instead of
just the latest release?  Also, could you please write a commit message
in the ChangeLog format (see "16.6 Submitting Patches" in the Guix
manual)?





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 26 Mar 2021 14:36:02 GMT) Full text and rfc822 format available.

Notification sent to Alexandr Vityazev <avityazev <at> posteo.org>:
bug acknowledged by developer. (Fri, 26 Mar 2021 14:36:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Alexandr Vityazev <avityazev <at> posteo.org>
Cc: 47347-done <at> debbugs.gnu.org
Subject: Re: [bug#47347] [PATCH] gnu: emacs-imenu-list: Update to
 0.9-0.b502223.
Date: Fri, 26 Mar 2021 15:35:47 +0100
Hello,

Alexandr Vityazev <avityazev <at> posteo.org> writes:

> ---
>  (define-public emacs-imenu-list
> -  (let ((commit "46008738f8fef578a763c308cf6695e5b4d4aa77")
> +  (let ((commit "b50222378412fbe321622a84cb2b036e084c697a")
>          (revision "0")
> -        (version "0.8"))
> +        (version "0.9"))

Applied. I also bumped the revision.

Thank you.

Regards,
-- 
Nicolas Goaziou




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

This bug report was last modified 4 years and 54 days ago.

Previous Next


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