diff --git a/.gitignore b/.gitignore
index 6f68bac..b2e2cce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -235,3 +235,4 @@
 /vim-8.1-513.tar.bz2
 /vim-8.1-527.tar.bz2
 /vim-8.1-549.tar.bz2
+/vim-8.1-575.tar.bz2
diff --git a/sources b/sources
index e73c414..e0ce782 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-8.1-549.tar.bz2) = 2a98e2f6af9b9748b8658c4e8b0e000e7e9eb6767b81b025d8e03574597dbf2f6300d4a89ae0ac52ed9a0138e8ebd53715bdf6ee2fdfd56b1d6fe0c1b752afe1
+SHA512 (vim-8.1-575.tar.bz2) = cab35be1f5e532984a8f5b6630997af06a780357b96444be6dc13ae3b3d74bc9c49a1d7221aa1e3d1eac231a1d30998bf16de7e4d72a40409a2b7ea76b0d646c
diff --git a/vim.spec b/vim.spec
index 593aa46..aaf9aa9 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 549
+%define patchlevel 575
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -24,7 +24,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
@@ -802,6 +802,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
 %{_datadir}/icons/locolor/*/apps/*
 
 %changelog
+* Mon Dec 10 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.575-1
+- patchlevel 575
+
 * Wed Dec 05 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.549-2
 - do not strip binaries before build system strips it