diff --git a/.gitignore b/.gitignore
index c4ed206..3e9938e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -311,3 +311,4 @@
 /vim-8.2-1199.tar.bz2
 /vim-8.2-1217.tar.bz2
 /vim-8.2-1224.tar.bz2
+/vim-8.2-1273.tar.bz2
diff --git a/sources b/sources
index 271e2a3..2f41a59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-8.2-1224.tar.bz2) = 6cd337587b2ba971b267ee558e57b2fbab4763ba9cc050cd015366003afe8c36b6c8fd19f4832459044d50c4c5f746b7b821837911f3aa9f3521d08b63e1a466
+SHA512 (vim-8.2-1273.tar.bz2) = 6063ed594677d42e7346476bfc26ea7b049a174aeb7f50041c6f5aa6b38c04b65a6a205afaf5f94fc91f8fa73c2a760fc0de917d41817ed5a81b90bddd4a73d0
diff --git a/vim.spec b/vim.spec
index 7e8e74e..aa87d5b 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 1224
+%define patchlevel 1273
 %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: 4%{?dist}
+Release: 1%{?dist}
 License: Vim and MIT
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
 Source1: vim.sh
@@ -772,6 +772,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
 %{_datadir}/icons/locolor/*/apps/*
 
 %changelog
+* Thu Jul 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1273-1
+- patchlevel 1273
+
 * Thu Jul 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1224-4
 - python3 dynamic linking patch is already in upstream, remove it