GNU bug report logs - #49528
[PATCH] Upgrade Erlang to 24.0.2

Previous Next

Package: guix-patches;

Reported by: Cees de Groot <cg <at> evrl.com>

Date: Sun, 11 Jul 2021 19:13:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: Cees de Groot <cg <at> evrl.com>
Subject: bug#49528: closed (Re: [bug#49528] [PATCH] Upgrade Erlang to 24.0.2)
Date: Tue, 13 Jul 2021 09:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#49528: [PATCH] Upgrade Erlang to 24.0.2

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 49528 <at> debbugs.gnu.org.

-- 
49528: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49528
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Cees de Groot <cg <at> evrl.com>
Cc: 49528-done <at> debbugs.gnu.org
Subject: Re: [bug#49528] [PATCH] Upgrade Erlang to 24.0.2
Date: Tue, 13 Jul 2021 12:50:11 +0300
[Message part 3 (text/plain, inline)]
Thanks. I added a copyright line for you and pushed the patch.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Cees de Groot <cg <at> evrl.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] Upgrade Erlang to 24.0.2
Date: Sun, 11 Jul 2021 15:35:40 +0000
From e33b031148d4fbfdf9fdb0fa4d9fc081a611c8ba Mon Sep 17 00:00:00 2001
From: Cees de Groot <cg <at> evrl.com>
Date: Sun, 11 Jul 2021 00:11:58 -0400
Subject: [PATCH 1/2] Bump Erlang to 24.0.2

---
 gnu/packages/erlang.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index d52d5c3983..820e16f23a 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -41,7 +41,7 @@
 (define-public erlang
   (package
     (name "erlang")
-    (version "23.2.1")
+    (version "24.0.2")
     (source (origin
               (method git-fetch)
               ;; The tarball from http://erlang.org/download contains many
@@ -53,7 +53,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1p3lw4bcm2dph3pf1h4i0d9pzrcfr83r0iadqanxkwbmm1bl11pm"))
+                "06plnhi1489wqsag5wgm16hb1xd1a8nbnb9gw7635d3fidxyb0wp"))
               (patches (search-patches "erlang-man-path.patch"))))
     (build-system gnu-build-system)
     (native-inputs
@@ -69,7 +69,7 @@
                                (version-major+minor version) ".tar.gz"))
            (sha256
             (base32
-             "0rq0rw68f02vckgdiwmvx8bvyv00l81s27cq59i3h79j9prfal2n"))))))
+             "1c9ccp93pmm54mmvpiyrmj8v00pq11a60c4xv220k97i965zkwsg"))))))
     (inputs
      `(("ncurses" ,ncurses)
        ("openssl" ,openssl)
@@ -204,11 +204,7 @@
                (mkdir-p share)
                (mkdir-p (string-append share "/misc/erlang"))
                (with-directory-excursion share
-                 (invoke "tar" "xvf" manpages)
-                 (rename-file "COPYRIGHT"
-                              (string-append share "/misc/erlang/COPYRIGHT"))
-                 ;; Delete superfluous file.
-                 (delete-file "PR.template"))
+                 (invoke "tar" "xvf" manpages))
                #t))))))
     (home-page "https://www.erlang.org/")
     (synopsis "The Erlang programming language")
--
2.32.0





This bug report was last modified 3 years and 314 days ago.

Previous Next


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