diff --git a/README.patches b/README.patches index 0f28888..c08f76d 100644 --- a/README.patches +++ b/README.patches @@ -466,3 +466,4 @@ Individual patches for Vim 7.4: 2106 7.4.440 omni complete popup drawn incorrectly 1826 7.4.441 endless loop and other problems when 'cedit' is set to CTRL-C 2303 7.4.442 (after 7.4.434) using unitinialized variable + 1539 7.4.443 error reported by ubsan when running test 72 diff --git a/vim.spec b/vim.spec index 0719dd4..5a7de31 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 442 +%define patchlevel 443 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -489,6 +489,7 @@ Patch439: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.439 Patch440: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.440 Patch441: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.441 Patch442: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.442 +Patch443: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.443 Patch3000: vim-7.4-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -1077,6 +1078,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch440 -p0 %patch441 -p0 %patch442 -p0 +%patch443 -p0 # install spell files %if %{withvimspell} @@ -1593,6 +1595,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Mon Sep 15 2014 Karsten Hopp 7.4.443-1 +- patchlevel 443 + * Wed Sep 10 2014 Karsten Hopp 7.4.442-1 - patchlevel 442