From 1871919a5240a402283485a2a637626b8ba90ead Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Nov 19 2014 17:00:18 +0000 Subject: - patchlevel 521 --- diff --git a/README.patches b/README.patches index 3f205bb..ad9ff7a 100644 --- a/README.patches +++ b/README.patches @@ -538,3 +538,8 @@ Individual patches for Vim 7.4: 1444 7.4.514 (after 7.4.492) memory access error 6056 7.4.515 in a help buffer the global 'foldmethod' is used 2134 7.4.516 issue 253: completing function name with a # does not work + 1653 7.4.517 cursor may not end up in the right place on a wrapping line + 1705 7.4.518 using status line height in width computations + 26031 7.4.519 (after 7.4.497) crash when using syntax highlighting + 1629 7.4.520 Sun PCK locale is not recognzed + 1687 7.4.521 when using "vep" a mark is moved to the next line diff --git a/vim.spec b/vim.spec index 8bb3a91..22503a4 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 516 +%define patchlevel 521 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -563,6 +563,11 @@ Patch513: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.513 Patch514: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.514 Patch515: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.515 Patch516: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.516 +Patch517: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.517 +Patch518: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.518 +Patch519: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.519 +Patch520: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.520 +Patch521: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.521 Patch3000: vim-7.4-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -1226,6 +1231,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch514 -p0 %patch515 -p0 %patch516 -p0 +%patch517 -p0 +%patch518 -p0 +%patch519 -p0 +%patch520 -p0 +%patch521 -p0 # install spell files %if %{withvimspell} @@ -1743,6 +1753,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Nov 19 2014 Karsten Hopp 7.4.521-1 +- patchlevel 521 + * Thu Nov 13 2014 Karsten Hopp 7.4.516-1 - patchlevel 516