GNU bug report logs - #67530
[PATCH] gnu: emacs-magit: Update to 3.3.0-7.dda332b.

Previous Next

Package: guix-patches;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Wed, 29 Nov 2023 18:14:02 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

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 67530 in the body.
You can then email your comments to 67530 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 andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#67530; Package guix-patches. (Wed, 29 Nov 2023 18:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Bruno Victal <mirai <at> makinata.eu>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Wed, 29 Nov 2023 18:14:02 GMT) Full text and rfc822 format available.

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

From: Bruno Victal <mirai <at> makinata.eu>
To: guix-patches <at> gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH] gnu: emacs-magit: Update to 3.3.0-7.dda332b.
Date: Wed, 29 Nov 2023 18:10:11 +0000
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-7.dda332b.

Copyright-paperwork-exempt: Yes
Change-Id: Icb119958ec806f96ebe18567492a9611c56572e1
---

A new 'git-commit--insert-trailer' enhancement was recently added
for greater flexibility when adding other kinds of tags. (or trailers)

[1]: <https://github.com/magit/magit/discussions/5031#discussioncomment-7407578>

 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 996142dc3e..53784a46a8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1512,8 +1512,8 @@ (define-public emacs-libgit
 (define-public emacs-magit
     ;; Use this unreleased commit to benefit from a recent improvements with
     ;; regard to adding git trailers such as "Reviewed-by".
-  (let ((commit "7a1d50347086678217cf90a32dda277b76ea3081")
-        (revision "6"))
+  (let ((commit "dda332b2a41569f5fd8c0c2c3c2dab902d48ceb4")
+        (revision "7"))
     (package
       (name "emacs-magit")
       (version (git-version "3.3.0" revision commit))
@@ -1525,7 +1525,7 @@ (define-public emacs-magit
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1yn3v24w0sx6r8jqw8blfvyjdjfz5xa7c3x8p6xw1lj7b81l8i0l"))))
+          (base32 "14vqfykfzddpfka7s3pmlh3yvbfd1rpjhab4g9dinz9hn48dwb06"))))
       (build-system emacs-build-system)
       (arguments
        (list

base-commit: cd46757c1a0f886848fbb6828c028dd2a2532767
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67530; Package guix-patches. (Fri, 01 Dec 2023 07:22:02 GMT) Full text and rfc822 format available.

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

From: Andrew Tropin <andrew <at> trop.in>
To: Bruno Victal <mirai <at> makinata.eu>, 67530 <at> debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Bruno Victal <mirai <at> makinata.eu>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: Re: [bug#67530] [PATCH] gnu: emacs-magit: Update to 3.3.0-7.dda332b.
Date: Fri, 01 Dec 2023 10:20:44 +0300
[Message part 1 (text/plain, inline)]
On 2023-11-29 18:10, Bruno Victal wrote:

> * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-7.dda332b.
>
> Copyright-paperwork-exempt: Yes
> Change-Id: Icb119958ec806f96ebe18567492a9611c56572e1
> ---
>
> A new 'git-commit--insert-trailer' enhancement was recently added
> for greater flexibility when adding other kinds of tags. (or trailers)
>
> [1]: <https://github.com/magit/magit/discussions/5031#discussioncomment-7407578>
>
>  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 996142dc3e..53784a46a8 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -1512,8 +1512,8 @@ (define-public emacs-libgit
>  (define-public emacs-magit
>      ;; Use this unreleased commit to benefit from a recent improvements with
>      ;; regard to adding git trailers such as "Reviewed-by".
> -  (let ((commit "7a1d50347086678217cf90a32dda277b76ea3081")
> -        (revision "6"))
> +  (let ((commit "dda332b2a41569f5fd8c0c2c3c2dab902d48ceb4")
> +        (revision "7"))
>      (package
>        (name "emacs-magit")
>        (version (git-version "3.3.0" revision commit))
> @@ -1525,7 +1525,7 @@ (define-public emacs-magit
>                 (commit commit)))
>           (file-name (git-file-name name version))
>           (sha256
> -          (base32 "1yn3v24w0sx6r8jqw8blfvyjdjfz5xa7c3x8p6xw1lj7b81l8i0l"))))
> +          (base32 "14vqfykfzddpfka7s3pmlh3yvbfd1rpjhab4g9dinz9hn48dwb06"))))
>        (build-system emacs-build-system)
>        (arguments
>         (list
>
> base-commit: cd46757c1a0f886848fbb6828c028dd2a2532767

Hi Bruno!

Thank you for the update, applied, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=4fda323d39

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

bug closed, send any further explanations to 67530 <at> debbugs.gnu.org and Bruno Victal <mirai <at> makinata.eu> Request was from Andrew Tropin <andrew <at> trop.in> to control <at> debbugs.gnu.org. (Fri, 01 Dec 2023 07:33:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 29 Dec 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 132 days ago.

Previous Next


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