From 22f40b98f27710b235985aee2e455dc35ff9fea78d7bab363fd9e60b7b450adb Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 5 Jun 2018 17:26:02 +0000 Subject: [PATCH 1/3] Accepting request 614348 from home:mimi_vx:branches:editors - update to 8.1 revision 0034 * cursor not restored with ":edit #" * keys to stop Vim in terminal are wrong * BS in prompt buffer starts new line * terminal test aucmd_on_close if flaky * stoping Vim running in a terminal may not work * difficult to make a plugin that feeds a line to a job * gcc 8.1 warns for use of strncpy() * repeating put from expression register fails OBS-URL: https://build.opensuse.org/request/show/614348 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=497 --- vim-8.1.0020.tar.gz | 3 --- vim-8.1.0034.tar.gz | 3 +++ vim.changes | 13 +++++++++++++ vim.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 vim-8.1.0020.tar.gz create mode 100644 vim-8.1.0034.tar.gz diff --git a/vim-8.1.0020.tar.gz b/vim-8.1.0020.tar.gz deleted file mode 100644 index 4a363b7..0000000 --- a/vim-8.1.0020.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cab8f5e6f6a430e1b4a767ea7d8b77ec264e068fe9bdc454b70a232fc0a365f -size 13646081 diff --git a/vim-8.1.0034.tar.gz b/vim-8.1.0034.tar.gz new file mode 100644 index 0000000..02d27dc --- /dev/null +++ b/vim-8.1.0034.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2951d6ea9bdfe1744c6d51f57d4bc23352a86c2b898ce0f796634cc588b327 +size 13652586 diff --git a/vim.changes b/vim.changes index 1ae2140..9169bbd 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jun 5 16:04:54 UTC 2018 - mimi.vx@gmail.com + +- update to 8.1 revision 0034 + * cursor not restored with ":edit #" + * keys to stop Vim in terminal are wrong + * BS in prompt buffer starts new line + * terminal test aucmd_on_close if flaky + * stoping Vim running in a terminal may not work + * difficult to make a plugin that feeds a line to a job + * gcc 8.1 warns for use of strncpy() + * repeating put from expression register fails + ------------------------------------------------------------------- Wed May 23 10:15:50 UTC 2018 - mimi.vx@gmail.com diff --git a/vim.spec b/vim.spec index 4762205..8afdf73 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 0020 +%define patchlevel 0034 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site From 176cd67faf036f024a8070ce42bc2976821e3e9510b18531bfed9222b430e565 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 12 Jun 2018 08:23:42 +0000 Subject: [PATCH 2/3] Accepting request 616158 from home:mimi_vx:branches:editors - update to 8.1 revision 0042 - modernize spec.skeleton * if omni completion opens a window Insert mode is stopped * Attribute "width" missing from python window attribute list * Cannot easily delete lines in another buffer * Cannot easily append lines to another buffer * Not restoring Insert mode if leaving a prompt buffer by using a mouse click * Not easy to switch between prompt buffer and other windows OBS-URL: https://build.opensuse.org/request/show/616158 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=498 --- spec.skeleton | 7 +++---- vim-8.1.0034.tar.gz | 3 --- vim-8.1.0042.tar.gz | 3 +++ vim.changes | 13 +++++++++++++ vim.spec | 8 ++++---- 5 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 vim-8.1.0034.tar.gz create mode 100644 vim-8.1.0042.tar.gz diff --git a/spec.skeleton b/spec.skeleton index 3b00d92..f1ccd50 100644 --- a/spec.skeleton +++ b/spec.skeleton @@ -27,7 +27,6 @@ Group: Url: Source: BuildRequires: -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -36,7 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %build %configure -make %{?_smp_mflags} +%make_build %install %make_install @@ -45,7 +44,7 @@ make %{?_smp_mflags} %postun %files -%defattr(-,root,root) -%doc ChangeLog README COPYING +%doc ChangeLog README +%license COPYING %changelog diff --git a/vim-8.1.0034.tar.gz b/vim-8.1.0034.tar.gz deleted file mode 100644 index 02d27dc..0000000 --- a/vim-8.1.0034.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c2951d6ea9bdfe1744c6d51f57d4bc23352a86c2b898ce0f796634cc588b327 -size 13652586 diff --git a/vim-8.1.0042.tar.gz b/vim-8.1.0042.tar.gz new file mode 100644 index 0000000..a587950 --- /dev/null +++ b/vim-8.1.0042.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7456f188fca3222b9a813bbd3d12c0e8dddc18d79b540359100f46be742d6f86 +size 13653976 diff --git a/vim.changes b/vim.changes index 9169bbd..82a56c4 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jun 11 21:18:38 UTC 2018 - mimi.vx@gmail.com + +- update to 8.1 revision 0042 +- modernize spec.skeleton + * if omni completion opens a window Insert mode is stopped + * Attribute "width" missing from python window attribute list + * Cannot easily delete lines in another buffer + * Cannot easily append lines to another buffer + * Not restoring Insert mode if leaving a prompt buffer by using a + mouse click + * Not easy to switch between prompt buffer and other windows + ------------------------------------------------------------------- Tue Jun 5 16:04:54 UTC 2018 - mimi.vx@gmail.com diff --git a/vim.spec b/vim.spec index 8afdf73..53f7d37 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 0034 +%define patchlevel 0042 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site @@ -29,7 +29,7 @@ Release: 0 Summary: Vi IMproved License: Vim Group: Productivity/Text/Editors -Url: http://www.vim.org/ +URL: http://www.vim.org/ Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz#/vim-%{pkg_version}.%{patchlevel}.tar.gz Source3: suse.vimrc Source4: vimrc_example1 @@ -89,7 +89,7 @@ Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: vim-data = %{version}-%{release} Requires: vim-data-common = %{version}-%{release} -Conflicts: vim-base < 8.0 +Conflicts: vim-base < 8.1 Provides: vi Provides: vim-base = %{version}-%{release} Provides: vim-enhanced = %{version}-%{release} @@ -134,7 +134,7 @@ Requires: gvim_client Requires: vim-data = %{version}-%{release} Requires(post): update-alternatives Requires(postun): update-alternatives -Conflicts: gvim < 8.0 +Conflicts: gvim < 8.1 Provides: gvim-base = %{version}-%{release} Provides: gvim-enhanced = %{version}-%{release} Obsoletes: gvim-base < %{version}-%{release} From 1495355916e95d4639c0eadc4411e0a093991cab3a737baf4763c4844f340d3f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 12 Jun 2018 08:24:19 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=499 --- spec.skeleton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.skeleton b/spec.skeleton index f1ccd50..2c749ba 100644 --- a/spec.skeleton +++ b/spec.skeleton @@ -44,7 +44,7 @@ BuildRequires: %postun %files -%doc ChangeLog README %license COPYING +%doc ChangeLog README %changelog