- patchlevel 2019

This commit is contained in:
Zdenek Dohnal 2019-09-10 07:47:31 +02:00
parent d8b54d1102
commit 7ea9c9f4d5
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -265,3 +265,4 @@
/vim-8.1-1890.tar.bz2
/vim-8.1-1912.tar.bz2
/vim-8.1-1991.tar.bz2
/vim-8.1-2019.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.1-1991.tar.bz2) = b079c5ee94c8b2c75f6ba8dc40840b19d5bafb7324551defbb77749bcfd596f2995d1cd252ad3694462e6af8fbc628d4de73d83c30b8c71cd873e6c5a4e0d980
SHA512 (vim-8.1-2019.tar.bz2) = 2ab7a1cc6d6bd4ccd521a59994594f228c84881fc34c92d5221db7f8e509660aadc1589d92c752eaf328b85d9f47adb586608c31cb225aeeb505384d41208540

View File

@ -1,4 +1,4 @@
%define patchlevel 1991
%define patchlevel 2019
%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
@ -790,6 +790,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Tue Sep 10 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2019-1
- patchlevel 2019
* Fri Sep 06 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1991-2
- add f32 as rawhide and f31 as standalone branch