From unknown Tue Jun 17 01:44:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78731] [PATCH emacs-team v3] gnu: emacs-vertico: Update to 2.2. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: andrew@trop.in, csantosb@inventati.org, divya@subvertising.org, hako@ultrarare.space, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, trev@trevdev.ca, guix-patches@gnu.org Resent-Date: Mon, 09 Jun 2025 09:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78731 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78645@debbugs.gnu.org Cc: 78731@debbugs.gnu.org, Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards X-Debbugs-Original-Cc: Cayetano Santos via Guix-patches via X-Debbugs-Original-Xcc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards Received: via spool by submit@debbugs.gnu.org id=B.174946304127060 (code B ref -1); Mon, 09 Jun 2025 09:58:01 +0000 Received: (at submit) by debbugs.gnu.org; 9 Jun 2025 09:57:21 +0000 Received: from localhost ([127.0.0.1]:53948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOZFo-00072O-TU for submit@debbugs.gnu.org; Mon, 09 Jun 2025 05:57:21 -0400 Received: from lists.gnu.org ([2001:470:142::17]:37182) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOZFm-000726-HU for submit@debbugs.gnu.org; Mon, 09 Jun 2025 05:57:19 -0400 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 1uOZFe-0004Gf-Sx for guix-patches@gnu.org; Mon, 09 Jun 2025 05:57:11 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uOZFb-0005gk-HN for guix-patches@gnu.org; Mon, 09 Jun 2025 05:57:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749463017; bh=BzZQggr5C9ch/kfZeRJuwCmmVl9KHfdzFq3cQTnattw=; h=From:To:Cc:Subject:Date:From; b=rQFfyeSoCA1GNyMZvk8ZsQHznU6vhQa/GSf1IGM0wzTnDBu8ybi2s3vTeQuTAn/rJ Ju6Zx1Yu5BolQT2KvvhTpPuZy75Yf/6o1XmcH2Heq9dEmBAnvTf2H/YOw/esu6bhrV 0bRIQspEUMhPhJ7T6NGFtA6vU5r7huf9gJeIlP4o= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4bG6lY68CXzGp8w; Mon, 9 Jun 2025 09:56:57 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bG6lY3sxNzGp8H; Mon, 9 Jun 2025 09:56:57 +0000 (UTC) From: Cayetano Santos Date: Mon, 9 Jun 2025 11:58:13 +0200 Message-ID: <54c54bc04d4c7e5ee885165d8a9edd6ed8ce1022.1749463093.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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 (/) From: Cayetano Santos via Guix-patches via * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 2.2. <#:phases>{makeinfo}: Remove install-file. Change-Id: I6ce7709c5925bae4ebe4a5feefb6f138e62193df --- gnu/packages/emacs-xyz.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cc23eaa4bc..fca2871a81 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -42316,7 +42316,7 @@ (define-public emacs-ivy-avy (define-public emacs-vertico (package (name "emacs-vertico") - (version "2.0") + (version "2.2") (source (origin (method git-fetch) @@ -42325,7 +42325,7 @@ (define-public emacs-vertico (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0qgw0mhfrjylhyznjmjf7wqs5p3xvdv0lq19pql54plbnr6fspqk")))) + (base32 "15zf0kj12an9dmdi55ghpkxj053bqzm50fwlhpga4sjzx7qmv5q8")))) (build-system emacs-build-system) (arguments (list @@ -42339,15 +42339,13 @@ (define-public emacs-vertico (for-each (lambda (f) (rename-file f (basename f))) el-files)))) - (add-after 'install 'makeinfo + (add-after 'move-source-files 'makeinfo (lambda _ (invoke "emacs" "--batch" "--eval=(require 'ox-texinfo)" "--eval=(find-file \"README.org\")" - "--eval=(org-texinfo-export-to-info)") - (install-file "vertico.info" - (string-append #$output "/share/info"))))))) + "--eval=(org-texinfo-export-to-info)")))))) (native-inputs (list texinfo)) (propagated-inputs base-commit: 03ce76718c41b32d174713c945d269d6fcdd8bf1 -- 2.49.0 From unknown Tue Jun 17 01:44:17 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: Cayetano Santos Subject: bug#78731: closed (close) Message-ID: References: <87qzzk3nv2.fsf@inventati.org> <54c54bc04d4c7e5ee885165d8a9edd6ed8ce1022.1749463093.git.csantosb@inventati.org> X-Gnu-PR-Message: they-closed 78731 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78731@debbugs.gnu.org Date: Sun, 15 Jun 2025 17:41:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1750009262-19988-1" This is a multi-part message in MIME format... ------------=_1750009262-19988-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78731: [PATCH emacs-team v3] gnu: emacs-vertico: Update to 2.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 78731@debbugs.gnu.org. --=20 78731: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78731 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1750009262-19988-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78731-done) by debbugs.gnu.org; 15 Jun 2025 17:40:12 +0000 Received: from localhost ([127.0.0.1]:59972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uQrL1-000598-HT for submit@debbugs.gnu.org; Sun, 15 Jun 2025 13:40:11 -0400 Received: from confino.investici.org ([2a11:7980:1::2:0]:30551) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uQrKy-00053f-9U for 78731-done@debbugs.gnu.org; Sun, 15 Jun 2025 13:40:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1750009204; bh=NwozM0oqysr99y+ZTeLUDmbBsOZ2ro0MLaXrpi1DhLE=; h=From:To:Subject:Date:From; b=Ew7bXijU2lS40llEAuhYTLdAREq9honYpPnKFKE3z7ed2kGF5tJVZhYETHdfoRWrQ DVoCVkizh7zhEUnY7PJKC73HUgT1VkpBDO1sLyJH/Z8iJ1a8VFX33TN65zh4/smDbw Cfo6SXnZcEypBQSCN6ayLjchBWMwmfkP8vCEZDgk= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4bL0l84nb5z10tb for <78731-done@debbugs.gnu.org>; Sun, 15 Jun 2025 17:40:04 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bL0l82dyWz10t6 for <78731-done@debbugs.gnu.org>; Sun, 15 Jun 2025 17:40:04 +0000 (UTC) From: Cayetano Santos To: 78731-done@debbugs.gnu.org Subject: close User-Agent: mu4e 1.12.11; emacs 30.1 Date: Sun, 15 Jun 2025 19:40:01 +0200 Message-ID: <87qzzk3nv2.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 78731-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 (-) --=-=-= Content-Type: text/plain Merged in b40eced515. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaE8FcRccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mglXwAQDysXZjm3PCHEYwVmRc0vbcUZ5T bptnLJY63H0max9EggEAoXSFRaMYSSoeTBtxNCi9/fiMCeA6pTLzlI49kfdiJQ8= =LkM0 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1750009262-19988-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Jun 2025 09:57:21 +0000 Received: from localhost ([127.0.0.1]:53948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOZFo-00072O-TU for submit@debbugs.gnu.org; Mon, 09 Jun 2025 05:57:21 -0400 Received: from lists.gnu.org ([2001:470:142::17]:37182) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOZFm-000726-HU for submit@debbugs.gnu.org; Mon, 09 Jun 2025 05:57:19 -0400 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 1uOZFe-0004Gf-Sx for guix-patches@gnu.org; Mon, 09 Jun 2025 05:57:11 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uOZFb-0005gk-HN for guix-patches@gnu.org; Mon, 09 Jun 2025 05:57:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749463017; bh=BzZQggr5C9ch/kfZeRJuwCmmVl9KHfdzFq3cQTnattw=; h=From:To:Cc:Subject:Date:From; b=rQFfyeSoCA1GNyMZvk8ZsQHznU6vhQa/GSf1IGM0wzTnDBu8ybi2s3vTeQuTAn/rJ Ju6Zx1Yu5BolQT2KvvhTpPuZy75Yf/6o1XmcH2Heq9dEmBAnvTf2H/YOw/esu6bhrV 0bRIQspEUMhPhJ7T6NGFtA6vU5r7huf9gJeIlP4o= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4bG6lY68CXzGp8w; Mon, 9 Jun 2025 09:56:57 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bG6lY3sxNzGp8H; Mon, 9 Jun 2025 09:56:57 +0000 (UTC) From: Cayetano Santos To: 78645@debbugs.gnu.org Subject: [PATCH emacs-team v3] gnu: emacs-vertico: Update to 2.2. Date: Mon, 9 Jun 2025 11:58:13 +0200 Message-ID: <54c54bc04d4c7e5ee885165d8a9edd6ed8ce1022.1749463093.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos via Guix-patches via 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 (/) From: Cayetano Santos via Guix-patches via * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 2.2. <#:phases>{makeinfo}: Remove install-file. Change-Id: I6ce7709c5925bae4ebe4a5feefb6f138e62193df --- gnu/packages/emacs-xyz.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cc23eaa4bc..fca2871a81 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -42316,7 +42316,7 @@ (define-public emacs-ivy-avy (define-public emacs-vertico (package (name "emacs-vertico") - (version "2.0") + (version "2.2") (source (origin (method git-fetch) @@ -42325,7 +42325,7 @@ (define-public emacs-vertico (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0qgw0mhfrjylhyznjmjf7wqs5p3xvdv0lq19pql54plbnr6fspqk")))) + (base32 "15zf0kj12an9dmdi55ghpkxj053bqzm50fwlhpga4sjzx7qmv5q8")))) (build-system emacs-build-system) (arguments (list @@ -42339,15 +42339,13 @@ (define-public emacs-vertico (for-each (lambda (f) (rename-file f (basename f))) el-files)))) - (add-after 'install 'makeinfo + (add-after 'move-source-files 'makeinfo (lambda _ (invoke "emacs" "--batch" "--eval=(require 'ox-texinfo)" "--eval=(find-file \"README.org\")" - "--eval=(org-texinfo-export-to-info)") - (install-file "vertico.info" - (string-append #$output "/share/info"))))))) + "--eval=(org-texinfo-export-to-info)")))))) (native-inputs (list texinfo)) (propagated-inputs base-commit: 03ce76718c41b32d174713c945d269d6fcdd8bf1 -- 2.49.0 ------------=_1750009262-19988-1--