- patchlevel 49

This commit is contained in:
Zdenek Dohnal 2022-07-11 15:23:35 +02:00
parent 3e31826a83
commit 5e82e77f8c
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -405,3 +405,4 @@
/vim-8.2-5085.tar.bz2 /vim-8.2-5085.tar.bz2
/vim-8.2-5141.tar.bz2 /vim-8.2-5141.tar.bz2
/vim-8.2-5172.tar.bz2 /vim-8.2-5172.tar.bz2
/vim-9.0-049.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.2-5172.tar.bz2) = 006d35123d350453e3c3f6fcba3ee228a7fb08bfde75e484201e59043e91281cc5a7e99ce296d287a6d103b37e3b3dcc39211653f192ffa5bc5df8d112c7db75 SHA512 (vim-9.0-049.tar.bz2) = 20272279e21de0843b6260e8a8ecd43c328d43cf8ce7df6d7e86793e219ae99da6dfbb49ca903840e817847f1ace4f78f12d6a2a0cbc81c0e2cac54e345257af

View File

@ -8,7 +8,7 @@
%bcond_with libsodium_crypt %bcond_with libsodium_crypt
%endif %endif
%define patchlevel 5172 %define patchlevel 049
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
@ -31,8 +31,8 @@
%define withruby 1 %define withruby 1
%define withlua 1 %define withlua 1
%define baseversion 8.2 %define baseversion 9.0
%define vimdir vim82 %define vimdir vim90
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
@ -970,6 +970,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif %endif
%changelog %changelog
* Mon Jul 11 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.049-1
- patchlevel 049
* Tue Jun 28 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.5172-1 * Tue Jun 28 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.5172-1
- patchlevel 5172 - patchlevel 5172