diff --git a/.gitignore b/.gitignore index 6f4ac6e..6fe1f6f 100644 --- a/.gitignore +++ b/.gitignore @@ -309,3 +309,4 @@ /vim-8.2-1052.tar.bz2 /vim-8.2-1081.tar.bz2 /vim-8.2-1199.tar.bz2 +/vim-8.2-1217.tar.bz2 diff --git a/sources b/sources index ad242b8..8dd1812 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.2-1199.tar.bz2) = 4a3d7c972c5406a928291457e21bb041bd532833c3f092ba058b8a9a3512beefd1a3271bb45259c0b3aec5afbfa88e357db40fe8ec90739b5919588d8c0ad59d +SHA512 (vim-8.2-1217.tar.bz2) = acae6601dc2b0449ae2724125daf6844db17f1a369bfb5a57dd2fa511ad7e03ef56e9581b38d949b54fa2426498868bd1e27d2c7ba061250f9ecdbca68ac20b5 diff --git a/vim.spec b/vim.spec index 6162feb..5a90f5d 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 1199 +%define patchlevel 1217 %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 @@ -775,6 +775,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Wed Jul 15 2020 Zdenek Dohnal - 2:8.2.1217-1 +- patchlevel 1217 + * Wed Jul 15 2020 Zdenek Dohnal - 2:8.2.1199-1 - fix python3 dynamic linking with python >= 3.8 - clean up unused stuff