diff --git a/.gitignore b/.gitignore
index 5372e47..8f25f18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -452,3 +452,4 @@
 /vim-9.0-1712.tar.bz2
 /vim-9.0-1822.tar.bz2
 /vim-9.0-1872.tar.bz2
+/vim-9.0-1882.tar.bz2
diff --git a/sources b/sources
index 2b27080..025c5c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-9.0-1872.tar.bz2) = 5b4c092303e4919f1733f3d12c5c238b306bf09c4b0d139cd7e3637e68b5eb51889ecad529648921a40d8ec9ab112bbb9958e1dd65be801749931cda4b0effc1
+SHA512 (vim-9.0-1882.tar.bz2) = a0d25b6a37145605fe8d5154d3d13d7eec256942f5d6be9a60ea1458cc12aace595452bc94172c0dc6f7e8bf7c028f5e789bd99008c870c819621c714c7554eb
diff --git a/vim.spec b/vim.spec
index fb55816..e6cb225 100644
--- a/vim.spec
+++ b/vim.spec
@@ -8,7 +8,7 @@
 %bcond_with libsodium_crypt
 %endif
 
-%define patchlevel 1872
+%define patchlevel 1882
 
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
@@ -50,7 +50,7 @@ Summary: The VIM editor
 URL:     http://www.vim.org/
 Name: vim
 Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
 Epoch: 2
 # swift.vim contains Apache 2.0 with runtime library exception:
 # which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
@@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
 
 
 %changelog
+* Thu Sep 07 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1882-1
+- patchlevel 1882
+
 * Wed Sep 06 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1872-2
 - test_xxd_color2 is flaky