diff --git a/.gitignore b/.gitignore
index c86da48..6841619 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,3 +130,4 @@
 /vim-8.0-1207.tar.bz2
 /vim-8.0-1213.tar.bz2
 /vim-8.0-1216.tar.bz2
+/vim-8.0-1226.tar.bz2
diff --git a/sources b/sources
index 8c47f01..8e22741 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-8.0-1216.tar.bz2) = 7e7e00ca60ed648dd2045f02a7fd86851d66146e9bf7054b0c2297d95f6e2c66d20cd63e6ff9a25a48898cc235671695b0364e147775f5163a89fe4614b50b32
+SHA512 (vim-8.0-1226.tar.bz2) = d0e4798bcfd876c9388d79d7828ed9f18f9bf4c22f039c3970c1f337db11575a6d115f64c84eb40ccb979d08e66e12d0c85169b79c098b70b1875d8574f3f112
diff --git a/vim.spec b/vim.spec
index c32c10a..fc39189 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 1216
+%define patchlevel 1226
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -21,7 +21,7 @@ Summary: The VIM editor
 URL:     http://www.vim.org/
 Name: vim
 Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: Vim
 Group: Applications/Editors
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@@ -768,6 +768,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/locolor/*/apps/*
 
 %changelog
+* Fri Oct 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.1226-1
+- patchlevel 1226
+
 * Thu Oct 26 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1216-2
 - mention GVim in Summary and Description of vim-x11 subpackage