GNU bug report logs - #75081
[PATCH] gnu: emacs-next: Update to 30.0.93.

Previous Next

Package: guix-patches;

Reported by: Arto Jantunen <viiru <at> iki.fi>

Date: Wed, 25 Dec 2024 08:16:02 UTC

Severity: normal

Tags: patch

Done: Arto Jantunen <viiru <at> iki.fi>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arto Jantunen <viiru <at> iki.fi>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75081: closed ([PATCH] gnu: emacs-next: Update to 30.0.93.)
Date: Fri, 21 Feb 2025 13:27:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 21 Feb 2025 15:26:30 +0200
with message-id <87y0xzh1ix.fsf <at> iki.fi>
and subject line Superseded
has caused the debbugs.gnu.org bug report #75081,
regarding [PATCH] gnu: emacs-next: Update to 30.0.93.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
75081: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75081
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arto Jantunen <viiru <at> iki.fi>
To: guix-patches <at> gnu.org
Cc: Arto Jantunen <viiru <at> iki.fi>
Subject: [PATCH] gnu: emacs-next: Update to 30.0.93.
Date: Wed, 25 Dec 2024 08:58:11 +0200
Update to the latest pretest.
---
 gnu/packages/emacs.scm | 38 ++++++++++++++++++--------------------
 1 file changed, 18 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c5b57211dd10..4784af2937f3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -567,26 +567,24 @@ (define-public emacs-wide-int
         #~(cons "--with-wide-int" #$flags))))))
 
 (define-public emacs-next-minimal
-  (let ((commit "881d593a9879f3355733f1b627af7cc0c12b429e")
-        (revision "0"))
-   (package
-    (inherit emacs-minimal)
-    (name "emacs-next-minimal")
-    (version (git-version "30.0.92" revision commit))
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://git.savannah.gnu.org/git/emacs.git")
-             (commit commit)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0nj3a7wsl5piqf6a8wnmfyjbpxp2dwl0r48flv9q624jx4nxfr2p"))
-       (patches
-        (search-patches "emacs-next-exec-path.patch"
-                        "emacs-fix-scheme-indent-function.patch"
-                        "emacs-next-native-comp-driver-options.patch"
-                        "emacs-pgtk-super-key-fix.patch")))))))
+  (package
+   (inherit emacs-minimal)
+   (name "emacs-next-minimal")
+   (version "30.0.93")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://git.savannah.gnu.org/git/emacs.git")
+           (commit (string-append "emacs-" version))))
+     (file-name (git-file-name name version))
+     (sha256
+      (base32 "05a587a7bnbz8ms45h4hs1c33j8268aymf3y1bpxipl3abi43jlm"))
+     (patches
+      (search-patches "emacs-next-exec-path.patch"
+                      "emacs-fix-scheme-indent-function.patch"
+                      "emacs-next-native-comp-driver-options.patch"
+                      "emacs-pgtk-super-key-fix.patch"))))))
 
 (define* (emacs->emacs-next emacs #:optional name
                             #:key (version (package-version emacs-next-minimal))

base-commit: eb6d784852dfcade2f5052c4d6fc1bd469f3cdb6
-- 
2.45.2



[Message part 3 (message/rfc822, inline)]
From: Arto Jantunen <viiru <at> iki.fi>
To: 75081-done <at> debbugs.gnu.org
Subject: Superseded
Date: Fri, 21 Feb 2025 15:26:30 +0200
No point in updating to the third pre-release now that the first RC is
out and we are moments away from the final release on 30.1.

-- 
Arto Jantunen


This bug report was last modified 91 days ago.

Previous Next


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