diff --git a/.gitignore b/.gitignore index c72490a..9679fee 100644 --- a/.gitignore +++ b/.gitignore @@ -231,3 +231,4 @@ /vim-8.1-451.tar.bz2 /vim-8.1-483.tar.bz2 /vim-8.1-497.tar.bz2 +/vim-8.1-511.tar.bz2 diff --git a/sources b/sources index 24f7821..634a30e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.1-497.tar.bz2) = 98140ababe72b7a97127d1c36fa0aff216936a052edf7176d57a1af87ffb67d4bfc193c09e0b31099c07eb68d6709daf40586a32b0af0ff0a1672942f1152eae +SHA512 (vim-8.1-511.tar.bz2) = d1505b9b0f56b6bc020fc8dcc490ea9c307f04b59d00d0f9ec55ef722becdd1c3868aedca39c5ee38be2092cad81f8579a5f970abe7cb5c893950ab08201a5d4 diff --git a/vim.spec b/vim.spec index 2b62257..c5801cb 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 497 +%define patchlevel 511 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -24,7 +24,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 @@ -800,6 +800,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Mon Nov 05 2018 Zdenek Dohnal - 2:8.1.511-1 +- patchlevel 511 + * Mon Nov 05 2018 Zdenek Dohnal - 2:8.1.497-2 - 1646183 - Man file conflict for vim-minimal and vim-enhanced