diff --git a/README.patches b/README.patches index 3daedf5..83d3047 100644 --- a/README.patches +++ b/README.patches @@ -60,3 +60,4 @@ Individual patches for Vim 7.3: 21839 7.3.032 maparg() doesn't return the flags, e.g., <buffer>, <script> 1395 7.3.033 (after 7.3.032) can't build without FEAT_LOCALMAP 12987 7.3.034 Win32: may load .dll from wrong directory + 1882 7.3.035 (after 7.3.034) stray semicolon diff --git a/vim.spec b/vim.spec index fe2e442..b05c440 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 034 +%define patchlevel 035 Summary: The VIM editor URL: http://www.vim.org/ @@ -98,6 +98,7 @@ Patch031: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.031 Patch032: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.032 Patch033: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.033 Patch034: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.034 +Patch035: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.035 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -276,6 +277,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch032 -p0 %patch033 -p0 %patch034 -p0 +%patch035 -p0 # install spell files @@ -743,6 +745,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Sun Oct 24 2010 Karsten Hopp <karsten@redhat.com> 7.3.035-1 +- patchlevel 035 + * Sat Oct 23 2010 Karsten Hopp <karsten@redhat.com> 7.3.034-1 - patchlevel 034