- patchlevel 873

This commit is contained in:
Zdenek Dohnal 2019-02-04 14:42:02 +01:00
parent 6197f25329
commit a436fb1cab
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -242,3 +242,4 @@
/vim-8.1-818.tar.bz2
/vim-8.1-837.tar.bz2
/vim-8.1-847.tar.bz2
/vim-8.1-873.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.1-847.tar.bz2) = 1507b2ee8acba8067632799050b4a93ac80464ed15b782e8eeaa3917ab3f71165a59f5dbc003e51cbb6fc309fd1e1a8288b8423cafc1e5f4c0f935d19e66e0bf
SHA512 (vim-8.1-873.tar.bz2) = e64445d7d1705b7fde720f353250bf5a93a58dfc2dca3e82ad1094db042a2d33d116b5083ab169175dd189b0b702187c64df9309123760256f4ff82893cbc73b

View File

@ -1,4 +1,4 @@
%define patchlevel 847
%define patchlevel 873
%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: 4%{?dist}
Release: 1%{?dist}
License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: vim.sh
@ -799,6 +799,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Mon Feb 04 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.873-1
- patchlevel 873
* Mon Feb 04 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.847-4
- remove downstream fix for new ruby, upstream solved it different way