- patchlevel 3512

This commit is contained in:
Zdenek Dohnal 2021-10-15 06:39:48 +02:00
parent 2cb80dd52c
commit 9118c67b09
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -372,3 +372,4 @@
/vim-8.2-3367.tar.bz2
/vim-8.2-3391.tar.bz2
/vim-8.2-3404.tar.bz2
/vim-8.2-3512.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.2-3404.tar.bz2) = 0416fca36db49e7666c20b26bff6ccfe687f4d16ff83452cd28452b2b79c8236f1ea30593343ecac6c8bd250e54c2ec2d9e5d33aa501d0c59781835cf7c2e53e
SHA512 (vim-8.2-3512.tar.bz2) = cb3c947c5d6792f5b8c9ba4f31215db596b2881c9bffa6c713569a108a6b59ad92e8710f835e90b23ee696e72de4f4749993ee67e5a04e9e61069026eb379387

View File

@ -1,4 +1,4 @@
%define patchlevel 3404
%define patchlevel 3512
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -29,7 +29,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
@ -903,6 +903,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
* Fri Oct 15 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3512-1
- patchlevel 3512
* Thu Oct 14 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3404-2
- adjust test suite to Python 3.10