diff --git a/README.patches b/README.patches
index 840a8d6..8ddb684 100644
--- a/README.patches
+++ b/README.patches
@@ -571,6 +571,11 @@ Individual patches for Vim 7.4:
   1785  7.4.547  "vit" does not select multi-byte character at the end correctly
   1681  7.4.548  compilation fails with native version of MinGW-w64
   6505  7.4.549  function name not recognized correctly when inside a function
-  4016  7.4.550  curs_rows() function is always called with second argument false
+  4016  7.4.550  curs_rows() function is always called with 2nd argument false
   5608  7.4.551  "ygn" may yank too much; Issue 295
   2298  7.4.552  langmap applies to Insert mode expression mappings
+ 14152  7.4.553  various small issues
+  1877  7.4.554  missing part of patch 7.4.519
+  1970  7.4.555  test_close_count may fail for some combination of features
+  2121  7.4.556  failed commands in Python interface not handled correctly
+  1997  7.4.557  one more small issue
diff --git a/vim.spec b/vim.spec
index 87f0b4e..846993f 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 552
+%define patchlevel 557
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -599,6 +599,11 @@ Patch549: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.549
 Patch550: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.550
 Patch551: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.551
 Patch552: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.552
+Patch553: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.553
+Patch554: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.554
+Patch555: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.555
+Patch556: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.556
+Patch557: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.557
 
 Patch3000: vim-7.4-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1298,6 +1303,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch550 -p0
 %patch551 -p0
 %patch552 -p0
+%patch553 -p0
+%patch554 -p0
+%patch555 -p0
+%patch556 -p0
+%patch557 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1815,6 +1825,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Dec 17 2014 Karsten Hopp <karsten@redhat.com> 7.4.557-1
+- patchlevel 557
+
 * Sun Dec 14 2014 Karsten Hopp <karsten@redhat.com> 7.4.552-1
 - patchlevel 552