- patchlevel 1813
This commit is contained in:
parent
282aed6c48
commit
b8a8e1815e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-1806.tar.bz2) = 850e6fccccea56c79375bb7084071d7b631c857cc0678efba24aa3f58beaa7f6a3565abd75c905a0db921da69070090947ea8672acf9a9b865ad64717d150c44
|
||||
SHA512 (vim-8.0-1813.tar.bz2) = 875022549d5e64b706bbb237686abe4de14299d9a1a6ddae5a32adbb4829b51f6632721d4fa2b296488b3acee34839f297cbe7f07189436e6a5e901d3546c730
|
||||
|
7
vim.spec
7
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 <karsten@redhat.com> 8.0.1813-1
|
||||
- patchlevel 1813
|
||||
|
||||
* Fri May 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1806-2
|
||||
- use python2 and python3 in code
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user