From acc9b16c54575040771820e25f1052174bcaeb702828ef773104f422c92a5cf3 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 28 Mar 2023 07:11:07 +0000 Subject: [PATCH] Accepting request 1074885 from home:lnussel:branches:editors - add vim table mode 4.7.6.1 OBS-URL: https://build.opensuse.org/request/show/1074885 OBS-URL: https://build.opensuse.org/package/show/editors/vim-plugins?expand=0&rev=113 --- vim-plugins.changes | 5 ++++ vim-plugins.spec | 38 ++++++++++++++++++++++++++++- vimplugin-table-mode-4.7.6.1.tar.gz | 3 +++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 vimplugin-table-mode-4.7.6.1.tar.gz diff --git a/vim-plugins.changes b/vim-plugins.changes index abd8874..fc5d9a4 100644 --- a/vim-plugins.changes +++ b/vim-plugins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 27 11:23:12 UTC 2023 - Ludwig Nussel + +- add vim table mode 4.7.6.1 + ------------------------------------------------------------------- Tue Mar 14 08:16:22 UTC 2023 - Jiri Slaby diff --git a/vim-plugins.spec b/vim-plugins.spec index 476dba6..c2ec17d 100644 --- a/vim-plugins.spec +++ b/vim-plugins.spec @@ -51,6 +51,7 @@ %define showmarks_version 2.3 %define snipmate_version 0.83 %define supertab_version 2.1 +%define table_mode_version 4.7.6.1 %define taglist_version 4.6 %define tlib_version 1.28 %define tregisters_version 0.2 @@ -103,6 +104,7 @@ Source34: https://github.com/editorconfig/editorconfig-vim/archive/refs/ta Source35: https://github.com/tpope/vim-fugitive/archive/refs/tags/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz Source36: https://github.com/vim-airline/vim-airline/archive/refs/tags/v%{airline_version}.tar.gz#/vimplugin-airline-%{airline_version}.tar.gz Source37: https://github.com/dense-analysis/ale/archive/refs/tags/v%{ale_version}.tar.gz#/vimplugin-ale-%{ale_version}.tar.gz +Source38: https://github.com/dhruvasagar/vim-table-mode/archive/refs/tags/v%{table_mode_version}.tar.gz#/vimplugin-table-mode-%{table_mode_version}.tar.gz # from _service Source100: file-line-%{file_line_version}.tar.xz Source101: vim-markdown-%{markdown_version}.tar.xz @@ -588,6 +590,18 @@ Requires: vim %description -n vim-plugin-supertab This script allows you to use the tab key to do all your insert completion. +%package -n vim-plugin-table-mode +Version: %table_mode_version +Release: 0 +Summary: VIM Table Mode for instant table creation. +License: MIT +Group: Productivity/Text/Editors +Requires: vim + +%description -n vim-plugin-table-mode +An awesome automatic table creator & formatter allowing one to +create neat tables as you type. + %package -n vim-plugin-taglist Version: %taglist_version Release: 0 @@ -696,7 +710,7 @@ Usage: Press o again: the previous set of windows is restored %prep -%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a26 -a27 -a28 -a30 -a31 -a32 -a33 -a34 -a35 -a36 -a37 -a100 -a101 -a102 -a103 -a104 +%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a26 -a27 -a28 -a30 -a31 -a32 -a33 -a34 -a35 -a36 -a37 -a38 -a100 -a101 -a102 -a103 -a104 pushd salt-vim-%{salt_version} %patch0 -p1 popd @@ -738,6 +752,18 @@ cat > salt-vim-%{salt_version}/.rsync-filter < vim-table-mode-%{table_mode_version}/.rsync-filter < tlib_vim-%{tlib_version}/.rsync-filter <