diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index d3fa5d1..c13e3ef 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd905b614e571e31332017cd805407ac37f8f37e540e7958acba590957cf89bc -size 355567 +oid sha256:952d3169e13434e875588d158ed4da890f3fd0aa2de015593bdd4657fb91cab8 +size 366696 diff --git a/vim.changes b/vim.changes index 5a2f598..3ec0a7b 100644 --- a/vim.changes +++ b/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 diff --git a/vim.spec b/vim.spec index db9891d..53bd6ea 100644 --- a/vim.spec +++ b/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}