- patchlevel 720

This commit is contained in:
Zdenek Dohnal 2022-10-11 15:21:56 +02:00
parent fe7f282fed
commit 1badbfe688
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -415,3 +415,4 @@
/vim-9.0-348.tar.bz2
/vim-9.0-412.tar.bz2
/vim-9.0-475.tar.bz2
/vim-9.0-720.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-9.0-475.tar.bz2) = e8cf29f02a3c76b55763b8513ee2b1d037996c6da4ea629e9ad8bf17731dd7e99544a621ba666e90cbe3c76f4a5bbdde96410eb3757f2290183855b09ae7b49a
SHA512 (vim-9.0-720.tar.bz2) = c856f3f212f435d639d805f67f8de3b4bbeb9473bbeb739b5daf8d086b9eb591e6e1c0c24fd3a6287f92878c42f6b039bf601b1cf85dc72afdb10dbf376b5322

View File

@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
%define patchlevel 475
%define patchlevel 720
%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
@ -972,6 +972,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
* Tue Oct 11 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.720-1
- patchlevel 720
* Wed Sep 28 2022 Carl George <carl@george.computer> - 2:9.0.475-2
- Obsolete vim-toml since the runtime files are now part of vim-common