From patchwork Wed Sep 20 10:18:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7216 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RrDyg3cHGz3ws3 for ; Wed, 20 Sep 2023 10:18:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RrDyb5dlwzg7; Wed, 20 Sep 2023 10:18:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RrDyb4rfJz2ypl; Wed, 20 Sep 2023 10:18:47 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RrDyZ0Dk2z2y3g for ; Wed, 20 Sep 2023 10:18:46 +0000 (UTC) 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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RrDyX6kCPzg7; Wed, 20 Sep 2023 10:18:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695205125; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dd83yLbjd8BiQLmfvxsHNvGCh4TFI7hrqX/l/m2dicg=; b=ExUv4zUWLC2Uj7zPNuyMnwLPlYNzFyipxTOfEAWYJDytKdNsih/BwdC5tCwXb5hHhB1AiO DzbWFPJi5tNeJ5AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695205125; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dd83yLbjd8BiQLmfvxsHNvGCh4TFI7hrqX/l/m2dicg=; b=gkCMmlodUYgpV8U86/PSts/DWiNnKviSVZI9hHbgUoG1NjW+Royvy4aNNlxdKv4H/BUJxG ICe4uELq3FBfdGhDMbUn1e/3MuvKTWAMtDc9R0tM6ag29hOSHj+KZ4MsFM7qP/Ie21CxN+ 65J4nH+I1rNKp/DcjZglKd2v/47dfkgo+LdDNZBt+Aa6xTa7knkYEIk1xTlSV6HM7w8sKA qNO4LPDL+texQrwQouCRQzzVAVVoWsPZxegUMJXNEeMd1aKBDX1WFbo+0WtrjNwxCNTOew GmYSUaPSNGWGqyliP1m3XDO3uC159HXtu4HXt5gt8SZ8CJWOqbMMPNfcpJJjZQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] vim: Update to version 9.0.1916-1 Date: Wed, 20 Sep 2023 12:18:41 +0200 Message-ID: <20230920101841.14214-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - IPFire-3.x - Update from version 8.0.1184-3 to 9.0.1916-1 - Patches directory removed as the patch that was in there has now been included into the vim tarball - Changelog is the github commits at https://github.com/vim/vim/commits/master Signed-off-by: Adolf Belka --- vim/patches/vim-8.0-rhbz1365258.patch | 12 ------------ vim/vim.nm | 6 +++--- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 vim/patches/vim-8.0-rhbz1365258.patch diff --git a/vim/patches/vim-8.0-rhbz1365258.patch b/vim/patches/vim-8.0-rhbz1365258.patch deleted file mode 100644 index 85498dba2..000000000 --- a/vim/patches/vim-8.0-rhbz1365258.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up vim80/runtime/syntax/fstab.vim.1365258 vim80/runtime/syntax/fstab.vim ---- vim80/runtime/syntax/fstab.vim.1365258 2016-12-15 10:56:25.822410344 +0100 -+++ vim80/runtime/syntax/fstab.vim 2016-12-15 10:56:52.161519612 +0100 -@@ -36,6 +36,8 @@ syn match fsOperator /[,=:#]/ - syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError - syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained - syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmpfs sysfs usbfs -+syn keyword fsDeviceKeyword contained PARTLABEL nextgroup=fsDeviceLabel -+syn keyword fsDeviceKeyword contained PARTUUID nextgroup=fsDeviceUUID - syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel - syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID - syn keyword fsDeviceKeyword contained sshfs nextgroup=fsDeviceSshfs diff --git a/vim/vim.nm b/vim/vim.nm index 71596efb7..2001bb322 100644 --- a/vim/vim.nm +++ b/vim/vim.nm @@ -4,11 +4,11 @@ ############################################################################### name = vim -major_ver = 8 +major_ver = 9 minor_ver = 0 -patchlevel = 1184 +patchlevel = 1916 version = %{major_ver}.%{minor_ver}.%{patchlevel} -release = 3 +release = 1 groups = Applications/Editors url = http://www.vim.org