diff --git a/README.patches b/README.patches index cb9e52e..dc198b3 100644 --- a/README.patches +++ b/README.patches @@ -713,3 +713,12 @@ Individual patches for Vim 7.3: 2190 7.3.680 some files missing in the list of distributed files 2014 7.3.681 list of distributed files picks up backup files 1791 7.3.682 (after 7.3.677) compiler complains about incompatible types + 2578 7.3.683 ":python" may crash when vimbindeval() returns None + 4714 7.3.684 "make test" does not delete lua.vim + 1827 7.3.685 no test for what patch 7.3.673 fixes + 2226 7.3.686 cannot use CTRL-\ e mapping when entering an expression + 1386 7.3.687 test 16 fails when $DISPLAY is not set + 5283 7.3.688 Python 3.3 is not supported + 2266 7.3.689 MzScheme and Lua may use a NULL string + 1806 7.3.690 crash with directory name equal to maximum path length + 1910 7.3.691 state specific to the Python thread is discarded diff --git a/vim.spec b/vim.spec index 7720f24..8bf941f 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 682 +%define patchlevel 691 Summary: The VIM editor URL: http://www.vim.org/ @@ -738,6 +738,15 @@ Patch679: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.679 Patch680: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.680 Patch681: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.681 Patch682: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.682 +Patch683: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.683 +Patch684: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.684 +Patch685: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.685 +Patch686: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.686 +Patch687: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.687 +Patch688: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.688 +Patch689: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.689 +Patch690: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.690 +Patch691: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.691 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -1566,6 +1575,15 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch680 -p0 %patch681 -p0 %patch682 -p0 +%patch683 -p0 +%patch684 -p0 +%patch685 -p0 +%patch686 -p0 +%patch687 -p0 +%patch688 -p0 +%patch689 -p0 +%patch690 -p0 +%patch691 -p0 # install spell files @@ -2028,6 +2046,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Mon Oct 15 2012 Karsten Hopp 7.3.691-1 +- patchlevel 691 + * Fri Oct 05 2012 Karsten Hopp 7.3.682-1 - patchlevel 682 - use --enable-rubyinterp=dynamic and --enable-pythoninterp=dynamic