diff --git a/.gitignore b/.gitignore
index 68cd3c2..9606332 100644
--- a/.gitignore
+++ b/.gitignore
@@ -302,3 +302,4 @@
 /vim-8.2-806.tar.bz2
 /vim-8.2-834.tar.bz2
 /vim-8.2-869.tar.bz2
+/vim-8.2-905.tar.bz2
diff --git a/sources b/sources
index 3944c47..41cb06f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-8.2-869.tar.bz2) = 1b5ce09e138035b138b0f127f863cc093cee8360689fb96b3e96d4745c91f66d453cd16907bb0896df19f7165c525bb637d449cb61787a6cc8f501ee09566ce6
+SHA512 (vim-8.2-905.tar.bz2) = 7d1928a6584b3aaac67626d1d94b5470cd0db5076e0b99d6bbcf06cdf76a1c77041af3b0484043aaceddda2dd85e10dcfb2f68f0670f189b91f8c553a833cb8d
diff --git a/vim.spec b/vim.spec
index e17180d..e1b4e33 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 869
+%define patchlevel 905
 %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 and MIT
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
 Source1: vim.sh
@@ -784,6 +784,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
 %{_datadir}/icons/locolor/*/apps/*
 
 %changelog
+* Fri Jun 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.905-1
+- patchlevel 905
+
 * Tue Jun 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.869-2
 - remove tests from dist-git, we use base os ci