From unknown Sat Jun 21 03:15:37 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#68590 <68590@debbugs.gnu.org> To: bug#68590 <68590@debbugs.gnu.org> Subject: Status: [PATCH] gnu: notmuch: update to version 0.38.2 Reply-To: bug#68590 <68590@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:15:37 +0000 retitle 68590 [PATCH] gnu: notmuch: update to version 0.38.2 reassign 68590 guix-patches submitter 68590 Oscar Najera severity 68590 normal tag 68590 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 11:22:03 2024 Received: (at submit) by debbugs.gnu.org; 19 Jan 2024 16:22:03 +0000 Received: from localhost ([127.0.0.1]:60015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQrd2-0007zD-Cc for submit@debbugs.gnu.org; Fri, 19 Jan 2024 11:22:03 -0500 Received: from lists.gnu.org ([2001:470:142::17]:54112) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQpwC-0002Tq-Ex for submit@debbugs.gnu.org; Fri, 19 Jan 2024 09:33:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rQpw4-0002Iq-PI for guix-patches@gnu.org; Fri, 19 Jan 2024 09:33:32 -0500 Received: from vmd57947.contaboserver.net ([95.111.247.99] helo=mail.oscarnajera.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rQpw0-0001VY-Bb for guix-patches@gnu.org; Fri, 19 Jan 2024 09:33:32 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.oscarnajera.com (Postfix) with ESMTPSA id 1BBFE40095; Fri, 19 Jan 2024 14:33:18 +0000 (UTC) From: Oscar Najera To: guix-patches@gnu.org Subject: [PATCH] gnu: notmuch: update to version 0.38.2 Date: Fri, 19 Jan 2024 15:32:53 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=95.111.247.99; envelope-from=hi@oscarnajera.com; helo=mail.oscarnajera.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 19 Jan 2024 11:22:00 -0500 Cc: Oscar Najera X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Change-Id: Ic0037d6307a2beda2d81bd6747b136398f63df31 --- gnu/packages/mail.scm | 8 +- .../patches/notmuch-emacs-test-output.patch | 89 ------------------- 2 files changed, 3 insertions(+), 94 deletions(-) delete mode 100644 gnu/packages/patches/notmuch-emacs-test-output.patch diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 4466e5e6d9..b941979a7b 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -54,6 +54,7 @@ ;;; Copyright © 2023 Timo Wilken ;;; Copyright © 2023 Arjan Adriaanse ;;; Copyright © 2023 Wilko Meyer +;;; Copyright © 2023 Oscar Najera ;;; ;;; This file is part of GNU Guix. ;;; @@ -1373,17 +1374,14 @@ (define-public notifymuch (define-public notmuch (package (name "notmuch") - (version "0.37") + (version "0.38.2") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.xz")) (sha256 - (base32 "1xl64xh0ijfkx265lcj9cqv1wkzha8gsn9jn4fw4xgvqigr6sxhf")) - (patches - ;; Output for some tests varies slightly in Emacs 29. - (search-patches "notmuch-emacs-test-output.patch")))) + (base32 "0zll3s39s065pl9228xpklkjklllkyb3bf1szh0fw0rbfkjfp0jj")))) (build-system gnu-build-system) (arguments (list diff --git a/gnu/packages/patches/notmuch-emacs-test-output.patch b/gnu/packages/patches/notmuch-emacs-test-output.patch deleted file mode 100644 index 3c6d472d6b..0000000000 --- a/gnu/packages/patches/notmuch-emacs-test-output.patch +++ /dev/null @@ -1,89 +0,0 @@ -From e9e779ead4d703ad423e46c23abd0c9afd7d5ed2 Mon Sep 17 00:00:00 2001 -From: Arjan Adriaanse -Date: Tue, 15 Aug 2023 00:00:05 +0200 -Subject: [PATCH] test: fix expected output for Emacs 29 - ---- - test/T453-emacs-reply.sh | 1 - - test/T454-emacs-dont-reply-names.sh | 9 +++------ - .../notmuch-reply-duplicate-4 | 1 - - 3 files changed, 3 insertions(+), 8 deletions(-) - -diff --git a/test/T453-emacs-reply.sh b/test/T453-emacs-reply.sh -index 0a27d066..de400b85 100755 ---- a/test/T453-emacs-reply.sh -+++ b/test/T453-emacs-reply.sh -@@ -17,7 +17,6 @@ cat < EXPECTED - From: Notmuch Test Suite - To: Antoine Beaupré - Subject: Re: bug: "no top level messages" crash on Zen email loops --In-Reply-To: <874llc2bkp.fsf@curie.anarc.at> - Fcc: MAIL_DIR/sent - --text follows this line-- - Antoine Beaupré writes: -diff --git a/test/T454-emacs-dont-reply-names.sh b/test/T454-emacs-dont-reply-names.sh -index 3a770177..9ed4f18b 100755 ---- a/test/T454-emacs-dont-reply-names.sh -+++ b/test/T454-emacs-dont-reply-names.sh -@@ -17,13 +17,12 @@ test_emacs '(let ((message-dont-reply-to-names "notmuchmail\\|noreply\\|harvard" - (test-visible-output "OUTPUT-FULL.raw"))' - - notmuch_dir_sanitize < OUTPUT-FULL.raw > OUTPUT-FULL --head -6 OUTPUT-FULL > OUTPUT -+head -5 OUTPUT-FULL > OUTPUT - - cat < EXPECTED - From: Notmuch Test Suite - To: Mikhail Gusarov - Subject: Re: [notmuch] Working with Maildir storage? --In-Reply-To: <20091117203301.GV3165@dottiness.seas.harvard.edu> - Fcc: MAIL_DIR/sent - --text follows this line-- - EOF -@@ -38,14 +37,13 @@ test_emacs '(let ((message-dont-reply-to-names - (test-visible-output "OUTPUT-FULL-PRED.raw"))' - - notmuch_dir_sanitize < OUTPUT-FULL-PRED.raw > OUTPUT-FULL-PRED --head -7 OUTPUT-FULL-PRED > OUTPUT-PRED -+head -6 OUTPUT-FULL-PRED > OUTPUT-PRED - - cat < EXPECTED-PRED - From: Notmuch Test Suite - To: Lars Kellogg-Stedman - Cc: notmuch@notmuchmail.org - Subject: Re: [notmuch] Working with Maildir storage? --In-Reply-To: <20091117203301.GV3165@dottiness.seas.harvard.edu> - Fcc: MAIL_DIR/sent - --text follows this line-- - EOF -@@ -59,14 +57,13 @@ test_emacs '(let ((message-dont-reply-to-names nil)) - (test-visible-output "OUTPUT-FULL-NIL.raw"))' - - notmuch_dir_sanitize < OUTPUT-FULL-NIL.raw > OUTPUT-FULL-NIL --head -7 OUTPUT-FULL-NIL > OUTPUT-NIL -+head -6 OUTPUT-FULL-NIL > OUTPUT-NIL - - cat < EXPECTED-NIL - From: Notmuch Test Suite - To: Lars Kellogg-Stedman , Mikhail Gusarov - Cc: notmuch@notmuchmail.org - Subject: Re: [notmuch] Working with Maildir storage? --In-Reply-To: <20091117203301.GV3165@dottiness.seas.harvard.edu> - Fcc: MAIL_DIR/sent - --text follows this line-- - EOF -diff --git a/test/emacs-reply.expected-output/notmuch-reply-duplicate-4 b/test/emacs-reply.expected-output/notmuch-reply-duplicate-4 -index 836f77b1..44b8c7a6 100644 ---- a/test/emacs-reply.expected-output/notmuch-reply-duplicate-4 -+++ b/test/emacs-reply.expected-output/notmuch-reply-duplicate-4 -@@ -1,7 +1,6 @@ - From: Notmuch Test Suite - To: Sean Whitton , 916811@bugs.debian.org, 916805@bugs.debian.org, 916807@bugs.debian.org, 916808@bugs.debian.org, 916809@bugs.debian.org, 916811@bugs.debian.org, 916867@bugs.debian.org, 916869@bugs.debian.org, 916872@bugs.debian.org, 916875@bugs.debian.org, 916876@bugs.debian.org - Subject: Re: [Pkg-emacsen-addons] Bug#916811: Increase severity to 'serious' --In-Reply-To: <87r2ecrr6x.fsf@zephyr.silentflame.com> - Fcc: MAIL_DIR/sent - --text follows this line-- - Sean Whitton writes: --- -2.41.0 - base-commit: 0eadd486484fcf9a234758842f74ba28361640db -- 2.43.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 08:40:35 2024 Received: (at 68590-done) by debbugs.gnu.org; 9 Feb 2024 13:40:35 +0000 Received: from localhost ([127.0.0.1]:36718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYR7K-0005KO-Oe for submit@debbugs.gnu.org; Fri, 09 Feb 2024 08:40:35 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:40972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYR7I-0005Jt-Sk for 68590-done@debbugs.gnu.org; Fri, 09 Feb 2024 08:40:33 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E1DE2CA5; Fri, 9 Feb 2024 14:31:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ghSL91cke23t; Fri, 9 Feb 2024 14:31:16 +0100 (CET) Received: from jurong (i19-lef01-ix2-176-180-91-212.ft.lns.abo.bbox.fr [176.180.91.212]) by hera.aquilenet.fr (Postfix) with ESMTPSA id DD78EC8F; Fri, 9 Feb 2024 14:31:15 +0100 (CET) Date: Fri, 9 Feb 2024 14:31:12 +0100 From: Andreas Enge To: 68590-done@debbugs.gnu.org Subject: Close for duplication Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68590-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello Oscar, thanks for your patch! The package update appears also in commit 9b65b60b976c215ccf4e619c90b90e907ff82bf4 so apparently someone else has made the effort independently; I am closing this bug. Andreas From unknown Sat Jun 21 03:15:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 09 Mar 2024 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator