- Updated to version 8.2.3582, fixes the following problems
* Overflow check fails with 32 ints. * Manipulating highlighting is complicated. * CI sometimes fails for MinGW. * gj does not move properly with a wide character. * Reading character past end of line. * Reading uninitialized memory when giving spell suggestions. - add obsolete/conflict with nginx vim plugin OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=691
This commit is contained in:
parent
3f2d5483e0
commit
3b83b83a50
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9544ad47bdc18bedcc0da2d4f57b58573276eb7d3480cb040051348f979e2346
|
||||
size 15773780
|
3
vim-8.2.3582.tar.gz
Normal file
3
vim-8.2.3582.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:363a90e45eb93c73340a711223c7ce5e564432f9eb34624e1a545f4fd57dd49d
|
||||
size 15778667
|
12
vim.changes
12
vim.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 17:51:31 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Updated to version 8.2.3582, fixes the following problems
|
||||
* Overflow check fails with 32 ints.
|
||||
* Manipulating highlighting is complicated.
|
||||
* CI sometimes fails for MinGW.
|
||||
* gj does not move properly with a wide character.
|
||||
* Reading character past end of line.
|
||||
* Reading uninitialized memory when giving spell suggestions.
|
||||
- add obsolete/conflict with nginx vim plugin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 3 17:31:20 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
8
vim.spec
8
vim.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 8.2
|
||||
%define patchlevel 3577
|
||||
%define patchlevel 3582
|
||||
%define patchlevel_compact %{patchlevel}
|
||||
%define VIM_SUBDIR vim82
|
||||
%define site_runtimepath %{_datadir}/vim/site
|
||||
@ -127,11 +127,15 @@ file name completion, block operations, and editing of binary data.
|
||||
|
||||
%package data
|
||||
Summary: Data files needed for extended vim functionality
|
||||
# Used to be in vim-plugins package
|
||||
Group: Productivity/Text/Editors
|
||||
Requires: vim-data-common = %{version}-%{release}
|
||||
# Used to be in vim-plugins package
|
||||
Obsoletes: vim-plugin-matchit <= 1.13.2
|
||||
Provides: vim-plugin-matchit = 1.13.2
|
||||
# conflicts with nginx own plugin
|
||||
Obsoletes: vim-plugin-nginx < %{version}
|
||||
Provides: vim-plugin-nginx = %{version}
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description data
|
||||
|
Loading…
Reference in New Issue
Block a user