GNU bug report logs - #60998
[PATCH 0/1] Update emacs-next to 29.0.50-4.6adc193

Previous Next

Package: guix-patches;

Reported by: Fredrik Salomonsson <plattfot <at> posteo.net>

Date: Sun, 22 Jan 2023 01:22:02 UTC

Severity: normal

Tags: patch

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

Acknowledgement sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 22 Jan 2023 01:22:02 GMT) Full text and rfc822 format available.

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

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 0/1] Update emacs-next to 29.0.50-4.6adc193
Date: Sun, 22 Jan 2023 01:20:49 +0000
Hi Guix,

I encountered a bug [0] with current version of emacs-next{,-pgkt} in guix,
which is fixed in the emacs-29 branch. So here is a patch that bumps it up to
the latest commit.

[0] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59257

Fredrik Salomonsson (1):
  gnu: emacs-next: Update to 29.0.50-4.6adc193.

 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: ba17b160ed7d09ef58183c22b6f1b10ee7ba926d
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60998; Package guix-patches. (Sun, 22 Jan 2023 01:24:02 GMT) Full text and rfc822 format available.

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

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: 60998 <at> debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 1/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
Date: Sun, 22 Jan 2023 01:23:27 +0000
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-4.6adc193.
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 97d46486c7..34a7010f42 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -381,8 +381,8 @@ (define* (emacs-byte-compile-directory dir)
     (license license:gpl3+)))
 
 (define-public emacs-next
-  (let ((commit "22e8a775838ef12bd43102315f13d202e2f215bd")
-        (revision "3"))
+  (let ((commit "6adc193ad66445acd84caba6973424ecbd21da26")
+        (revision "4"))
     (package
       (inherit emacs)
       (name "emacs-next")
@@ -401,7 +401,7 @@ (define-public emacs-next
                                   "emacs-native-comp-driver-options.patch"))
          (sha256
           (base32
-           "1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
+           "0b48qg9w7fzvhva78gzi3cs2m6asj11fk0kgys49fqhwskigzg1f"))))
       (inputs
        (modify-inputs (package-inputs emacs)
          (prepend sqlite)))
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60998; Package guix-patches. (Sun, 22 Jan 2023 02:25:02 GMT) Full text and rfc822 format available.

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

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: 60998 <at> debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH v2 0/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
Date: Sun, 22 Jan 2023 02:24:20 +0000
Forgot the copyright line.

Fredrik Salomonsson (1):
  gnu: emacs-next: Update to 29.0.50-4.6adc193.

 gnu/packages/emacs.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


base-commit: ba17b160ed7d09ef58183c22b6f1b10ee7ba926d
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60998; Package guix-patches. (Sun, 22 Jan 2023 02:25:02 GMT) Full text and rfc822 format available.

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

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: 60998 <at> debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH v2 1/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
Date: Sun, 22 Jan 2023 02:24:21 +0000
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-4.6adc193.
---
 gnu/packages/emacs.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 97d46486c7..471bf7968b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2020 Jack Hill <jackhill <at> jackhill.us>
 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith <at> outlook.com>
 ;;; Copyright © 2022 Zhu Zihao <all_but_last <at> 163.com>
+;;; Copyright © 2023 Fredrik Salomonsson <plattfot <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -381,8 +382,8 @@ (define* (emacs-byte-compile-directory dir)
     (license license:gpl3+)))
 
 (define-public emacs-next
-  (let ((commit "22e8a775838ef12bd43102315f13d202e2f215bd")
-        (revision "3"))
+  (let ((commit "6adc193ad66445acd84caba6973424ecbd21da26")
+        (revision "4"))
     (package
       (inherit emacs)
       (name "emacs-next")
@@ -401,7 +402,7 @@ (define-public emacs-next
                                   "emacs-native-comp-driver-options.patch"))
          (sha256
           (base32
-           "1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
+           "0b48qg9w7fzvhva78gzi3cs2m6asj11fk0kgys49fqhwskigzg1f"))))
       (inputs
        (modify-inputs (package-inputs emacs)
          (prepend sqlite)))
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60998; Package guix-patches. (Sun, 22 Jan 2023 02:41:01 GMT) Full text and rfc822 format available.

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

From: Bruno Victal <mirai <at> makinata.eu>
To: Fredrik Salomonsson <plattfot <at> posteo.net>
Cc: 60998 <at> debbugs.gnu.org
Subject: Re: [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update to
 29.0.50-4.6adc193.
Date: Sun, 22 Jan 2023 02:40:38 +0000
On 2023-01-22 02:24, Fredrik Salomonsson wrote:
> Forgot the copyright line.
> 
> Fredrik Salomonsson (1):
>   gnu: emacs-next: Update to 29.0.50-4.6adc193.
> 
>  gnu/packages/emacs.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> 
> base-commit: ba17b160ed7d09ef58183c22b6f1b10ee7ba926d

This change isn't substantial enough to warrant a copyright line.


Cheers,
Bruno




Information forwarded to guix-patches <at> gnu.org:
bug#60998; Package guix-patches. (Tue, 24 Jan 2023 03:49:02 GMT) Full text and rfc822 format available.

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

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: Bruno Victal <mirai <at> makinata.eu>
Cc: 60998 <at> debbugs.gnu.org
Subject: Re: [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update to
 29.0.50-4.6adc193.
Date: Tue, 24 Jan 2023 03:48:30 +0000
Bruno Victal <mirai <at> makinata.eu> writes:

> On 2023-01-22 02:24, Fredrik Salomonsson wrote:
>> Forgot the copyright line.
>> 
>> Fredrik Salomonsson (1):
>>   gnu: emacs-next: Update to 29.0.50-4.6adc193.
>> 
>>  gnu/packages/emacs.scm | 7 ++++---
>>  1 file changed, 4 insertions(+), 3 deletions(-)
>> 
>> 
>> base-commit: ba17b160ed7d09ef58183c22b6f1b10ee7ba926d
>
> This change isn't substantial enough to warrant a copyright line.

Fair enough, then please ignore my v2 and review my first revision of
the patch.

-- 
s/Fred[re]+i[ck]+/Fredrik/g




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 26 Jan 2023 10:09:02 GMT) Full text and rfc822 format available.

Notification sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
bug acknowledged by developer. (Thu, 26 Jan 2023 10:09:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Fredrik Salomonsson <plattfot <at> posteo.net>
Cc: 60998-done <at> debbugs.gnu.org
Subject: Re: bug#60998: [PATCH 0/1] Update emacs-next to 29.0.50-4.6adc193
Date: Thu, 26 Jan 2023 11:08:13 +0100
Fredrik Salomonsson <plattfot <at> posteo.net> skribis:

> * gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-4.6adc193.

Applied, thanks!

Ludo’.




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

This bug report was last modified 1 year 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.