GNU bug report logs - #68571
[PATCH 0/2] Update Emacs to 29.2

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Thu, 18 Jan 2024 19:53: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 68571 in the body.
You can then email your comments to 68571 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#68571; Package guix-patches. (Thu, 18 Jan 2024 19:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
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. (Thu, 18 Jan 2024 19:53:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] Update Emacs to 29.2
Date: Thu, 18 Jan 2024 20:46:29 +0100
Hi Guix,

this series updates emacs to 29.2.  Given that it's a minor release, it
should be fine on master once the the substitutes have built.  Anyhow,
it is currently based on master, because the ongoing work on emacs-team
is… ongoing, but in theory we could do the good old mergeroo.

WDYT?

Liliana Marie Prikler (2):
  gnu: emacs-minimal: Set upstream-name to “emacs”.
  gnu: emacs-minimal: Update to 29.2.

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


base-commit: bcc9cd1aaeb53c323b199623de4fafe8594d1a95
-- 
2.41.0





Information forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#68571; Package guix-patches. (Thu, 18 Jan 2024 19:57:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 68571 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: emacs-minimal: Set upstream-name to “emacs”.
Date: Thu, 18 Jan 2024 20:44:27 +0100
* gnu/packages/emacs.scm (emacs-minimal)[properties]: Add ‘upstream-name’.
---
 gnu/packages/emacs.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index b9d9e2b891..81f5c1fad5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -281,7 +281,8 @@ (define-public emacs-minimal
            ;; Most variants support tree-sitter, so let's include it here.
            (search-path-specification
             (variable "TREE_SITTER_GRAMMAR_PATH")
-            (files '("lib/tree-sitter")))))))
+            (files '("lib/tree-sitter")))))
+    (properties `((upstream-name . "emacs")))))
 
 (define-public emacs-no-x
   (package/inherit emacs-minimal
-- 
2.41.0





Information forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#68571; Package guix-patches. (Thu, 18 Jan 2024 19:57:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 68571 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: emacs-minimal: Update to 29.2.
Date: Thu, 18 Jan 2024 20:45:30 +0100
* gnu/packages/emacs.scm (emacs-minimal): Update to 29.2.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 81f5c1fad5..b9ca59b6b5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -99,14 +99,14 @@ (define (%emacs-modules build-system)
 (define-public emacs-minimal
   (package
     (name "emacs-minimal")
-    (version "29.1")
+    (version "29.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/emacs/emacs-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "009f7q08vg919b90k2jrsznq73s3n224avz80dd2y7i3rjjq3y6j"))
+                "1p3h4sz8da8vhix5140g2qkdy8mz11d7mmvsym5vy847k1428gbx"))
               (patches (search-patches "emacs-exec-path.patch"
                                        "emacs-fix-scheme-indent-function.patch"
                                        "emacs-native-comp-driver-options.patch"
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68571; Package guix-patches. (Sun, 21 Jan 2024 04:50:01 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: cox.katherine.e+guix <at> gmail.com, 68571 <at> debbugs.gnu.org, andrew <at> trop.in
Subject: Re: [bug#68571] [PATCH 0/2] Update Emacs to 29.2
Date: Sat, 20 Jan 2024 23:49:40 -0500
Hello,

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> Hi Guix,
>
> this series updates emacs to 29.2.  Given that it's a minor release, it
> should be fine on master once the the substitutes have built.  Anyhow,
> it is currently based on master, because the ongoing work on emacs-team
> is… ongoing, but in theory we could do the good old mergeroo.
>
> WDYT?
>
> Liliana Marie Prikler (2):
>   gnu: emacs-minimal: Set upstream-name to “emacs”.
>   gnu: emacs-minimal: Update to 29.2.
>

LGTM!  Thank you.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail>

-- 
Maxim




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 21 Jan 2024 08:40:02 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Sun, 21 Jan 2024 08:40:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: cox.katherine.e+guix <at> gmail.com, 68571-done <at> debbugs.gnu.org, andrew <at> trop.in
Subject: Re: [bug#68571] [PATCH 0/2] Update Emacs to 29.2
Date: Sun, 21 Jan 2024 09:38:59 +0100
Am Samstag, dem 20.01.2024 um 23:49 -0500 schrieb Maxim Cournoyer:
> Hello,
> 
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> 
> > Hi Guix,
> > 
> > this series updates emacs to 29.2.  Given that it's a minor
> > release, it should be fine on master once the the substitutes have
> > built.  Anyhow, it is currently based on master, because the
> > ongoing work on emacs-team is… ongoing, but in theory we could do
> > the good old mergeroo.
> > 
> > WDYT?
> > 
> > Liliana Marie Prikler (2):
> >   gnu: emacs-minimal: Set upstream-name to “emacs”.
> >   gnu: emacs-minimal: Update to 29.2.
> > 
> 
> LGTM!  Thank you.
Thanks, pushed.

Cheers

(On that note, should I include the Reviewed-by: line next time?)




Information forwarded to guix-patches <at> gnu.org:
bug#68571; Package guix-patches. (Sun, 21 Jan 2024 09:13:01 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: control <at> debbugs.gnu.org, cox.katherine.e+guix <at> gmail.com,
 68571 <at> debbugs.gnu.org, andrew <at> trop.in
Subject: Re: [bug#68571] [PATCH 0/2] Update Emacs to 29.2
Date: Sun, 21 Jan 2024 10:12:32 +0100
reopen 68571
thanks

Am Sonntag, dem 21.01.2024 um 09:38 +0100 schrieb Liliana Marie
Prikler:
> Thanks, pushed.
And unpushed because of too many rebuilds.

I'll push it to emacs-team separately, feel free to cherry-pick.




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, 21 Jan 2024 09:13:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#68571; Package guix-patches. (Fri, 29 Mar 2024 09:16:03 GMT) Full text and rfc822 format available.

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

From: Adam Porter <adam <at> alphapapa.net>
To: 68571 <at> debbugs.gnu.org
Subject: Emacs 29.3 emergency security-fix release
Date: Fri, 29 Mar 2024 04:15:40 -0500
Hi,

Please note that Emacs 29.3 has been released, which is an emergency 
security-fix release (likely only affecting users who read email in 
Emacs using the Gnus message rendering mode (which, e.g. mu4e also 
does), but still important).

--Adam




Information forwarded to guix-patches <at> gnu.org:
bug#68571; Package guix-patches. (Fri, 29 Mar 2024 09:18:03 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: 68571 <at> debbugs.gnu.org
Subject: Re: [PATCH 0/2] Update Emacs to 29.2
Date: Fri, 29 Mar 2024 10:17:39 +0100
Any chance to see 29.2 merged ? I just noticed 29.3 is out.




bug closed, send any further explanations to 68571 <at> debbugs.gnu.org and Liliana Marie Prikler <liliana.prikler <at> gmail.com> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 01 May 2024 16:06:03 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. (Thu, 30 May 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 57 days ago.

Previous Next


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