From unknown Sun Jun 22 07:53:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48470] [PATCH] gnu: emacs-orderless: Update to 0.6. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 16 May 2021 19:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48470 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48470@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162119325024804 (code B ref -1); Sun, 16 May 2021 19:28:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 May 2021 19:27:30 +0000 Received: from localhost ([127.0.0.1]:51516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liMQD-0006S0-Nd for submit@debbugs.gnu.org; Sun, 16 May 2021 15:27:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:42690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liMQC-0006Rs-F0 for submit@debbugs.gnu.org; Sun, 16 May 2021 15:27:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37602) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1liMQC-0000YC-8e for guix-patches@gnu.org; Sun, 16 May 2021 15:27:28 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:37550 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1liMQA-0003lI-8f for guix-patches@gnu.org; Sun, 16 May 2021 15:27:28 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1621193242; bh=B/lzHh2hMG5FJFL1S3Y9tDkviY4BA+gwMD43f4Lo8W0=; h=From:To:Subject:Date; b=p/ejwzb7UlboWfEVHLUYJmG4Vjb7vx4AwT8QDbp4HroHULPh9qTT8oA/Ej+krqRru NCJxWJF4jxp02da7pPibPgDfCjBYnLehjQOqFXtb6A/EC38L8P1CDh78rmOKGCCxnd 6gMzFUmdTFf1FB0cLK0JrZUH2SCXhWJ70/+USq7c= Message-Id: Date: Sun, 16 May 2021 21:27:21 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 26 X-Spam_score: 2.6 X-Spam_bar: ++ X-Spam_report: (2.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=1.207, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.4 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6. [native-inputs]: Add texinfo. [arguments]<#:phases>: Install manual. --- gnu/packages/emacs-xyz.scm | 15 +++++++++++++-- 1 file changed, [...] Content analysis details: (2.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.2 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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 (/) * gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6. [native-inputs]: Add texinfo. [arguments]<#:phases>: Install manual. --- gnu/packages/emacs-xyz.scm | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e2d1707744..7a62b6b7ef 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7570,7 +7570,7 @@ interface.") (define-public emacs-orderless (package (name "emacs-orderless") - (version "0.5") + (version "0.6") (source (origin (method git-fetch) @@ -7578,9 +7578,20 @@ interface.") (url "https://github.com/oantolin/orderless") (commit version))) (sha256 - (base32 "032lfwflkpaxbcxl4jf438vapswsdagipjczcn30sc4dfdh3p42c")) + (base32 "1javw5n3h3iv7f433b2ack49aka1jdpp8yxnaahzg5qbvr80hnay")) (file-name (git-file-name name version)))) (build-system emacs-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'install 'makeinfo + (lambda* (#:key outputs #:allow-other-keys) + (invoke "makeinfo" "orderless.texi") + (install-file "orderless.info" + (string-append (assoc-ref outputs "out") + "/share/info"))))))) + (native-inputs + `(("texinfo" ,texinfo))) (home-page "https://github.com/oantolin/orderless") (synopsis "Emacs completion style that matches multiple regexps in any order") (description "This package provides an orderless completion style that base-commit: 7c4c781aa40c42d4cd10b8d9482199f3db345e1b -- 2.31.1 From unknown Sun Jun 22 07:53:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#48470: closed (Re: [bug#48470] [PATCH] gnu: emacs-orderless: Update to 0.6.) Message-ID: References: <86a6ou79nb.fsf@fsfe.org> X-Gnu-PR-Message: they-closed 48470 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48470@debbugs.gnu.org Date: Sun, 16 May 2021 19:38:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1621193882-25824-1" This is a multi-part message in MIME format... ------------=_1621193882-25824-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48470: [PATCH] gnu: emacs-orderless: Update to 0.6. 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 48470@debbugs.gnu.org. --=20 48470: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48470 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1621193882-25824-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48470-done) by debbugs.gnu.org; 16 May 2021 19:37:18 +0000 Received: from localhost ([127.0.0.1]:51522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liMZi-0006hM-MX for submit@debbugs.gnu.org; Sun, 16 May 2021 15:37:18 -0400 Received: from mail1.fsfe.org ([217.69.89.151]:39752) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liMZg-0006hB-NW for 48470-done@debbugs.gnu.org; Sun, 16 May 2021 15:37:17 -0400 From: Jelle Licht To: Xinglu Chen , 48470-done@debbugs.gnu.org Subject: Re: [bug#48470] [PATCH] gnu: emacs-orderless: Update to 0.6. In-Reply-To: References: Date: Sun, 16 May 2021 21:37:12 +0200 Message-ID: <86a6ou79nb.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 48470-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: -4.0 (----) Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6. > [native-inputs]: Add texinfo. > [arguments]<#:phases>: Install manual. Applied on master as 3c5849f3ecce4e3773fa69634be8c91519e67f9b. Through a mistake that is wholly mine, I forgot to add the "Signed of by" line to the commit. Thanks for the patch, Jelle ------------=_1621193882-25824-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 May 2021 19:27:30 +0000 Received: from localhost ([127.0.0.1]:51516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liMQD-0006S0-Nd for submit@debbugs.gnu.org; Sun, 16 May 2021 15:27:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:42690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liMQC-0006Rs-F0 for submit@debbugs.gnu.org; Sun, 16 May 2021 15:27:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37602) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1liMQC-0000YC-8e for guix-patches@gnu.org; Sun, 16 May 2021 15:27:28 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:37550 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1liMQA-0003lI-8f for guix-patches@gnu.org; Sun, 16 May 2021 15:27:28 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1621193242; bh=B/lzHh2hMG5FJFL1S3Y9tDkviY4BA+gwMD43f4Lo8W0=; h=From:To:Subject:Date; b=p/ejwzb7UlboWfEVHLUYJmG4Vjb7vx4AwT8QDbp4HroHULPh9qTT8oA/Ej+krqRru NCJxWJF4jxp02da7pPibPgDfCjBYnLehjQOqFXtb6A/EC38L8P1CDh78rmOKGCCxnd 6gMzFUmdTFf1FB0cLK0JrZUH2SCXhWJ70/+USq7c= To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-orderless: Update to 0.6. Message-Id: Date: Sun, 16 May 2021 21:27:21 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 26 X-Spam_score: 2.6 X-Spam_bar: ++ X-Spam_report: (2.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=1.207, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.4 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6. [native-inputs]: Add texinfo. [arguments]<#:phases>: Install manual. --- gnu/packages/emacs-xyz.scm | 15 +++++++++++++-- 1 file changed, [...] Content analysis details: (2.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.2 FROM_SUSPICIOUS_NTLD_FP From abused NTLD X-Debbugs-Envelope-To: submit 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 (/) * gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6. [native-inputs]: Add texinfo. [arguments]<#:phases>: Install manual. --- gnu/packages/emacs-xyz.scm | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e2d1707744..7a62b6b7ef 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7570,7 +7570,7 @@ interface.") (define-public emacs-orderless (package (name "emacs-orderless") - (version "0.5") + (version "0.6") (source (origin (method git-fetch) @@ -7578,9 +7578,20 @@ interface.") (url "https://github.com/oantolin/orderless") (commit version))) (sha256 - (base32 "032lfwflkpaxbcxl4jf438vapswsdagipjczcn30sc4dfdh3p42c")) + (base32 "1javw5n3h3iv7f433b2ack49aka1jdpp8yxnaahzg5qbvr80hnay")) (file-name (git-file-name name version)))) (build-system emacs-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'install 'makeinfo + (lambda* (#:key outputs #:allow-other-keys) + (invoke "makeinfo" "orderless.texi") + (install-file "orderless.info" + (string-append (assoc-ref outputs "out") + "/share/info"))))))) + (native-inputs + `(("texinfo" ,texinfo))) (home-page "https://github.com/oantolin/orderless") (synopsis "Emacs completion style that matches multiple regexps in any order") (description "This package provides an orderless completion style that base-commit: 7c4c781aa40c42d4cd10b8d9482199f3db345e1b -- 2.31.1 ------------=_1621193882-25824-1--