- patchlevel 475

This commit is contained in:
Zdenek Dohnal 2022-09-16 10:05:03 +02:00
parent 8c779e7840
commit 2fb216720e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -414,3 +414,4 @@
/vim-9.0-327.tar.bz2
/vim-9.0-348.tar.bz2
/vim-9.0-412.tar.bz2
/vim-9.0-475.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-9.0-412.tar.bz2) = fae887557bc8b0e20e01fefea9b88d12f18c371f0c0fa8848a3a5bfe3120e47d5bcf402344cb2137226e1612ad766f3c6a5071018227e0c6639345a02543bcbd
SHA512 (vim-9.0-475.tar.bz2) = e8cf29f02a3c76b55763b8513ee2b1d037996c6da4ea629e9ad8bf17731dd7e99544a621ba666e90cbe3c76f4a5bbdde96410eb3757f2290183855b09ae7b49a

View File

@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
%define patchlevel 412
%define patchlevel 475
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
@ -38,7 +38,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist}
Release: 1%{?dist}
Epoch: 2
License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@ -964,6 +964,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
* Fri Sep 16 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.475-1
- patchlevel 475
* Fri Sep 16 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.412-2
- provide 'vim(plugins-supported)' for plugins to require Vim/GVim