- Update to patchlevel 382, fixes the following problems
* IME characters are inserted twice. * C-indenting wrong for a function header. * C-indenting wrong for static enum. * No support for bitwise AND, OR, XOR and invert. * A tags file with an extremely long name may cause an infinite loop. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=85
This commit is contained in:
parent
bdca6d21ea
commit
144955ffac
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd905b614e571e31332017cd805407ac37f8f37e540e7958acba590957cf89bc
|
||||
size 355567
|
||||
oid sha256:952d3169e13434e875588d158ed4da890f3fd0aa2de015593bdd4657fb91cab8
|
||||
size 366696
|
||||
|
11
vim.changes
11
vim.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 23 11:18:17 UTC 2011 - idonmez@suse.com
|
||||
|
||||
- Update to patchlevel 382, fixes the following problems
|
||||
* IME characters are inserted twice.
|
||||
* C-indenting wrong for a function header.
|
||||
* C-indenting wrong for static enum.
|
||||
* No support for bitwise AND, OR, XOR and invert.
|
||||
* A tags file with an extremely long name may cause
|
||||
an infinite loop.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 10:51:09 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
8
vim.spec
8
vim.spec
@ -44,7 +44,7 @@ BuildRequires: gpm
|
||||
%endif
|
||||
#
|
||||
%define pkg_version 7.3
|
||||
%define official_ptchlvl 372
|
||||
%define official_ptchlvl 382
|
||||
%define VIM_SUBDIR vim73
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
#
|
||||
@ -129,6 +129,7 @@ environment install additionally vim-data.
|
||||
%package data
|
||||
|
||||
Summary: Vi IMproved
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{vim_prereq}
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
@ -151,6 +152,7 @@ Package vim-data contains the runtime files.
|
||||
%package base
|
||||
|
||||
Summary: Vi IMproved
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{vim_prereq}
|
||||
PreReq: update-alternatives
|
||||
# For post script
|
||||
@ -176,6 +178,7 @@ want to install the vim-data package.
|
||||
%package enhanced
|
||||
|
||||
Summary: A version of the VIM editor which includes recent enhancements
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{vim_prereq}
|
||||
PreReq: update-alternatives
|
||||
Requires: %{perl_requires}
|
||||
@ -199,6 +202,7 @@ graphical features of vim, you might want to install package gvim too.
|
||||
%package -n gvim-base
|
||||
|
||||
Summary: dummy package for a subpackage only build in the buildservice
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{vim_prereq}
|
||||
PreReq: update-alternatives
|
||||
Requires: gvim_client
|
||||
@ -209,6 +213,7 @@ dummy package for a subpackage only build in the buildservice
|
||||
%package -n gvim-enhanced
|
||||
|
||||
Summary: dummy package for a subpackage only build in the buildservice
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{gvim_prereq}
|
||||
PreReq: update-alternatives
|
||||
Provides: vim_client
|
||||
@ -223,6 +228,7 @@ dummy package for a subpackage only build in the buildservice
|
||||
%package -n gvim
|
||||
|
||||
Summary: A GUI for Vi
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{gvim_prereq}
|
||||
PreReq: update-alternatives
|
||||
Requires: %{perl_requires}
|
||||
|
Loading…
Reference in New Issue
Block a user