- patchlevel 49
This commit is contained in:
parent
3e31826a83
commit
5e82e77f8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -405,3 +405,4 @@
|
||||
/vim-8.2-5085.tar.bz2
|
||||
/vim-8.2-5141.tar.bz2
|
||||
/vim-8.2-5172.tar.bz2
|
||||
/vim-9.0-049.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.2-5172.tar.bz2) = 006d35123d350453e3c3f6fcba3ee228a7fb08bfde75e484201e59043e91281cc5a7e99ce296d287a6d103b37e3b3dcc39211653f192ffa5bc5df8d112c7db75
|
||||
SHA512 (vim-9.0-049.tar.bz2) = 20272279e21de0843b6260e8a8ecd43c328d43cf8ce7df6d7e86793e219ae99da6dfbb49ca903840e817847f1ace4f78f12d6a2a0cbc81c0e2cac54e345257af
|
||||
|
9
vim.spec
9
vim.spec
@ -8,7 +8,7 @@
|
||||
%bcond_with libsodium_crypt
|
||||
%endif
|
||||
|
||||
%define patchlevel 5172
|
||||
%define patchlevel 049
|
||||
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
@ -31,8 +31,8 @@
|
||||
%define withruby 1
|
||||
%define withlua 1
|
||||
|
||||
%define baseversion 8.2
|
||||
%define vimdir vim82
|
||||
%define baseversion 9.0
|
||||
%define vimdir vim90
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
@ -970,6 +970,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%endif
|
||||
|
||||
%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
|
||||
- patchlevel 5172
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user