diff --git a/README.patches b/README.patches index 88b9a40..f45affa 100644 --- a/README.patches +++ b/README.patches @@ -913,3 +913,10 @@ Individual patches for Vim 7.4: 3145 7.4.889 triggering OptionSet from setwinvar() isn't tested 2032 7.4.890 build failure when using dynamic python but not python3 5013 7.4.891 indentation of array initializer is wrong + 3100 7.4.892 on MS-Windows the iconv DLL may have a different name + 2911 7.4.893 C indenting is wrong below a "case (foo):" + 1617 7.4.894 vimrun.exe is picky about the number of spaces before -s + 2169 7.4.895 cmdline completion does not work for a command with digits + 2387 7.4.896 editing a URL, which netrw should handle, doesn't work + 1776 7.4.897 freeze and crash when there is a sleep in a remote command + 1419 7.4.898 the 'fixendofline' option is set on with ":edit" diff --git a/vim.spec b/vim.spec index 1fab448..48563ef 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 891 +%define patchlevel 898 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -938,6 +938,13 @@ Patch888: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.888 Patch889: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.889 Patch890: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.890 Patch891: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.891 +Patch892: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.892 +Patch893: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.893 +Patch894: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.894 +Patch895: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.895 +Patch896: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.896 +Patch897: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.897 +Patch898: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.898 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1981,6 +1988,13 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch889 -p0 %patch890 -p0 %patch891 -p0 +%patch892 -p0 +%patch893 -p0 +%patch894 -p0 +%patch895 -p0 +%patch896 -p0 +%patch897 -p0 +%patch898 -p0 # install spell files %if %{withvimspell} @@ -2543,6 +2557,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Oct 14 2015 Karsten Hopp 7.4.898-1 +- patchlevel 898 + * Thu Oct 08 2015 Karsten Hopp 7.4.891-1 - patchlevel 891