GNU bug report logs - #39524
[PATCH 1/2] gnu: zsh: Update to 5.7.1.

Previous Next

Package: guix-patches;

Reported by: Brice Waegeneire <brice <at> waegenei.re>

Date: Sun, 9 Feb 2020 09:14:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 39524 in the body.
You can then email your comments to 39524 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#39524; Package guix-patches. (Sun, 09 Feb 2020 09:14:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brice Waegeneire <brice <at> waegenei.re>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 09 Feb 2020 09:14:01 GMT) Full text and rfc822 format available.

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

From: Brice Waegeneire <brice <at> waegenei.re>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/2] gnu: zsh: Update to 5.7.1.
Date: Sun,  9 Feb 2020 10:13:04 +0100
* gnu/packages/shells.scm (zsh): Update to 5.7.1.
---
 gnu/packages/shells.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 1d2f754e4a..cfb6b12a98 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -395,7 +395,7 @@ history mechanism, job control and a C-like syntax.")
 (define-public zsh
   (package
     (name "zsh")
-    (version "5.6.2")
+    (version "5.7.1")
     (source (origin
               (method url-fetch)
               (uri (list (string-append
@@ -406,7 +406,7 @@ history mechanism, job control and a C-like syntax.")
                            ".tar.xz")))
               (sha256
                (base32
-                "17iffliqcj4hv91g0bd2sxsyfcz51mfyh97sp2iyrs2p0mndc2x5"))))
+                "1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j"))))
     (build-system gnu-build-system)
     (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre")
                  #:phases
-- 
2.24.1





Information forwarded to guix-patches <at> gnu.org:
bug#39524; Package guix-patches. (Sun, 09 Feb 2020 09:16:01 GMT) Full text and rfc822 format available.

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

From: Brice Waegeneire <brice <at> waegenei.re>
To: 39524 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: zsh: Enable maildir.
Date: Sun,  9 Feb 2020 10:14:59 +0100
* gnu/packages/shells.scm (zsh)[arguments]: Add configure flag for
maildir.
---
 gnu/packages/shells.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index cfb6b12a98..a70ff3f91e 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -408,7 +408,8 @@ history mechanism, job control and a C-like syntax.")
                (base32
                 "1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j"))))
     (build-system gnu-build-system)
-    (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre")
+    (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre"
+                                     "--enable-maildir-support")
                  #:phases
                  (modify-phases %standard-phases
                    (add-before 'configure 'fix-sh
-- 
2.24.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 09 Feb 2020 23:49:01 GMT) Full text and rfc822 format available.

Notification sent to Brice Waegeneire <brice <at> waegenei.re>:
bug acknowledged by developer. (Sun, 09 Feb 2020 23:49:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Brice Waegeneire <brice <at> waegenei.re>
Cc: 39524-done <at> debbugs.gnu.org
Subject: Re: [bug#39524] [PATCH 2/2] gnu: zsh: Enable maildir.
Date: Mon, 10 Feb 2020 00:48:16 +0100
Hello,

Brice Waegeneire <brice <at> waegenei.re> writes:

> * gnu/packages/shells.scm (zsh)[arguments]: Add configure flag for
> maildir.

I applied both patches (as 718a6458df3f77de2c9fd8e6634ad41e48e83333 and
81bc9118389eff6175975d535e56e47bdd99ee66). I also added a copyright line
for you.

Thank you!

Regards,

-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 09 Mar 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 100 days ago.

Previous Next


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