- patchlevel 236

This commit is contained in:
Zdenek Dohnal 2020-02-10 08:47:32 +01:00
parent 0fa211bd6b
commit 8ccdc33db2
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -281,3 +281,4 @@
/vim-8.2-076.tar.bz2
/vim-8.2-109.tar.bz2
/vim-8.2-158.tar.bz2
/vim-8.2-236.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.2-158.tar.bz2) = 4b293425950f4eb016c2401061ab8a0f1eba47c0a5ee1560a72d4a3cc58c01a602e84428c84b6e80c1665dc2981fc7a48d4595b4401cd07f1c36f659983aeab6
SHA512 (vim-8.2-236.tar.bz2) = 410073dd378cc0df6b7de6a839085d6ca8fb5b152354f3ec106abafee889f54e69259bc07e828df5884f95da54707d59d9e6e1fcc9ae171e4bb90cf2f9bf579b

View File

@ -1,4 +1,4 @@
%define patchlevel 158
%define patchlevel 236
%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
@ -787,6 +787,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.236-1
- patchlevel 236
* Wed Jan 29 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.158-2
- man page file format conversion is not needed anymore