- 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
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fd905b614e571e31332017cd805407ac37f8f37e540e7958acba590957cf89bc
|
oid sha256:952d3169e13434e875588d158ed4da890f3fd0aa2de015593bdd4657fb91cab8
|
||||||
size 355567
|
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
|
Wed Dec 21 10:51:09 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
8
vim.spec
8
vim.spec
@ -44,7 +44,7 @@ BuildRequires: gpm
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%define pkg_version 7.3
|
%define pkg_version 7.3
|
||||||
%define official_ptchlvl 372
|
%define official_ptchlvl 382
|
||||||
%define VIM_SUBDIR vim73
|
%define VIM_SUBDIR vim73
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
#
|
#
|
||||||
@ -129,6 +129,7 @@ environment install additionally vim-data.
|
|||||||
%package data
|
%package data
|
||||||
|
|
||||||
Summary: Vi IMproved
|
Summary: Vi IMproved
|
||||||
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -151,6 +152,7 @@ Package vim-data contains the runtime files.
|
|||||||
%package base
|
%package base
|
||||||
|
|
||||||
Summary: Vi IMproved
|
Summary: Vi IMproved
|
||||||
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
# For post script
|
# For post script
|
||||||
@ -176,6 +178,7 @@ want to install the vim-data package.
|
|||||||
%package enhanced
|
%package enhanced
|
||||||
|
|
||||||
Summary: A version of the VIM editor which includes recent enhancements
|
Summary: A version of the VIM editor which includes recent enhancements
|
||||||
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
Requires: %{perl_requires}
|
Requires: %{perl_requires}
|
||||||
@ -199,6 +202,7 @@ graphical features of vim, you might want to install package gvim too.
|
|||||||
%package -n gvim-base
|
%package -n gvim-base
|
||||||
|
|
||||||
Summary: dummy package for a subpackage only build in the buildservice
|
Summary: dummy package for a subpackage only build in the buildservice
|
||||||
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{vim_prereq}
|
PreReq: %{vim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
Requires: gvim_client
|
Requires: gvim_client
|
||||||
@ -209,6 +213,7 @@ dummy package for a subpackage only build in the buildservice
|
|||||||
%package -n gvim-enhanced
|
%package -n gvim-enhanced
|
||||||
|
|
||||||
Summary: dummy package for a subpackage only build in the buildservice
|
Summary: dummy package for a subpackage only build in the buildservice
|
||||||
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{gvim_prereq}
|
PreReq: %{gvim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
Provides: vim_client
|
Provides: vim_client
|
||||||
@ -223,6 +228,7 @@ dummy package for a subpackage only build in the buildservice
|
|||||||
%package -n gvim
|
%package -n gvim
|
||||||
|
|
||||||
Summary: A GUI for Vi
|
Summary: A GUI for Vi
|
||||||
|
Group: Productivity/Editors/Vi
|
||||||
PreReq: %{gvim_prereq}
|
PreReq: %{gvim_prereq}
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
Requires: %{perl_requires}
|
Requires: %{perl_requires}
|
||||||
|
Loading…
Reference in New Issue
Block a user