diff --git a/README.patches b/README.patches index cf21a9b..61cdee8 100644 --- a/README.patches +++ b/README.patches @@ -77,3 +77,7 @@ Individual patches for Vim 7.3: 19335 7.3.049 PLT has rebranded their Scheme to Racket 6138 7.3.050 the link script is clumsy, should use --as-needed 3305 7.3.051 crash when $PATH is empty + 10719 7.3.052 various errors when 'completefunc' opens a new window + 2948 7.3.053 complete() function doesn't reset complete direction + 3354 7.3.054 can define a user command for :Print, but it doesn't work + 10470 7.3.055 endless loop when recursively comparing lists and dicts diff --git a/vim.spec b/vim.spec index a0697e3..d6693f1 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 051 +%define patchlevel 055 Summary: The VIM editor URL: http://www.vim.org/ @@ -115,6 +115,10 @@ Patch048: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.048 Patch049: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.049 Patch050: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.050 Patch051: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.051 +Patch052: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.052 +Patch053: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.053 +Patch054: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.054 +Patch055: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.055 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -310,6 +314,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch049 -p0 %patch050 -p0 %patch051 -p0 +%patch052 -p0 +%patch053 -p0 +%patch054 -p0 +%patch055 -p0 # install spell files @@ -777,6 +785,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Thu Nov 11 2010 Karsten Hopp 7.3.055-1 +- patchlevel 055 + * Wed Nov 10 2010 Karsten Hopp 7.3.051-1 - patchlevel 051