- patchlevel 444

This commit is contained in:
Zdenek Dohnal 2020-03-25 13:48:59 +01:00
parent 7c865ceb25
commit 59faaa019f
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -286,3 +286,4 @@
/vim-8.2-356.tar.bz2
/vim-8.2-357.tar.bz2
/vim-8.2-390.tar.bz2
/vim-8.2-444.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.2-390.tar.bz2) = c2ab22b459c57f936277d794d162da6b18263cc615ebbdb908cc362900816b24d11a13732e9a25f7100863df72e6e9418154edcfce0b5d1169be19b07456a402
SHA512 (vim-8.2-444.tar.bz2) = c184bd982139ed90680640cdb57cb9619ca3fde4a475e7f7109118a88b9607aacd4f20b12c8a843c8a963cf4878d50a17356097c2637ba5823eb292f19d99998

View File

@ -1,4 +1,4 @@
%define patchlevel 390
%define patchlevel 444
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -21,7 +21,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist}
Release: 1%{?dist}
License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: vim.sh
@ -783,6 +783,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Wed Mar 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.444-1
- patchlevel 444
* Mon Mar 16 2020 Lubomir Rintel <lkundrak@v3.sk> - 2:8.2.390-2
- source /etc/vimrc.local if it exists