- patchlevel 905

This commit is contained in:
Zdenek Dohnal 2020-06-05 07:08:00 +02:00
parent 798b445650
commit 48608571d1
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -302,3 +302,4 @@
/vim-8.2-806.tar.bz2
/vim-8.2-834.tar.bz2
/vim-8.2-869.tar.bz2
/vim-8.2-905.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.2-869.tar.bz2) = 1b5ce09e138035b138b0f127f863cc093cee8360689fb96b3e96d4745c91f66d453cd16907bb0896df19f7165c525bb637d449cb61787a6cc8f501ee09566ce6
SHA512 (vim-8.2-905.tar.bz2) = 7d1928a6584b3aaac67626d1d94b5470cd0db5076e0b99d6bbcf06cdf76a1c77041af3b0484043aaceddda2dd85e10dcfb2f68f0670f189b91f8c553a833cb8d

View File

@ -1,4 +1,4 @@
%define patchlevel 869
%define patchlevel 905
%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
@ -784,6 +784,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Fri Jun 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.905-1
- patchlevel 905
* Tue Jun 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.869-2
- remove tests from dist-git, we use base os ci