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
This commit is contained in:
committed by
Git OBS Bridge
parent
22f40b98f2
commit
176cd67faf
8
vim.spec
8
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}
|
||||
|
Reference in New Issue
Block a user