- patchlevel 918

This commit is contained in:
Zdenek Dohnal 2019-02-14 14:38:11 +01:00
parent be2d00367c
commit bd661aab3a
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (vim-8.1-897.tar.bz2) = 39933ec956ee1337f25967bb165f7c6b36b44520a953dc70a2e1919110fbf89558de38891604b77c99bde71fccc0390d3f8edae603b234a2f7b0c17d5989833d
SHA512 (vim-8.1-918.tar.bz2) = 58fc2a3e8200721b93b10d3e3bc65cfdc4dcbcb0fe836c42c57058706d279ba638abf2a501dc12988738e2eff3348363f52596c1e3ef3727b8360895aca7f550

View File

@ -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 <zdohnal@redhat.com> - 2:8.1.918-1
- patchlevel 918
* Thu Feb 14 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.897-2
- we do not need exact include path for python3 now