From patchwork Sat Oct 9 11:57:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 33708 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id E404227BBE3; Sat, 9 Oct 2021 13:17:41 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id B5A6927BBE1 for ; Sat, 9 Oct 2021 13:17:41 +0100 (BST) Received: from localhost ([::1]:43318 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mZBIK-0000ud-Om for patchwork@mira.cbaines.net; Sat, 09 Oct 2021 08:17:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZBBv-0008K9-9q for guix-patches@gnu.org; Sat, 09 Oct 2021 08:11:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40874) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mZBBu-0007Eg-DM for guix-patches@gnu.org; Sat, 09 Oct 2021 08:11:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mZBBu-0005Nd-4C for guix-patches@gnu.org; Sat, 09 Oct 2021 08:11:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50844] [PATCH] Update vim to v8.2.3487 References: <20210927083219.2256220-1-steve@futurile.net> In-Reply-To: <20210927083219.2256220-1-steve@futurile.net> Resent-From: Steve George Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 09 Oct 2021 12:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50844 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50844@debbugs.gnu.org Cc: Steve George Received: via spool by 50844-submit@debbugs.gnu.org id=B50844.163378142320632 (code B ref 50844); Sat, 09 Oct 2021 12:11:02 +0000 Received: (at 50844) by debbugs.gnu.org; 9 Oct 2021 12:10:23 +0000 Received: from localhost ([127.0.0.1]:52420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZBBG-0005Mh-UH for submit@debbugs.gnu.org; Sat, 09 Oct 2021 08:10:23 -0400 Received: from aibo.runbox.com ([91.220.196.211]:49968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZBBF-0005MZ-7Q for 50844@debbugs.gnu.org; Sat, 09 Oct 2021 08:10:22 -0400 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1mZBBD-0006yM-5M for 50844@debbugs.gnu.org; Sat, 09 Oct 2021 14:10:19 +0200 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1mZBB9-0003rM-99; Sat, 09 Oct 2021 14:10:15 +0200 From: Steve George Date: Sat, 9 Oct 2021 12:57:26 +0100 Message-Id: <20211009115726.2387295-1-steve@futurile.net> X-Mailer: git-send-email 2.17.1 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Updated patch adding testdir/test_shell.vim to path substitutions as Efraim said. Note this builds v8.2.3487 (original patch was v8.2.3455) --- gnu/packages/vim.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index ee836d2789..c55908de08 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -73,7 +73,7 @@ (define-public vim (package (name "vim") - (version "8.2.2689") + (version "8.2.3487") (source (origin (method git-fetch) (uri (git-reference @@ -82,7 +82,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0l0hkr8cw7fdsfc5zzcxx3q1wmv9k3hrgalvffq0l69lviqdgh0p")))) + "1s09jvr1vv9zjk352vbfidfy5fidbf83kz2vk0kk6zv24j1yck24")))) (build-system gnu-build-system) (arguments `(#:test-target "test" @@ -98,6 +98,7 @@ (substitute* '("src/testdir/Makefile" "src/testdir/test_normal.vim" "src/testdir/test_popupwin.vim" + "src/testdir/test_shell.vim" "src/testdir/test_system.vim" "src/testdir/test_terminal.vim" "src/testdir/test_terminal2.vim")