diff --git a/.gitignore b/.gitignore
index 813c052..09db9c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@
 /vim-8.0-599.tar.bz2
 /vim-8.0-600.tar.bz2
 /vim-8.0-604.tar.bz2
+/vim-8.0-606.tar.bz2
diff --git a/README.patches b/README.patches
index e70429e..8155bd3 100644
--- a/README.patches
+++ b/README.patches
@@ -1,3 +1,30 @@
+commit 6e62da3e14d32f76f60d5cc8b267059923842f17
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Sun May 28 08:16:25 2017 +0200
+
+    patch 8.0.0606: cannot set the context for a specified quickfix list
+    
+    Problem:    Cannot set the context for a specified quickfix list.
+    Solution:   Use the list index instead of the current list. (Yegappan
+                Lakshmanan)
+
+commit 6dd4a53502fb4ec1b66104eab1805e7254ad9e41
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Sun May 28 07:56:36 2017 +0200
+
+    patch 8.0.0605: the quickfix cached buffer may become invalid
+    
+    Problem:    The buffer that quickfix caches for performance may become
+                invalid. (Daniel Hahler)
+    Solution:   Reset qf_last_bufref in qf_init_ext(). (Daniel Hahler,
+                closes #1728, closes #1676)
+
+commit b4d6c3ea4a59c6d8d4e0e52120596866f0edd510
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Sat May 27 16:45:17 2017 +0200
+
+    Update runtime files.
+
 commit 712598f210570627534246cb5dcbb4f213367997
 Author: Bram Moolenaar <Bram@vim.org>
 Date:   Wed May 24 10:42:37 2017 +0200
diff --git a/sources b/sources
index fed125a..8aeec05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-8.0-604.tar.bz2) = 67d804478a27b52e033ec4bb63d62b175856f7c8352966dfeb939ce99d7351e2e628f1a7b017e1e4050b82627925bec35b9b49ca45664001daae410a0dd4f9a6
+SHA512 (vim-8.0-606.tar.bz2) = 9b36af6487752b213206388f799f971ff7ee115e20cd6dbf720018af7b645885dc1b238cad213d859bdedf5c60926448de9ba718c8a274984edff0c3c4174665
diff --git a/vim.spec b/vim.spec
index fdf0ed8..ff96a54 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 604
+%define patchlevel 606
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -770,6 +770,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/locolor/*/apps/*
 
 %changelog
+* Mon May 29 2017 Karsten Hopp <karsten@redhat.com> 8.0.606-1
+- patchlevel 606
+
 * Thu May 25 2017 Karsten Hopp <karsten@redhat.com> 8.0.604-1
 - patchlevel 604