- patchlevel 777

This commit is contained in:
Zdenek Dohnal 2022-10-17 11:48:38 +02:00
parent aefc2b24ca
commit be507449af
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -416,3 +416,4 @@
/vim-9.0-412.tar.bz2
/vim-9.0-475.tar.bz2
/vim-9.0-720.tar.bz2
/vim-9.0-777.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-9.0-720.tar.bz2) = c856f3f212f435d639d805f67f8de3b4bbeb9473bbeb739b5daf8d086b9eb591e6e1c0c24fd3a6287f92878c42f6b039bf601b1cf85dc72afdb10dbf376b5322
SHA512 (vim-9.0-777.tar.bz2) = fb8eb569ef7861b72222cadb177d77f18bae81781675a244e074bfe777baaf7482a921001983c9ec0d8eb4528e17b18565331f78cc27f5147ae32b092683acac

View File

@ -8,7 +8,7 @@
%bcond_with libsodium_crypt
%endif
%define patchlevel 720
%define patchlevel 777
%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
* Mon Oct 17 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.777-1
- patchlevel 777
* Wed Oct 12 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.720-2
- the current configure option for Vi is 'tiny'