diff --git a/README.patches b/README.patches index 61cdee8..c4fd9f3 100644 --- a/README.patches +++ b/README.patches @@ -81,3 +81,4 @@ Individual patches for Vim 7.3: 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 + 17935 7.3.056 "getline" argument in do_cmdline() shadows global diff --git a/vim.spec b/vim.spec index d6693f1..3385c39 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 055 +%define patchlevel 056 Summary: The VIM editor URL: http://www.vim.org/ @@ -119,6 +119,7 @@ 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 +Patch056: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.056 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -318,6 +319,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch053 -p0 %patch054 -p0 %patch055 -p0 +%patch056 -p0 # install spell files @@ -785,6 +787,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Tue Nov 16 2010 Karsten Hopp 7.3.056-1 +- patchlevel 056 + * Thu Nov 11 2010 Karsten Hopp 7.3.055-1 - patchlevel 055