From 34c5a1290a0e490c62ca0025513bac34fbc50be3 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Oct 22 2014 16:00:13 +0000 Subject: - patchlevel 487 --- diff --git a/README.patches b/README.patches index 0ea94f0..6b6edcd 100644 --- a/README.patches +++ b/README.patches @@ -505,3 +505,7 @@ Individual patches for Vim 7.4: 2035 7.4.481 (after 7.4.471) compiler warning on MS-Windows 1863 7.4.482 when 'balloonexpr' results in a list, text has a trailing NL 5345 7.4.483 a 0x80 byte is not handled correctly in abbreviations + 1442 7.4.484 (after 7.4.483) compiler warning + 3033 7.4.485 (after 7.4.484) abbreviations don't work + 6864 7.4.486 check for writing to a yank register is wrong + 5994 7.4.487 ":sign jump" may unnecessarily use another window diff --git a/vim.spec b/vim.spec index c916ee1..f724b77 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 483 +%define patchlevel 487 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -530,6 +530,10 @@ Patch480: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.480 Patch481: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.481 Patch482: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.482 Patch483: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.483 +Patch484: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.484 +Patch485: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.485 +Patch486: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.486 +Patch487: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.487 Patch3000: vim-7.4-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -1160,6 +1164,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch481 -p0 %patch482 -p0 %patch483 -p0 +%patch484 -p0 +%patch485 -p0 +%patch486 -p0 +%patch487 -p0 # install spell files %if %{withvimspell} @@ -1677,6 +1685,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Oct 22 2014 Karsten Hopp 7.4.487-1 +- patchlevel 487 + * Tue Oct 21 2014 Karsten Hopp 7.4.483-1 - patchlevel 483