- patchlevel 1882

This commit is contained in:
Zdenek Dohnal 2023-09-07 14:03:07 +02:00
parent 9b37e1a9b2
commit 6bd5a39c27
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (vim-9.0-1872.tar.bz2) = 5b4c092303e4919f1733f3d12c5c238b306bf09c4b0d139cd7e3637e68b5eb51889ecad529648921a40d8ec9ab112bbb9958e1dd65be801749931cda4b0effc1
SHA512 (vim-9.0-1882.tar.bz2) = a0d25b6a37145605fe8d5154d3d13d7eec256942f5d6be9a60ea1458cc12aace595452bc94172c0dc6f7e8bf7c028f5e789bd99008c870c819621c714c7554eb

View File

@ -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