[vim] - patchlevel 487

Karsten Hopp karsten at fedoraproject.org
Wed Oct 22 15:57:34 UTC 2014


commit 34c5a1290a0e490c62ca0025513bac34fbc50be3
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Oct 22 18:00:13 2014 +0200

    - patchlevel 487

 README.patches |    4 ++++
 vim.spec       |   13 ++++++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
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 <karsten at redhat.com> 7.4.487-1
+- patchlevel 487
+
 * Tue Oct 21 2014 Karsten Hopp <karsten at redhat.com> 7.4.483-1
 - patchlevel 483
 


More information about the scm-commits mailing list