- patchlevel 1813

This commit is contained in:
Zdenek Dohnal 2018-05-11 13:55:13 +02:00
parent 282aed6c48
commit b8a8e1815e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -191,3 +191,4 @@
/vim-8.0-1788.tar.bz2 /vim-8.0-1788.tar.bz2
/vim-8.0-1789.tar.bz2 /vim-8.0-1789.tar.bz2
/vim-8.0-1806.tar.bz2 /vim-8.0-1806.tar.bz2
/vim-8.0-1813.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.0-1806.tar.bz2) = 850e6fccccea56c79375bb7084071d7b631c857cc0678efba24aa3f58beaa7f6a3565abd75c905a0db921da69070090947ea8672acf9a9b865ad64717d150c44 SHA512 (vim-8.0-1813.tar.bz2) = 875022549d5e64b706bbb237686abe4de14299d9a1a6ddae5a32adbb4829b51f6632721d4fa2b296488b3acee34839f297cbe7f07189436e6a5e901d3546c730

View File

@ -2,7 +2,7 @@
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1 export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
%endif %endif
%define patchlevel 1806 %define patchlevel 1813
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -28,7 +28,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 License: Vim
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
@ -759,6 +759,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %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 * Fri May 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1806-2
- use python2 and python3 in code - use python2 and python3 in code