diff --git a/.gitignore b/.gitignore index 75a186e..2297337 100644 --- a/.gitignore +++ b/.gitignore @@ -191,3 +191,4 @@ /vim-8.0-1788.tar.bz2 /vim-8.0-1789.tar.bz2 /vim-8.0-1806.tar.bz2 +/vim-8.0-1813.tar.bz2 diff --git a/sources b/sources index 14274d9..623082a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-1806.tar.bz2) = 850e6fccccea56c79375bb7084071d7b631c857cc0678efba24aa3f58beaa7f6a3565abd75c905a0db921da69070090947ea8672acf9a9b865ad64717d150c44 +SHA512 (vim-8.0-1813.tar.bz2) = 875022549d5e64b706bbb237686abe4de14299d9a1a6ddae5a32adbb4829b51f6632721d4fa2b296488b3acee34839f297cbe7f07189436e6a5e901d3546c730 diff --git a/vim.spec b/vim.spec index e51ae04..e804524 100644 --- a/vim.spec +++ b/vim.spec @@ -2,7 +2,7 @@ export RHEL_ALLOW_PYTHON2_FOR_BUILD=1 %endif -%define patchlevel 1806 +%define patchlevel 1813 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -28,7 +28,7 @@ Summary: The VIM editor URL: http://www.vim.org/ Name: vim Version: %{baseversion}.%{patchlevel} -Release: 2%{?dist} +Release: 1%{?dist} License: Vim Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source1: vim.sh @@ -759,6 +759,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Fri May 11 2018 Karsten Hopp 8.0.1813-1 +- patchlevel 1813 + * Fri May 11 2018 Zdenek Dohnal - 8.0.1806-2 - use python2 and python3 in code