diff --git a/README.patches b/README.patches
index 5e493d9..a91338f 100644
--- a/README.patches
+++ b/README.patches
@@ -911,3 +911,4 @@ Individual patches for Vim 7.4:
   1873  7.4.887  using uninitialized memory for regexp with back reference
   4794  7.4.888  OptionSet autocommands are not triggered from setwinvar()
   3145  7.4.889  triggering OptionSet from setwinvar() isn't tested
+  2032  7.4.890  build failure when using dynamic python but not python3
diff --git a/vim.spec b/vim.spec
index b2de229..3ee17a0 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 889
+%define patchlevel 890
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -936,6 +936,7 @@ Patch886: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.886
 Patch887: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.887
 Patch888: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.888
 Patch889: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.889
+Patch890: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.890
 
 Patch1559: 7.4.559.rhpatched
 Patch3000: vim-7.4-syntax.patch
@@ -1977,6 +1978,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch887 -p0
 %patch888 -p0
 %patch889 -p0
+%patch890 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -2539,6 +2541,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Oct 07 2015 Karsten Hopp <karsten@redhat.com> 7.4.890-1
+- patchlevel 890
+
 * Wed Sep 30 2015 Karsten Hopp <karsten@redhat.com> 7.4.889-1
 - patchlevel 889