diff --git a/README.patches b/README.patches index 4be0aa9..0d49d90 100644 --- a/README.patches +++ b/README.patches @@ -623,3 +623,5 @@ Individual patches for Vim 7.3: 1804 7.3.590 the '< and '> marks cannot be set directly 5247 7.3.591 can only move to a tab by absolute number 3343 7.3.592 Vim on GTK does not support g:browsefilter + 2237 7.3.593 no easy way to decide if b:browsefilter will work + 4873 7.3.594 the X command server sends an empty reply for as-keys requests diff --git a/vim.spec b/vim.spec index 303c103..fb33ca5 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 592 +%define patchlevel 594 Summary: The VIM editor URL: http://www.vim.org/ @@ -648,6 +648,8 @@ Patch589: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.589 Patch590: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.590 Patch591: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.591 Patch592: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.592 +Patch593: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.593 +Patch594: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.594 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -1386,6 +1388,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch590 -p0 %patch591 -p0 %patch592 -p0 +%patch593 -p0 +%patch594 -p0 # install spell files @@ -1842,6 +1846,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Tue Jul 10 2012 Karsten Hopp 7.3.594-1 +- patchlevel 594 + * Tue Jul 10 2012 Karsten Hopp 7.3.592-1 - patchlevel 592