diff --git a/.gitignore b/.gitignore index b6f2a96..0aae563 100644 --- a/.gitignore +++ b/.gitignore @@ -317,3 +317,4 @@ /vim-8.2-1359.tar.bz2 /vim-8.2-1382.tar.bz2 /vim-8.2-1412.tar.bz2 +/vim-8.2-1484.tar.bz2 diff --git a/sources b/sources index 2f7e582..77628d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.2-1412.tar.bz2) = c5d280e812f5c2c2cbc84c5e6ce49c81882364528670ec24d921391a7a8ec7c44179c7fcfe6f23dd6c07dc6b5d5cdf8772a09313698b4d1997e95c24516b1187 +SHA512 (vim-8.2-1484.tar.bz2) = 8572569ba5ff77ce13242be8c46d55941c3ea856b797ede1a293a7b3ecb2b9a895ad4ab774089cf7dc10dae10bc0d43d15270e52ef65201fd1271d6eca833b69 diff --git a/vim.spec b/vim.spec index 4e2a740..f4763b7 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 1412 +%define patchlevel 1484 %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 +* Wed Aug 19 2020 Zdenek Dohnal - 2:8.2.1484-1 +- patchlevel 1484 + * Tue Aug 18 2020 Zdenek Dohnal - 2:8.2.1412-2 - F33 got branched, updates-testing isn't enabled for it yet - enable sounds for gvim