diff --git a/.gitignore b/.gitignore index 10f0bf8..f3d4f9f 100644 --- a/.gitignore +++ b/.gitignore @@ -245,3 +245,4 @@ /vim-8.1-873.tar.bz2 /vim-8.1-880.tar.bz2 /vim-8.1-897.tar.bz2 +/vim-8.1-918.tar.bz2 diff --git a/sources b/sources index fe084b8..4572422 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.1-897.tar.bz2) = 39933ec956ee1337f25967bb165f7c6b36b44520a953dc70a2e1919110fbf89558de38891604b77c99bde71fccc0390d3f8edae603b234a2f7b0c17d5989833d +SHA512 (vim-8.1-918.tar.bz2) = 58fc2a3e8200721b93b10d3e3bc65cfdc4dcbcb0fe836c42c57058706d279ba638abf2a501dc12988738e2eff3348363f52596c1e3ef3727b8360895aca7f550 diff --git a/vim.spec b/vim.spec index 7f79e82..74b8f52 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 897 +%define patchlevel 918 %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 @@ -796,6 +796,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Thu Feb 14 2019 Zdenek Dohnal - 2:8.1.918-1 +- patchlevel 918 + * Thu Feb 14 2019 Zdenek Dohnal - 2:8.1.897-2 - we do not need exact include path for python3 now