diff --git a/README.patches b/README.patches
index df81b44..72fbed7 100644
--- a/README.patches
+++ b/README.patches
@@ -640,3 +640,6 @@ Individual patches for Vim 7.4:
   4582  7.4.616  cannot insert a tab in front of a block
   2790  7.4.617  wrong ":argdo" range does not cause an error
   1337  7.4.618  (after 7.4.609) luaV_setref() is missing a return statement
+  1929  7.4.619  (after 7.4.618) luaV_setref() not returning the correct value
+  1549  7.4.620  compiler warning for unitinialized variable
+  1755  7.4.621  (after 7.4.619) returning 1 in the wrong function
diff --git a/vim.spec b/vim.spec
index 711848f..cd28e03 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 618
+%define patchlevel 621
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -665,6 +665,9 @@ Patch615: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.615
 Patch616: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.616
 Patch617: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.617
 Patch618: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.618
+Patch619: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.619
+Patch620: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.620
+Patch621: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.621
 
 Patch1559: 7.4.559.rhpatched
 Patch3000: vim-7.4-syntax.patch
@@ -1432,6 +1435,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch616 -p0
 %patch617 -p0
 %patch618 -p0
+%patch619 -p0
+%patch620 -p0
+%patch621 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1949,6 +1955,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Thu Feb 05 2015 Karsten Hopp <karsten@redhat.com> 7.4.621-1
+- patchlevel 621
+
 * Wed Feb 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.618-1
 - patchlevel 618