- patchlevel 213

This commit is contained in:
Zdenek Dohnal 2018-07-27 13:28:00 +02:00
parent 3ac894cfda
commit c306b12f8a
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -215,3 +215,4 @@
/vim-8.1-197.tar.bz2
/vim-8.1-207.tar.bz2
/vim-8.1-209.tar.bz2
/vim-8.1-213.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.1-209.tar.bz2) = f7d426e9e57308b8f436d3e7263adecd72d5261b3a55bea7b1c8e34d6bed30ea614adc9f0c46c53a55e408af0da99959bc674aeb51b04353ec5269c790489b3f
SHA512 (vim-8.1-213.tar.bz2) = 05d38e4eb536731cbdd43481332e2faee313e1834b00c3ec331d1f02fbd0697badd2947e9437f41cc1035dc6499999ad123dc053a0ea81fbb730cf571304a15e

View File

@ -1,4 +1,4 @@
%define patchlevel 209
%define patchlevel 213
%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
@ -795,6 +795,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Fri Jul 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.213-1
- patchlevel 213
* Fri Jul 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.209-2
- fail if configure option isn't satisfied