diff --git a/.gitignore b/.gitignore index bc0cc2a..683f4d5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 03aadf6..4232dd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.1-1991.tar.bz2) = b079c5ee94c8b2c75f6ba8dc40840b19d5bafb7324551defbb77749bcfd596f2995d1cd252ad3694462e6af8fbc628d4de73d83c30b8c71cd873e6c5a4e0d980 +SHA512 (vim-8.1-2019.tar.bz2) = 2ab7a1cc6d6bd4ccd521a59994594f228c84881fc34c92d5221db7f8e509660aadc1589d92c752eaf328b85d9f47adb586608c31cb225aeeb505384d41208540 diff --git a/vim.spec b/vim.spec index c148bef..e84a65f 100644 --- a/vim.spec +++ b/vim.spec @@ -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 - 2:8.1.2019-1 +- patchlevel 2019 + * Fri Sep 06 2019 Zdenek Dohnal - 2:8.1.1991-2 - add f32 as rawhide and f31 as standalone branch