- patchlevel 213
This commit is contained in:
parent
3ac894cfda
commit
c306b12f8a
1
.gitignore
vendored
1
.gitignore
vendored
@ -215,3 +215,4 @@
|
|||||||
/vim-8.1-197.tar.bz2
|
/vim-8.1-197.tar.bz2
|
||||||
/vim-8.1-207.tar.bz2
|
/vim-8.1-207.tar.bz2
|
||||||
/vim-8.1-209.tar.bz2
|
/vim-8.1-209.tar.bz2
|
||||||
|
/vim-8.1-213.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.1-209.tar.bz2) = f7d426e9e57308b8f436d3e7263adecd72d5261b3a55bea7b1c8e34d6bed30ea614adc9f0c46c53a55e408af0da99959bc674aeb51b04353ec5269c790489b3f
|
SHA512 (vim-8.1-213.tar.bz2) = 05d38e4eb536731cbdd43481332e2faee313e1834b00c3ec331d1f02fbd0697badd2947e9437f41cc1035dc6499999ad123dc053a0ea81fbb730cf571304a15e
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 209
|
%define patchlevel 213
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -24,7 +24,7 @@ Summary: The VIM editor
|
|||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Vim and MIT
|
License: Vim and MIT
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||||
Source1: vim.sh
|
Source1: vim.sh
|
||||||
@ -795,6 +795,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.209-2
|
||||||
- fail if configure option isn't satisfied
|
- fail if configure option isn't satisfied
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user